summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_exec.h
Commit message (Expand)AuthorAgeFilesLines
* glapi: Encapsulate nop table knowledge in new _mesa_new_nop_table functionIan Romanick2015-05-261-0/+3
* mesa: make _mesa_alloc_dispatch_table() staticBrian Paul2015-03-181-4/+0
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-051-0/+7
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+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 the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-0/+2
* mesa: Remove the size argument from _mesa_alloc_dispatch_table().Eric Anholt2013-01-211-1/+1
* mesa: separate exec allocation from initializationJordan Justen2012-12-161-2/+2
* dispatch: stop generating separate GLES1 API code.Paul Berry2012-11-011-6/+0
* mesa: don't enable legacy GL functions when using API_OPENGL_COREJordan Justen2012-07-301-1/+2
* mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg2010-04-271-0/+6
* mesa: Move struct _glapi_table allocation out of context.cKristian Høgsberg2010-04-221-2/+4
* mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-211-1/+4
* mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul2008-09-211-0/+34