summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-17mesa: implement a display list / glBitmap texture atlasBrian Paul1-0/+38
2016-02-09mesa: whitespace clean-ups in dlist.hBrian Paul1-16/+31
2015-03-05mesa: include stdio.h where neededBrian Paul1-1/+1
2015-01-30mesa: fix display list 8-byte alignment issueBrian Paul1-0/+3
2014-12-01mesa: some improvements for print_list()Brian Paul1-1/+1
2013-09-04mesa: make _mesa_lookup_list() non-staticTimothy Arceri1-0/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-02mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul1-6/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-23mesa: make _mesa_save_vtxfmt_init() staticBrian Paul1-2/+0
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Delay display list save dispatch setup until Exec is set up.Eric Anholt1-1/+1
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-2/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-3/+16
2012-09-28mesa: Pass GL context to _mesa_create_save_tableIan Romanick1-1/+1
2012-09-15mesa: remove FEATURE_dlist define.Oliver McFadden1-28/+0
2011-10-01mesa: s/INLINE/inline/Brian Paul1-3/+3
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-10/+10
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu1-11/+0
2010-08-20mesa: Include compiler.h for ASSERT.Chia-I Wu1-0/+2
2010-04-22mesa: Move struct _glapi_table allocation out of context.cKristian Høgsberg1-1/+1
2009-10-07mesa: added _mesa_free_display_list_data()Brian Paul1-0/+2
2009-10-07mesa: rename display list functionsBrian Paul1-5/+5
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu1-34/+48
2009-01-31mesa: display list clean-upsBrian1-1/+1
2006-06-30Added _mesa_delete_list() to delete a display list, but don't remove fromBrian Paul1-6/+4
2006-03-01No need for _mesa_save_error() to be public.Brian Paul1-2/+0
2006-02-26Remove need to initialize the InstSize[] array elements by just storingBrian Paul1-1/+1
2006-02-26display list clean-upsBrian Paul1-10/+7
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