summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_points.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich2016-06-161-1/+1
* swrast: Convert swrast to use CoordsReplaceBits.Mathias Fröhlich2016-06-161-2/+2
* mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen2016-03-241-2/+2
* swrast: Avoid double promotion.Matt Turner2015-07-291-5/+5
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa/swrast: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-2/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-42/+42
* swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-3/+3
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* swrast: Remove unnecessary headers.Vinson Lee2010-07-311-1/+0
* swrast: Remove support for rendering points into a color-index bufferIan Romanick2010-03-031-40/+16
* swrast: silence double->float assignment warningsBrian Paul2010-01-271-6/+6
* swrast: Remove unnecessary header from s_points.c.Vinson Lee2010-01-121-1/+0
* swrast: fix incorrect texcoord attribute testBrian Paul2009-07-311-3/+3
* mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul2009-07-291-14/+12
* swrast: fix point rendering function selectionBrian Paul2009-04-071-1/+4
* mesa: adjust texcoords for swrast sprite points.Brian Paul2008-10-061-2/+2
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-5/+5
* mesa: fix issues around multisample enableRoland Scheidegger2008-07-021-1/+1
* check if span length > 0 before calling _swrast_write_rgba_span()Brian2008-01-051-5/+7
* fix broken two-sided stencilBrian2007-11-301-1/+9
* Consolidate point size computation, clamping in get_size().Brian2007-11-221-36/+35
* Implement gl_PointCoord attribute for GLSL fragment shaders.Brian2007-10-241-50/+67
* tweak point rast to fix conform failureBrian2007-09-271-4/+6
* fix even-sized point positioning (bug 11874)Brian2007-08-071-4/+4
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-4/+4
* simplify INIT_SPAN codeBrian2007-06-291-3/+3
* overhaul point rasterization, no longer use s_pointtemp.hBrian2007-06-291-192/+465
* fix bug rendering points with fragment program (see #11330)Brian2007-06-221-7/+13
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-12/+27
* s/TEXTURE/ATTRIBS/Brian2007-04-241-5/+5
* Use Point._Size in calculationKeith Whitwell2004-12-291-1/+1
* added SPECULAR flag for sprite point functionsBrian Paul2004-04-091-4/+4
* Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick2003-08-231-1/+1
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-7/+5
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-3/+3
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-4/+4
* replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul2002-05-271-4/+5
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-021-11/+10
* implemented vertex program point size controlBrian Paul2002-01-061-3/+3
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-8/+7
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-3/+3
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-1/+15