summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: s/FREE/free/Brian Paul2012-09-011-2/+2
* mesa: s/MALLOC/malloc/Brian Paul2012-09-011-1/+1
* mesa: more const qualifiers to match the latest glext.hBrian Paul2012-06-271-2/+2
* mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a fileBrian Paul2012-06-251-2/+12
* 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