summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-10mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul1-6/+11
2008-10-07mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul1-1/+1
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell1-0/+3
2008-06-09mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul1-10/+2
2006-11-01Merge texmem-0-3-branch.Keith Whitwell1-0/+6
2004-11-27clean up code related to dispatch table initializationBrian Paul1-6/+3
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-9/+4
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-02-13More suport for t&l driversKeith Whitwell1-1/+3
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+2
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-4/+4
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-4/+1
2000-08-21implemented new ImageTransferState bitmaskBrian Paul1-8/+10
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul1-1/+8
2000-02-02functions from context.cBrian Paul1-0/+44