summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: define DEBUG_SILENT flag, use in output_if_debug()Brian Paul2012-05-111-11/+10
* mesa: add _mesa_shader_debug()Dylan Noblesmith2012-05-021-0/+43
* mesa: fix _mesa_DebugMessageCallbackARB() to silence warningsBrian Paul2012-03-121-2/+2
* mesa: Prevent collision of ERROR define on Windows.José Fonseca2012-03-111-0/+3
* mesa: print GL errors via debug_outputMarek Olšák2012-03-101-31/+66
* mesa: implement the last of GL_ARB_debug_outputnobled2012-03-101-28/+240
* mesa: add control for categories of application-provided messagesnobled2012-03-101-5/+125
* mesa: add glDebugMessageControlARBnobled2012-03-101-0/+134
* mesa: add message-toggle booleans for GL_ARB_debug_outputnobled2012-03-101-1/+1
* mesa: add some GL_ARB_debug_output functionsnobled2012-03-101-0/+274
* mesa: add infrastructure for GL_ARB_debug_outputnobled2012-03-101-1/+12
* mesa: split error handling into its own filenobled2012-03-101-0/+276