summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.h
Commit message (Expand)AuthorAgeFilesLines
* 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