summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_noop.c
Commit message (Expand)AuthorAgeFilesLines
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-1/+1
* Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell2006-10-301-1/+1
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-9/+2
* Make most of the _mesa_noop_*() functions static.Brian Paul2006-04-201-118/+140
* More GLSL code:Michal Krol2006-04-111-28/+25
* Fix typo.Keith Whitwell2005-12-141-1/+1
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-31/+32
* s/NORMAL/FOG/ (J.P. Delport)Brian Paul2005-04-181-3/+3
* Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul2004-11-271-8/+105
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+1
* Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick2004-05-271-31/+31
* Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul2004-04-231-2/+2
* jump through dispatch table instead of calling gl functions directlyBrian Paul2004-02-241-32/+34
* glDrawArrays loop was wrongBrian Paul2004-02-241-5/+4
* Add missing GLAPIENTRYKarl Schultz2003-12-041-59/+59
* Remove unnecessary usage of __FUNCTION__.Brian Paul2003-11-251-17/+17
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-153/+416
* Store material attributes in an Attrib[] style array. This is aKeith Whitwell2003-08-051-43/+15
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Added support for NV_light_max_exponent.Ian Romanick2003-05-301-3/+3
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-9/+9
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-9/+43
* vertex program check-inBrian Paul2001-12-141-34/+53
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-65/+61
* Make COPY_FLOAT available to a wider audience.Gareth Hughes2001-03-201-6/+1
* Add missing copy in _mesa_noop_Color4fv().Gareth Hughes2001-03-071-18/+18
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-6/+6
* Lots of GLchan datatype changes.Brian Paul2001-01-241-46/+80
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-13/+19
* Major rework of tnl moduleKeith Whitwell2000-12-261-30/+26
* New files...Keith Whitwell2000-11-241-0/+551