summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_save_api.c
AgeCommit message (Expand)Author
2004-02-24glDrawArrays loop was wrongBrian Paul
2004-01-31don't call gl functions directly, jump through _glapi_Dispatch tableBrian Paul
2004-01-15Cosmetic changes.Brian Paul
2004-01-08keeping things safe: sanity check backDaniel Borca
2004-01-08removed unnecessary (now) sanity checkDaniel Borca
2004-01-07sanity check for vertex counterDaniel Borca
2003-12-09Call UpdateMaterials when they have changedKeith Whitwell
2003-12-06Relax assertion to account for empty primitives.Keith Whitwell
2003-12-05Backout last change on the displaylist path to fix gears (and probablyKeith Whitwell
2003-12-05include glheader.h first, to prevent warnings about GLAPIENTRYP being redefinedBrian Paul
2003-12-04Add missing GLAPIENTRYKarl Schultz
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-24Merge vtx-0-2-branchKeith Whitwell