summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/points.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITSBrian Paul2010-02-031-1/+1
* mesa: Remove unnecessary header from points.c.Vinson Lee2010-01-181-1/+0
* mesa: Fix array out-of-bounds access by _mesa_PointParameteri.Vinson Lee2009-12-091-2/+4
* mesa: Fix array out-of-bounds access by _mesa_PointParameterf.Vinson Lee2009-12-091-1/+4
* Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick2009-11-251-1/+6
* mesa: increase max texture image units and GLSL samplers to 16Brian Paul2008-12-311-1/+1
* mesa: fix a typo in the previous commitXiang, Haihao2008-10-311-1/+1
* mesa: fix an issue in _mesa_PointParameterfv().Xiang, Haihao2008-10-301-1/+1
* mesa: allow for extra per-context initBrian Paul2008-09-211-4/+0
* mesa: set point stateBrian Paul2008-09-211-0/+4
* mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul2008-09-211-21/+8
* Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian2007-09-271-0/+5
* fix glPointParameteriv bug 11754Jan Dvorak2007-07-291-3/+8
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-5/+0
* XXX comment about point clampingBrian2007-06-281-0/+1
* Fix point attentuation problem (bug 11042)Brian2007-05-231-6/+5
* ctx->Point._Size fixRune Peterson2007-02-101-20/+7
* Move all the code for computing ctx->_TriangleCaps into state.c.Brian2006-12-131-12/+2
* Fix a number of point size attenuation problems.Brian Paul2005-10-071-42/+44
* Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().Brian Paul2004-09-131-6/+2
* changes towards GL_ARB_point_sprite (two-zero)Daniel Borca2004-09-131-0/+24
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-5/+5
* Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick2003-08-231-3/+7
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-2/+50
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* Header file clean-up:Brian Paul2002-10-241-5/+1
* replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul2002-05-271-26/+93
* GL_ARB_point_parameters supportBrian Paul2002-04-021-7/+19
* Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell2001-03-291-2/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-6/+5
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-6/+6
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-141-2/+1
* Added PointSize and PointParametersfv to dd interface, for completeness.Brian Paul2001-01-091-2/+12
* Major rework of tnl moduleKeith Whitwell2000-12-261-14/+30
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-081-1/+2
* Committing in .Jouk Jansen2000-11-221-6/+6
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+1
* Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul2000-11-151-4/+4
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-1/+2
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-10/+10
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-1157/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-4/+3
* Basic work to support deep color channels:Brian Paul2000-10-281-3/+2
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-66/+67
* Changes for multitexture > 3, code clean-ups.Brian Paul2000-10-201-5/+5
* generalized support for N texure unitsBrian Paul2000-09-291-329/+209
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* fixed some warnings (Alan H.)Brian Paul2000-08-161-8/+8
* fixed AA sampling problem, misc clean-upBrian Paul2000-07-151-36/+57