summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.h
Commit message (Expand)AuthorAgeFilesLines
* Added _mesa_delete_list() to delete a display list, but don't remove fromBrian Paul2006-06-301-6/+4
* No need for _mesa_save_error() to be public.Brian Paul2006-03-011-2/+0
* Remove need to initialize the InstSize[] array elements by just storingBrian Paul2006-02-261-1/+1
* display list clean-upsBrian Paul2006-02-261-10/+7
* clean up code related to dispatch table initializationBrian Paul2004-11-271-2/+1
* comments, capitalization, misc-clean-upsBrian Paul2004-03-031-4/+4
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-0/+5
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-12/+12
* Move macros from header to C file. Updated some commentsBrian Paul2003-09-181-59/+2
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+48
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* vertex program check-inBrian Paul2001-12-141-10/+11
* - Minor cleanups of ctx->Driver.Current*Primitive usage.Gareth Hughes2001-03-241-3/+3
* Fix ASSERT_OUTSIDE_SAVE_BEGIN_END() macro as well.Gareth Hughes2001-03-241-12/+18
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-4/+4
* fix conform dlist testKeith Whitwell2001-01-131-2/+5
* fix xscreensaver coresKeith Whitwell2000-12-261-3/+4
* Major rework of tnl moduleKeith Whitwell2000-12-261-1/+25
* Fixed a couple of bugs that crept into last commitKeith Whitwell2000-11-241-1/+5
* Committing in .Jouk Jansen2000-11-221-7/+7
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-3/+11
* removed unused display_list structBrian Paul2000-09-241-8/+1
* removed unused struct display_list_compilationBrian Paul2000-09-151-8/+2
* changed allocation/initialization of API dispatch tablesBrian Paul2000-05-241-2/+2
* minor clean-ups, renamingBrian Paul2000-04-051-7/+4
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-11/+10
* Initial revisionjtg1999-08-191-0/+79