summaryrefslogtreecommitdiff
path: root/src/mesa/main/errors.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-12mesa: Use PACKAGE_BUGREPORT macro.Matt Turner1-1/+1
2013-03-12mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner1-1/+1
2013-03-11mesa: Use correct functions for enum conversion.Vinson Lee1-2/+2
2013-03-05mesa: Remove the special enum for _mesa_error debug output.Eric Anholt1-2/+8
2013-03-05mesa: Remove the enum for the oom-within-debug-output case.Eric Anholt1-1/+4
2013-03-05mesa: Report ARB_debug_output for both shader errors and warnings.Eric Anholt1-2/+4
2013-03-05mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.Eric Anholt1-3/+51
2013-03-05mesa: Merge handling of application-provided and built-in error sources.Eric Anholt1-213/+115
2013-03-05mesa: Fix _mesa_problem() on context destroy after application debug outputEric Anholt1-0/+6
2013-03-05mesa: Move debug type/severity enums to mesa core.Eric Anholt1-65/+62
2013-03-05mesa: Replace open-coded _mesa_lookup_enum_by_nr().Eric Anholt1-35/+3
2013-03-05mesa: Remove extra #define MAXSTRING duplicating MAX_DEBUG_MESSAGE_LENGTH.Eric Anholt1-15/+14
2013-01-21mesa: Initially populate the display list with the exec list.Eric Anholt1-9/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-4/+4
2012-09-01mesa: s/FREE/free/Brian Paul1-2/+2
2012-09-01mesa: s/MALLOC/malloc/Brian Paul1-1/+1
2012-06-27mesa: more const qualifiers to match the latest glext.hBrian Paul1-2/+2
2012-06-25mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a fileBrian Paul1-2/+12
2012-05-11mesa: define DEBUG_SILENT flag, use in output_if_debug()Brian Paul1-11/+10
2012-05-02mesa: add _mesa_shader_debug()Dylan Noblesmith1-0/+43
2012-03-12mesa: fix _mesa_DebugMessageCallbackARB() to silence warningsBrian Paul1-2/+2
2012-03-11mesa: Prevent collision of ERROR define on Windows.José Fonseca1-0/+3
2012-03-10mesa: print GL errors via debug_outputMarek Olšák1-31/+66
2012-03-10mesa: implement the last of GL_ARB_debug_outputnobled1-28/+240
2012-03-10mesa: add control for categories of application-provided messagesnobled1-5/+125
2012-03-10mesa: add glDebugMessageControlARBnobled1-0/+134
2012-03-10mesa: add message-toggle booleans for GL_ARB_debug_outputnobled1-1/+1
2012-03-10mesa: add some GL_ARB_debug_output functionsnobled1-0/+274
2012-03-10mesa: add infrastructure for GL_ARB_debug_outputnobled1-1/+12
2012-03-10mesa: split error handling into its own filenobled1-0/+276