| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: added tex unit assert, use Elements() macro | Brian Paul | 2010-02-03 | 1 | -1/+2 |
* | mesa/main: New feature FEATURE_rastpos. | Chia-I Wu | 2009-09-30 | 1 | -50/+112 |
* | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul | 2008-12-31 | 1 | -1/+1 |
* | mesa: update new state for RasterPos like other operations. | Xiang, Haihao | 2008-11-11 | 1 | -3/+3 |
* | mesa: refactor: fix some FEATURE_ typos, mistakes | Brian Paul | 2008-09-21 | 1 | -1/+1 |
* | mesa: move rastpos helper to tnl | Keith Whitwell | 2008-09-21 | 1 | -529/+36 |
* | specularColor.alpha should default to 1, not 0 | Brian | 2007-04-21 | 1 | -1/+1 |
* | remove a if-statement | Xiang, Haihao | 2007-03-08 | 1 | -2/+1 |
* | fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in general | Brian | 2007-03-01 | 1 | -33/+31 |
* | init SecondaryRasterColor | Brian Paul | 2006-11-02 | 1 | -0/+1 |
* | Put color index attribute into the 6th attribute slot. | Brian Paul | 2006-04-25 | 1 | -2/+4 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -1/+1 |
* | remove _glapi_add_entrypoint() calls, they're already in context.c | Brian Paul | 2004-11-27 | 1 | -25/+1 |
* | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | 2004-04-23 | 1 | -1/+1 |
* | apply texgen/texture matrix in glRasterPos | Brian Paul | 2004-04-19 | 1 | -63/+183 |
* | current raster color index should be GLfloat | Brian Paul | 2003-11-25 | 1 | -5/+5 |
* | casts for g++ | Brian Paul | 2003-11-25 | 1 | -2/+2 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -48/+48 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -1/+1 |
* | Store material attributes in an Attrib[] style array. This is a | Keith Whitwell | 2003-08-05 | 1 | -12/+13 |
* | replace assertion with conditional | Brian Paul | 2003-07-30 | 1 | -2/+1 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -17/+123 |
* | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul | 2003-05-01 | 1 | -88/+100 |
* | add missing return in raster_pos4f() | Brian Paul | 2003-04-08 | 1 | -3/+3 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -6/+5 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -5/+1 |
* | dispatch offsets for ARB_window_pos | Brian Paul | 2002-05-27 | 1 | -82/+1 |
* | Minor change to current raster position and texcoords. | Brian Paul | 2002-05-09 | 1 | -3/+3 |
* | Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. | Brian Paul | 2002-03-29 | 1 | -4/+3 |
* | finished up GL_ARB_window_pos | Brian Paul | 2002-02-15 | 1 | -122/+91 |
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -4/+4 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -22/+25 |
* | added test implementation of GL_ARB_window_pos | Brian Paul | 2001-11-18 | 1 | -1/+137 |
* | more compiler warning fixes | Karl Schultz | 2001-09-18 | 1 | -27/+31 |
* | Remove _BaseAlpha, fix reflect lighting bug. | Keith Whitwell | 2001-07-28 | 1 | -3/+2 |
* | fixed segfault (NULL _ShineTable[0]) in shade_rastpos() | Brian Paul | 2001-07-05 | 1 | -1/+4 |
* | More raster fog coord fixes. | Brian Paul | 2001-06-26 | 1 | -22/+42 |
* | added GL_IBM_rasterpos_clip extension | Brian Paul | 2001-06-26 | 1 | -2/+22 |
* | Consolidated source files. Since the re-org a number of source files | Brian Paul | 2001-06-18 | 1 | -1/+237 |
* | added current raster fog coord and related code | Brian Paul | 2001-05-30 | 1 | -2/+2 |
* | fix from Jouk | Keith Whitwell | 2001-05-01 | 1 | -3/+3 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -5/+5 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -7/+7 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -3/+3 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -5/+5 |
* | minor clean-up | Brian Paul | 2001-01-03 | 1 | -24/+25 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -9/+3 |
* | Added MaxClipPlanes and MaxLights to gl_constants struct so T&L | Brian Paul | 2000-11-27 | 1 | -2/+2 |
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 1 | -2/+2 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -30/+30 |