summaryrefslogtreecommitdiff
path: root/src/mesa/main/points.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-03mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITSBrian Paul
2010-01-18mesa: Remove unnecessary header from points.c.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameteri.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameterf.Vinson Lee
2009-11-25Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-10-31mesa: fix a typo in the previous commitXiang, Haihao
2008-10-30mesa: fix an issue in _mesa_PointParameterfv().Xiang, Haihao
2008-09-21mesa: allow for extra per-context initBrian Paul
2008-09-21mesa: set point stateBrian Paul
2008-09-21mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul
2007-09-27Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian
2007-07-29fix glPointParameteriv bug 11754Jan Dvorak
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-06-28XXX comment about point clampingBrian
2007-05-23Fix point attentuation problem (bug 11042)Brian
2007-02-10ctx->Point._Size fixRune Peterson
2006-12-13Move all the code for computing ctx->_TriangleCaps into state.c.Brian
2005-10-07Fix a number of point size attenuation problems.Brian Paul
2004-09-13Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().Brian Paul
2004-09-13changes towards GL_ARB_point_sprite (two-zero)Daniel Borca
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul
2002-04-02GL_ARB_point_parameters supportBrian Paul
2001-03-29Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-09Added PointSize and PointParametersfv to dd interface, for completeness.Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-08Initial work on GL_MESA_sprite_point extension.Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-15Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-10-20Changes for multitexture > 3, code clean-ups.Brian Paul
2000-09-29generalized support for N texure unitsBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-08-16fixed some warnings (Alan H.)Brian Paul