summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: implement a display list / glBitmap texture atlasBrian Paul2016-02-171-0/+38
* mesa: whitespace clean-ups in dlist.hBrian Paul2016-02-091-16/+31
* mesa: include stdio.h where neededBrian Paul2015-03-051-1/+1
* mesa: fix display list 8-byte alignment issueBrian Paul2015-01-301-0/+3
* mesa: some improvements for print_list()Brian Paul2014-12-011-1/+1
* mesa: make _mesa_lookup_list() non-staticTimothy Arceri2013-09-041-0/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul2013-05-021-6/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: make _mesa_save_vtxfmt_init() staticBrian Paul2013-04-231-2/+0
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Delay display list save dispatch setup until Exec is set up.Eric Anholt2013-01-211-1/+1
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-2/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-3/+16
* mesa: Pass GL context to _mesa_create_save_tableIan Romanick2012-09-281-1/+1
* mesa: remove FEATURE_dlist define.Oliver McFadden2012-09-151-28/+0
* mesa: s/INLINE/inline/Brian Paul2011-10-011-3/+3
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu2010-09-141-11/+0
* mesa: Include compiler.h for ASSERT.Chia-I Wu2010-08-201-0/+2
* mesa: Move struct _glapi_table allocation out of context.cKristian Høgsberg2010-04-221-1/+1
* mesa: added _mesa_free_display_list_data()Brian Paul2009-10-071-0/+2
* mesa: rename display list functionsBrian Paul2009-10-071-5/+5
* mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu2009-09-301-34/+48
* mesa: display list clean-upsBrian2009-01-311-1/+1
* 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