summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/vtxfmt.c
Commit message (Expand)AuthorAgeFilesLines
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-1/+0
* No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul2006-04-251-8/+15
* Fix recent problems with display lists and other parts of the code.Ian Romanick2005-08-051-2/+4
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-4/+3
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-72/+72
* silence warningsAlan Hourihane2004-12-081-1/+1
* Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul2004-11-271-1/+9
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-1/+2
* added some const keywordsBrian Paul2004-02-241-7/+8
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-12/+9
* VertexAttrib4fv wasn't being installed (4f was).Keith Whitwell2003-10-061-0/+1
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* updated email addressesBrian Paul2002-10-291-3/+3
* Header file clean-up:Brian Paul2002-10-241-1/+2
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-2/+2
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-9/+2
* vertex program fixesBrian Paul2001-12-151-2/+1
* vertex program check-inBrian Paul2001-12-141-5/+5
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-041-17/+14
* API dispath updatesBrian Paul2001-11-181-9/+9
* Add missing header file include.Gareth Hughes2001-03-121-1/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+4
* Minor cleanups.Gareth Hughes2001-03-111-4/+2
* Clean up install, restore for exec vtxfmts.Gareth Hughes2001-03-111-8/+13
* Support for swappable tnl modules.Gareth Hughes2001-03-111-3/+95
* New files...Keith Whitwell2000-11-241-0/+89