summaryrefslogtreecommitdiff
path: root/src/mesa/main/vtxfmt.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-03mesa: Add BeginVertices driver callKeith Whitwell1-3/+6
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-1/+0
2006-04-25No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul1-8/+15
2005-08-05Fix recent problems with display lists and other parts of the code.Ian Romanick1-2/+4
2005-07-28Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick1-4/+3
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick1-72/+72
2004-12-08silence warningsAlan Hourihane1-1/+1
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul1-1/+9
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-1/+2
2004-02-24added some const keywordsBrian Paul1-7/+8
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-12/+9
2003-10-06VertexAttrib4fv wasn't being installed (4f was).Keith Whitwell1-0/+1
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-29updated email addressesBrian Paul1-3/+3
2002-10-24Header file clean-up:Brian Paul1-1/+2
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul1-2/+2
2002-04-09bring in changes from dri tcl branchKeith Whitwell1-9/+2
2001-12-15vertex program fixesBrian Paul1-2/+1
2001-12-14vertex program check-inBrian Paul1-5/+5
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul1-17/+14
2001-11-18API dispath updatesBrian Paul1-9/+9
2001-03-12Add missing header file include.Gareth Hughes1-1/+2
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+4
2001-03-11Minor cleanups.Gareth Hughes1-4/+2
2001-03-11Clean up install, restore for exec vtxfmts.Gareth Hughes1-8/+13
2001-03-11Support for swappable tnl modules.Gareth Hughes1-3/+95
2000-11-24New files...Keith Whitwell1-0/+89