summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_exec.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-21mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt1-0/+2
2013-01-21mesa: Remove the size argument from _mesa_alloc_dispatch_table().Eric Anholt1-1/+1
2012-12-16mesa: separate exec allocation from initializationJordan Justen1-2/+2
2012-11-01dispatch: stop generating separate GLES1 API code.Paul Berry1-6/+0
2012-07-30mesa: don't enable legacy GL functions when using API_OPENGL_COREJordan Justen1-1/+2
2010-04-27mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg1-0/+6
2010-04-22mesa: Move struct _glapi_table allocation out of context.cKristian Høgsberg1-2/+4
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-1/+4
2008-09-21mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul1-0/+34