summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-081-44/+4
* mesa: add GREMEDY_string_markerRob Clark2016-01-211-0/+3
* mesa: remove len argument from _mesa_shader_debug()Emil Velikov2015-11-291-1/+1
* mesa: include stdarg.h for va_listJonathan Gray2015-07-211-0/+1
* mesa: Add a va_args variant of _mesa_gl_debug().Kenneth Graunke2015-06-231-0/+9
* mesa: add _mesa_log(), _mesa_get_log_file() functionsBrian Paul2015-04-151-0/+7
* mesa: move #include of mtypes.h outside __cplusplus checkBrian Paul2014-12-161-2/+1
* mesa: Add a source parameter to _mesa_gl_debug.Matt Turner2014-12-051-1/+3
* mesa: Add _mesa_error_no_memory for logging out-of-memory messagesIan Romanick2014-05-021-0/+3
* mesa: use accessors for struct gl_debug_stateChia-I Wu2014-04-271-2/+8
* mesa: make ARB_debug_output functions an alias ofTimothy Arceri2014-03-081-15/+0
* mesa: allocate gl_debug_state on demandBrian Paul2014-02-081-0/+3
* mesa: Implement glPushDebugGroup and glPopDebugGroupTimothy Arceri2013-09-041-0/+5
* mesa: Share common code between ARB_debug_output and KHR_debug functionsTimothy Arceri2013-09-041-0/+15
* mesa: update glext.h to version 20130708Brian Paul2013-07-121-1/+1
* mesa: remove const from glDebugMessageCallbackARB() function parameterBrian Paul2013-06-261-1/+1
* 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: Add performance debug for meta code.Eric Anholt2013-04-211-0/+10
* mesa: Report ARB_debug_output for both shader errors and warnings.Eric Anholt2013-03-051-1/+2
* mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.Eric Anholt2013-03-051-1/+9
* mesa: Initially populate the display list with the exec list.Eric Anholt2013-01-211-3/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-0/+16
* mesa: add _mesa_shader_debug()Dylan Noblesmith2012-05-021-0/+3
* mesa: implement the last of GL_ARB_debug_outputnobled2012-03-101-0/+3
* mesa: add some GL_ARB_debug_output functionsnobled2012-03-101-0/+4
* mesa: add infrastructure for GL_ARB_debug_outputnobled2012-03-101-0/+3
* mesa: split error handling into its own filenobled2012-03-101-0/+66