| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: move GL_ARB_debug_output code into new debug_output.c file | Brian Paul | 2016-02-08 | 1 | -44/+4 |
* | mesa: add GREMEDY_string_marker | Rob Clark | 2016-01-21 | 1 | -0/+3 |
* | mesa: remove len argument from _mesa_shader_debug() | Emil Velikov | 2015-11-29 | 1 | -1/+1 |
* | mesa: include stdarg.h for va_list | Jonathan Gray | 2015-07-21 | 1 | -0/+1 |
* | mesa: Add a va_args variant of _mesa_gl_debug(). | Kenneth Graunke | 2015-06-23 | 1 | -0/+9 |
* | mesa: add _mesa_log(), _mesa_get_log_file() functions | Brian Paul | 2015-04-15 | 1 | -0/+7 |
* | mesa: move #include of mtypes.h outside __cplusplus check | Brian Paul | 2014-12-16 | 1 | -2/+1 |
* | mesa: Add a source parameter to _mesa_gl_debug. | Matt Turner | 2014-12-05 | 1 | -1/+3 |
* | mesa: Add _mesa_error_no_memory for logging out-of-memory messages | Ian Romanick | 2014-05-02 | 1 | -0/+3 |
* | mesa: use accessors for struct gl_debug_state | Chia-I Wu | 2014-04-27 | 1 | -2/+8 |
* | mesa: make ARB_debug_output functions an alias of | Timothy Arceri | 2014-03-08 | 1 | -15/+0 |
* | mesa: allocate gl_debug_state on demand | Brian Paul | 2014-02-08 | 1 | -0/+3 |
* | mesa: Implement glPushDebugGroup and glPopDebugGroup | Timothy Arceri | 2013-09-04 | 1 | -0/+5 |
* | mesa: Share common code between ARB_debug_output and KHR_debug functions | Timothy Arceri | 2013-09-04 | 1 | -0/+15 |
* | mesa: update glext.h to version 20130708 | Brian Paul | 2013-07-12 | 1 | -1/+1 |
* | mesa: remove const from glDebugMessageCallbackARB() function parameter | Brian Paul | 2013-06-26 | 1 | -1/+1 |
* | 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: Add performance debug for meta code. | Eric Anholt | 2013-04-21 | 1 | -0/+10 |
* | mesa: Report ARB_debug_output for both shader errors and warnings. | Eric Anholt | 2013-03-05 | 1 | -1/+2 |
* | mesa: Add support for GL_ARB_debug_output with dynamic ID allocation. | Eric Anholt | 2013-03-05 | 1 | -1/+9 |
* | mesa: Initially populate the display list with the exec list. | Eric Anholt | 2013-01-21 | 1 | -3/+0 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -0/+16 |
* | mesa: add _mesa_shader_debug() | Dylan Noblesmith | 2012-05-02 | 1 | -0/+3 |
* | mesa: implement the last of GL_ARB_debug_output | nobled | 2012-03-10 | 1 | -0/+3 |
* | mesa: add some GL_ARB_debug_output functions | nobled | 2012-03-10 | 1 | -0/+4 |
* | mesa: add infrastructure for GL_ARB_debug_output | nobled | 2012-03-10 | 1 | -0/+3 |
* | mesa: split error handling into its own file | nobled | 2012-03-10 | 1 | -0/+66 |