| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul | 2008-12-31 | 1 | -1/+1 |
* | mesa: fix a typo in the previous commit | Xiang, Haihao | 2008-10-31 | 1 | -1/+1 |
* | mesa: fix an issue in _mesa_PointParameterfv(). | Xiang, Haihao | 2008-10-30 | 1 | -1/+1 |
* | mesa: allow for extra per-context init | Brian Paul | 2008-09-21 | 1 | -4/+0 |
* | mesa: set point state | Brian Paul | 2008-09-21 | 1 | -0/+4 |
* | mesa: remove EXT/NV suffixes from _mesa_PointParameter functions | Brian Paul | 2008-09-21 | 1 | -21/+8 |
* | Restore old _TriangleCaps code to fix Blender problem (bug 12164) | Brian | 2007-09-27 | 1 | -0/+5 |
* | fix glPointParameteriv bug 11754 | Jan Dvorak | 2007-07-29 | 1 | -3/+8 |
* | Remove ctx->Point._Size and ctx->Line._Width. | Brian | 2007-07-21 | 1 | -5/+0 |
* | XXX comment about point clamping | Brian | 2007-06-28 | 1 | -0/+1 |
* | Fix point attentuation problem (bug 11042) | Brian | 2007-05-23 | 1 | -6/+5 |
* | ctx->Point._Size fix | Rune Peterson | 2007-02-10 | 1 | -20/+7 |
* | Move all the code for computing ctx->_TriangleCaps into state.c. | Brian | 2006-12-13 | 1 | -12/+2 |
* | Fix a number of point size attenuation problems. | Brian Paul | 2005-10-07 | 1 | -42/+44 |
* | Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*(). | Brian Paul | 2004-09-13 | 1 | -6/+2 |
* | changes towards GL_ARB_point_sprite (two-zero) | Daniel Borca | 2004-09-13 | 1 | -0/+24 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -5/+5 |
* | Trivial changes to add support for GL_ARB_point_sprite, which is a | Ian Romanick | 2003-08-23 | 1 | -3/+7 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -2/+50 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+3 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -5/+1 |
* | replaced experimental MESA_sprite_point with NV_point_sprite | Brian Paul | 2002-05-27 | 1 | -26/+93 |
* | GL_ARB_point_parameters support | Brian Paul | 2002-04-02 | 1 | -7/+19 |
* | Remove ENABLE_* flags, ctx->_Enabled. | Keith Whitwell | 2001-03-29 | 1 | -2/+1 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -6/+5 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -6/+6 |
* | Fixed conform feedback and drawelements tests. | Keith Whitwell | 2001-01-14 | 1 | -2/+1 |
* | Added PointSize and PointParametersfv to dd interface, for completeness. | Brian Paul | 2001-01-09 | 1 | -2/+12 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -14/+30 |
* | Initial work on GL_MESA_sprite_point extension. | Brian Paul | 2000-12-08 | 1 | -1/+2 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -6/+6 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -2/+1 |
* | Replaced ctx->Point.Size with ctx->Point._Size | Brian Paul | 2000-11-15 | 1 | -4/+4 |
* | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell | 2000-11-13 | 1 | -1/+2 |
* | - Changes for new software rasterizer modules | Keith Whitwell | 2000-11-05 | 1 | -10/+10 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -1157/+1 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -4/+3 |
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -3/+2 |
* | Implement EXT_fog_coord and EXT_secondary_color. | Keith Whitwell | 2000-10-27 | 1 | -66/+67 |
* | Changes for multitexture > 3, code clean-ups. | Brian Paul | 2000-10-20 | 1 | -5/+5 |
* | generalized support for N texure units | Brian Paul | 2000-09-29 | 1 | -329/+209 |
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -2/+2 |
* | fixed some warnings (Alan H.) | Brian Paul | 2000-08-16 | 1 | -8/+8 |
* | fixed AA sampling problem, misc clean-up | Brian Paul | 2000-07-15 | 1 | -36/+57 |
* | add separate specular color support in multitextured_rgba_points() | Brian Paul | 2000-06-28 | 1 | -10/+15 |
* | fixed PB bugs, removed MutablePixels, MonoPixels from GLcontext | Brian Paul | 2000-05-10 | 1 | -6/+44 |
* | Added point UserSize, cleaned up point drawing code | Brian Paul | 2000-05-07 | 1 | -173/+175 |
* | minor clean-up | Brian Paul | 2000-03-02 | 1 | -14/+12 |
* | code clean-up | Brian Paul | 1999-12-10 | 1 | -32/+41 |