summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/vtxfmt_tmp.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul2010-04-041-0/+21
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* glapi: Always build libglapi.a.Chia-I Wu2009-10-231-1/+0
* mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-0/+41
* mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt2009-09-011-0/+12
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-2/+2
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-7/+0
* 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