summaryrefslogtreecommitdiff
path: root/src/mesa/main/errors.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-04mesa: Implement glPushDebugGroup and glPopDebugGroupTimothy Arceri1-0/+5
2013-09-04mesa: Share common code between ARB_debug_output and KHR_debug functionsTimothy Arceri1-0/+15
2013-07-12mesa: update glext.h to version 20130708Brian Paul1-1/+1
2013-06-26mesa: remove const from glDebugMessageCallbackARB() function parameterBrian Paul1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-21mesa: Add performance debug for meta code.Eric Anholt1-0/+10
2013-03-05mesa: Report ARB_debug_output for both shader errors and warnings.Eric Anholt1-1/+2
2013-03-05mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.Eric Anholt1-1/+9
2013-01-21mesa: Initially populate the display list with the exec list.Eric Anholt1-3/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-0/+16
2012-05-02mesa: add _mesa_shader_debug()Dylan Noblesmith1-0/+3
2012-03-10mesa: implement the last of GL_ARB_debug_outputnobled1-0/+3
2012-03-10mesa: add some GL_ARB_debug_output functionsnobled1-0/+4
2012-03-10mesa: add infrastructure for GL_ARB_debug_outputnobled1-0/+3
2012-03-10mesa: split error handling into its own filenobled1-0/+66