summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_noop.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell1-43/+15
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-05-30Added support for NV_light_max_exponent.Ian Romanick1-3/+3
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul1-9/+9
2002-04-09bring in changes from dri tcl branchKeith Whitwell1-9/+43
2001-12-14vertex program check-inBrian Paul1-34/+53
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell1-65/+61
2001-03-20Make COPY_FLOAT available to a wider audience.Gareth Hughes1-6/+1
2001-03-07Add missing copy in _mesa_noop_Color4fv().Gareth Hughes1-18/+18
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-6/+6
2001-01-24Lots of GLchan datatype changes.Brian Paul1-46/+80
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul1-13/+19
2000-12-26Major rework of tnl moduleKeith Whitwell1-30/+26
2000-11-24New files...Keith Whitwell1-0/+551