| Commit message (Expand) | Author | Age | Files | Lines |
* | glapi: Encapsulate nop table knowledge in new _mesa_new_nop_table function | Ian Romanick | 2015-05-26 | 1 | -0/+3 |
* | mesa: make _mesa_alloc_dispatch_table() static | Brian Paul | 2015-03-18 | 1 | -4/+0 |
* | Fix invalid extern "C" around header inclusion. | Mark Janes | 2015-03-05 | 1 | -0/+7 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Make the drivers call a non-code-generated dispatch table setup. | Eric Anholt | 2013-01-21 | 1 | -0/+2 |
* | mesa: Remove the size argument from _mesa_alloc_dispatch_table(). | Eric Anholt | 2013-01-21 | 1 | -1/+1 |
* | mesa: separate exec allocation from initialization | Jordan Justen | 2012-12-16 | 1 | -2/+2 |
* | dispatch: stop generating separate GLES1 API code. | Paul Berry | 2012-11-01 | 1 | -6/+0 |
* | mesa: don't enable legacy GL functions when using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 1 | -1/+2 |
* | mesa: Move api_exec_es*.c into mesa/main | Kristian Høgsberg | 2010-04-27 | 1 | -0/+6 |
* | mesa: Move struct _glapi_table allocation out of context.c | Kristian Høgsberg | 2010-04-22 | 1 | -2/+4 |
* | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell | 2008-09-21 | 1 | -1/+4 |
* | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul | 2008-09-21 | 1 | -0/+34 |