summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.h
AgeCommit message (Expand)AuthorFilesLines
2004-11-27clean up code related to dispatch table initializationBrian Paul1-2/+1
2004-03-03comments, capitalization, misc-clean-upsBrian Paul1-4/+4
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-0/+5
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-12/+12
2003-09-18Move macros from header to C file. Updated some commentsBrian Paul1-59/+2
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+48
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2001-12-14vertex program check-inBrian Paul1-10/+11
2001-03-24- Minor cleanups of ctx->Driver.Current*Primitive usage.Gareth Hughes1-3/+3
2001-03-24Fix ASSERT_OUTSIDE_SAVE_BEGIN_END() macro as well.Gareth Hughes1-12/+18
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-3/+3
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-4/+4
2001-01-13fix conform dlist testKeith Whitwell1-2/+5
2000-12-26fix xscreensaver coresKeith Whitwell1-3/+4
2000-12-26Major rework of tnl moduleKeith Whitwell1-1/+25
2000-11-24Fixed a couple of bugs that crept into last commitKeith Whitwell1-1/+5
2000-11-22 Committing in .Jouk Jansen1-7/+7
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-3/+11
2000-09-24removed unused display_list structBrian Paul1-8/+1
2000-09-15removed unused struct display_list_compilationBrian Paul1-8/+2
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul1-2/+2
2000-04-05minor clean-ups, renamingBrian Paul1-7/+4
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-11/+10
1999-08-19Initial revisionjtg1-0/+79