summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use PACKAGE_BUGREPORT macro.Matt Turner2013-03-121-1/+1
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-121-1/+1
* mesa: Use correct functions for enum conversion.Vinson Lee2013-03-111-2/+2
* mesa: Remove the special enum for _mesa_error debug output.Eric Anholt2013-03-051-2/+8
* mesa: Remove the enum for the oom-within-debug-output case.Eric Anholt2013-03-051-1/+4
* mesa: Report ARB_debug_output for both shader errors and warnings.Eric Anholt2013-03-051-2/+4
* mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.Eric Anholt2013-03-051-3/+51
* mesa: Merge handling of application-provided and built-in error sources.Eric Anholt2013-03-051-213/+115
* mesa: Fix _mesa_problem() on context destroy after application debug outputEric Anholt2013-03-051-0/+6
* mesa: Move debug type/severity enums to mesa core.Eric Anholt2013-03-051-65/+62
* mesa: Replace open-coded _mesa_lookup_enum_by_nr().Eric Anholt2013-03-051-35/+3
* mesa: Remove extra #define MAXSTRING duplicating MAX_DEBUG_MESSAGE_LENGTH.Eric Anholt2013-03-051-15/+14
* mesa: Initially populate the display list with the exec list.Eric Anholt2013-01-211-9/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-4/+4
* 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