summaryrefslogtreecommitdiff
path: root/src/mesa/main/vtxfmt_tmp.h
AgeCommit message (Expand)Author
2009-10-23glapi: Always build libglapi.a.Chia-I Wu
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2005-08-05Fix recent problems with display lists and other parts of the code.Ian Romanick
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul
2004-05-27Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-10-06Fix typoKeith Whitwell
2003-09-12Updates to fix problems building with the Open Watcom compiler.Kendall Bennett
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-29updated email addressesBrian Paul
2002-10-08fix a typoBrian Paul
2002-10-08s/glVertexAttrib4fNV/_glapi->Dispatch->VertexAttrib4fNV/Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-27don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()Brian Paul
2001-11-18API dispath updatesBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-11Support for swappable tnl modules.Gareth Hughes
2001-03-10Add a couple of missing functions.Gareth Hughes
2001-03-09More generic vtxfmt template, useful for creating neutral tnl module asGareth Hughes