summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: remove empty glthread.h fileBrian Paul2014-03-031-1/+0
* mesa: switch to c11 mutex functionsBrian Paul2014-03-031-3/+3
* mesa: allocate gl_debug_state on demandBrian Paul2014-02-081-136/+195
* mesa: trivial clean-ups in errors.cBrian Paul2014-02-081-41/+84
* mesa: remove _mesa_ prefix from some static functionsBrian Paul2014-02-081-27/+23
* mesa: Use correct enum conversion function.Vinson Lee2013-09-101-1/+1
* mesa: Remap debug type and severityTimothy Arceri2013-09-041-8/+57
* mesa: Implement GL_DEBUG_OUTPUTTimothy Arceri2013-09-041-0/+3
* mesa: Implement glPushDebugGroup and glPopDebugGroupTimothy Arceri2013-09-041-69/+206
* mesa: Share common code between ARB_debug_output and KHR_debug functionsTimothy Arceri2013-09-041-97/+211
* mesa: Add some constants and state variables for KHR_debug functionsTimothy Arceri2013-09-041-0/+4
* mesa: Fix assertion error with glDebugMessageControlTimothy Arceri2013-08-231-13/+2
* mesa: update glext.h to version 20130708Brian Paul2013-07-121-1/+1
* mesa: remove const from glDebugMessageCallbackARB() function parameterBrian Paul2013-06-261-2/+2
* 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: 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