summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul2004-04-231-4/+3
* glDrawArrays loop was wrongBrian Paul2004-02-241-2/+1
* Fix some problems with glDrawElements and vertex buffer objects.Brian Paul2003-12-041-0/+37
* casts for g++Brian Paul2003-11-251-1/+1
* Redo array element checking for vertex array buffers.Brian Paul2003-11-101-88/+76
* Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul2003-10-221-5/+80
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-0/+1
* remove unneeded unsigned int / zero comparisonsBrian Paul2003-04-211-8/+5
* Header file clean-up:Brian Paul2002-10-241-1/+2
* check for vertex program modeBrian Paul2002-04-211-12/+16
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-18/+16
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-13/+13
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-1/+2
* include state.hBrian Paul2001-01-021-2/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+137