summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.h
AgeCommit message (Expand)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu
2010-08-20mesa: Include compiler.h for ASSERT.Chia-I Wu
2010-04-22mesa: Move struct _glapi_table allocation out of context.cKristian Høgsberg
2009-10-07mesa: added _mesa_free_display_list_data()Brian Paul
2009-10-07mesa: rename display list functionsBrian Paul
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu
2009-01-31mesa: display list clean-upsBrian
2006-06-30Added _mesa_delete_list() to delete a display list, but don't remove fromBrian Paul
2006-03-01No need for _mesa_save_error() to be public.Brian Paul
2006-02-26Remove need to initialize the InstSize[] array elements by just storingBrian Paul
2006-02-26display list clean-upsBrian Paul
2004-11-27clean up code related to dispatch table initializationBrian Paul
2004-03-03comments, capitalization, misc-clean-upsBrian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-09-18Move macros from header to C file. Updated some commentsBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2001-12-14vertex program check-inBrian Paul
2001-03-24- Minor cleanups of ctx->Driver.Current*Primitive usage.Gareth Hughes
2001-03-24Fix ASSERT_OUTSIDE_SAVE_BEGIN_END() macro as well.Gareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-13fix conform dlist testKeith Whitwell
2000-12-26fix xscreensaver coresKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-24Fixed a couple of bugs that crept into last commitKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-09-24removed unused display_list structBrian Paul
2000-09-15removed unused struct display_list_compilationBrian Paul
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul
2000-04-05minor clean-ups, renamingBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-08-19Initial revisionjtg