summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/vtxfmt_tmp.h
Commit message (Expand)AuthorAgeFilesLines
* Fix recent problems with display lists and other parts of the code.Ian Romanick2005-08-051-0/+1
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-70/+72
* Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul2004-11-271-3/+59
* Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick2004-05-271-62/+62
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-50/+57
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-61/+61
* Fix typoKeith Whitwell2003-10-061-1/+1
* Updates to fix problems building with the Open Watcom compiler.Kendall Bennett2003-09-121-2/+2
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* updated email addressesBrian Paul2002-10-291-2/+2
* fix a typoBrian Paul2002-10-081-3/+3
* s/glVertexAttrib4fNV/_glapi->Dispatch->VertexAttrib4fNV/Brian Paul2002-10-081-3/+3
* vertex program check-inBrian Paul2001-12-141-2/+16
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-041-107/+107
* don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()Brian Paul2001-11-271-8/+8
* API dispath updatesBrian Paul2001-11-181-33/+33
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* Support for swappable tnl modules.Gareth Hughes2001-03-111-2/+2
* Add a couple of missing functions.Gareth Hughes2001-03-101-69/+106
* More generic vtxfmt template, useful for creating neutral tnl module asGareth Hughes2001-03-091-0/+421