| Commit message (Expand) | Author | Age | Files | Lines |
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -1/+1 |
* | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our | Keith Whitwell | 2006-10-30 | 1 | -1/+1 |
* | Put color index attribute into the 6th attribute slot. | Brian Paul | 2006-04-25 | 1 | -9/+2 |
* | Make most of the _mesa_noop_*() functions static. | Brian Paul | 2006-04-20 | 1 | -118/+140 |
* | More GLSL code: | Michal Krol | 2006-04-11 | 1 | -28/+25 |
* | Fix typo. | Keith Whitwell | 2005-12-14 | 1 | -1/+1 |
* | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick | 2005-07-18 | 1 | -31/+32 |
* | s/NORMAL/FOG/ (J.P. Delport) | Brian Paul | 2005-04-18 | 1 | -3/+3 |
* | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul | 2004-11-27 | 1 | -8/+105 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -0/+1 |
* | Convert all calls using _glapi_Dispatch to use the new GL_CALL macro. | Ian Romanick | 2004-05-27 | 1 | -31/+31 |
* | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | 2004-04-23 | 1 | -2/+2 |
* | jump through dispatch table instead of calling gl functions directly | Brian Paul | 2004-02-24 | 1 | -32/+34 |
* | glDrawArrays loop was wrong | Brian Paul | 2004-02-24 | 1 | -5/+4 |
* | Add missing GLAPIENTRY | Karl Schultz | 2003-12-04 | 1 | -59/+59 |
* | Remove unnecessary usage of __FUNCTION__. | Brian Paul | 2003-11-25 | 1 | -17/+17 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -153/+416 |
* | Store material attributes in an Attrib[] style array. This is a | Keith Whitwell | 2003-08-05 | 1 | -43/+15 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Added support for NV_light_max_exponent. | Ian Romanick | 2003-05-30 | 1 | -3/+3 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+3 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -9/+9 |
* | bring in changes from dri tcl branch | Keith Whitwell | 2002-04-09 | 1 | -9/+43 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -34/+53 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -65/+61 |
* | Make COPY_FLOAT available to a wider audience. | Gareth Hughes | 2001-03-20 | 1 | -6/+1 |
* | Add missing copy in _mesa_noop_Color4fv(). | Gareth Hughes | 2001-03-07 | 1 | -18/+18 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -6/+6 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -46/+80 |
* | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul | 2001-01-02 | 1 | -13/+19 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -30/+26 |
* | New files... | Keith Whitwell | 2000-11-24 | 1 | -0/+551 |