summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_noop.h
Commit message (Collapse)AuthorAgeFilesLines
* Make most of the _mesa_noop_*() functions static.Brian Paul2006-04-201-113/+12
| | | | | | | Generate GL_INVALID_VALUE, not GL_INVALID_ENUM when glVertexAttrib is called with a bad index. Use _mesa_noop_vtxfmt_init() in DRI drivers to initialize vertex format struct.
* Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul2004-11-271-52/+19
| | | | | | | alias with the corresponding ARB functions. GL_ARB_vertex_shader (and OpenGL 2.0's) VertexAttrib functions don't alias with conventional vertex attributes, as GL_NV_vertex_program does. So, the ARB and NV version of VertexAttrib need to be distinct.
* Add missing GLAPIENTRYKarl Schultz2003-12-041-59/+59
|
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-2/+28
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-9/+21
|
* vertex program check-inBrian Paul2001-12-141-2/+8
|
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-8/+33
|
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+11
| | | | | | | New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges.
* New files...Keith Whitwell2000-11-241-0/+101