summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_points.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-42/+42
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-3/+3
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-7/+7
2010-07-31swrast: Remove unnecessary headers.Vinson Lee1-1/+0
2010-03-03swrast: Remove support for rendering points into a color-index bufferIan Romanick1-40/+16
2010-01-27swrast: silence double->float assignment warningsBrian Paul1-6/+6
2010-01-12swrast: Remove unnecessary header from s_points.c.Vinson Lee1-1/+0
2009-07-31swrast: fix incorrect texcoord attribute testBrian Paul1-3/+3
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul1-14/+12
2009-04-07swrast: fix point rendering function selectionBrian Paul1-1/+4
2008-10-06mesa: adjust texcoords for swrast sprite points.Brian Paul1-2/+2
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-5/+5
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger1-1/+1
2008-01-05check if span length > 0 before calling _swrast_write_rgba_span()Brian1-5/+7
2007-11-30fix broken two-sided stencilBrian1-1/+9
2007-11-22Consolidate point size computation, clamping in get_size().Brian1-36/+35
2007-10-24Implement gl_PointCoord attribute for GLSL fragment shaders.Brian1-50/+67
2007-09-27tweak point rast to fix conform failureBrian1-4/+6
2007-08-07fix even-sized point positioning (bug 11874)Brian1-4/+4
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian1-4/+4
2007-06-29simplify INIT_SPAN codeBrian1-3/+3
2007-06-29overhaul point rasterization, no longer use s_pointtemp.hBrian1-192/+465
2007-06-22fix bug rendering points with fragment program (see #11330)Brian1-7/+13
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-12/+27
2007-04-24s/TEXTURE/ATTRIBS/Brian1-5/+5
2004-12-29Use Point._Size in calculationKeith Whitwell1-1/+1
2004-04-09added SPECULAR flag for sprite point functionsBrian Paul1-4/+4
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick1-1/+1
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul1-7/+5
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-3/+3
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+1
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul1-4/+4
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul1-4/+5
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul1-11/+10
2002-01-06implemented vertex program point size controlBrian Paul1-3/+3
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-8/+7
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-3/+3
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell1-1/+15
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-3/+3
2001-01-04changed some point functions, new picking codeBrian Paul1-57/+81
2001-01-03New point rasterization functions based on template code thatBrian Paul1-894/+81
2000-12-08Initial work on GL_MESA_sprite_point extension.Brian Paul1-2/+111
2000-12-08Compute attenuated point size in a new pipeline stage.Brian Paul1-43/+29
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-13/+13
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-2/+1