summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_save_playback.c
AgeCommit message (Expand)Author
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-03-01Inline get_size as an interim measure to get rid of function call overhead.Michel Dänzer
2004-01-15Cosmetic changes.Brian Paul
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell
2003-12-09Call UpdateMaterials when they have changedKeith Whitwell
2003-12-05include glheader.h first, to prevent warnings about GLAPIENTRYP being redefinedBrian Paul
2003-12-03Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped.Keith Whitwell
2003-11-25fix assorted g++ warningsBrian Paul
2003-11-25Remove unnecessary usage of __FUNCTION__.Brian Paul
2003-11-24set the VB->FogCoordPtr with the other legacy pointersBrian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell