aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add a source parameter to _mesa_gl_debug.Matt Turner2014-12-051-1/+2
* mesa: protect the debug state with a mutexChia-I Wu2014-10-301-47/+125
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-241-3/+3
* mesa: Unifdef _WIN32_WCE.Matt Turner2014-09-241-1/+1
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-1/+1
* mesa: Add _mesa_error_no_memory for logging out-of-memory messagesIan Romanick2014-05-021-0/+6
* mesa: overhaul debug namespace supportChia-I Wu2014-04-271-178/+88
* mesa: delay copying of debug groupsChia-I Wu2014-04-271-41/+89
* mesa: clean up debug output namespace handlingChia-I Wu2014-04-271-139/+211
* mesa: clean up debug groupsChia-I Wu2014-04-271-42/+48
* mesa: clean up debug message logChia-I Wu2014-04-271-36/+42
* mesa: use accessors for struct gl_debug_stateChia-I Wu2014-04-271-1/+136
* mesa: eliminate debug output message_insertChia-I Wu2014-04-271-26/+19
* mesa: eliminate debug output should_logChia-I Wu2014-04-271-29/+11
* mesa: eliminate debug output control_app_messagesChia-I Wu2014-04-271-66/+17
* mesa: eliminate debug output get_msgChia-I Wu2014-04-271-73/+26
* mesa: refactor _mesa_PopDebugGroup and _mesa_free_errors_dataChia-I Wu2014-04-271-62/+63
* mesa: refactor _mesa_PushDebugGroupChia-I Wu2014-04-271-42/+60
* mesa: refactor debug output control_messagesChia-I Wu2014-04-271-51/+62
* mesa: refactor debug output get_msgChia-I Wu2014-04-271-11/+47
* mesa: refactor debug out log_msgChia-I Wu2014-04-271-59/+75
* mesa: refactor debug output set_message_stateChia-I Wu2014-04-271-31/+39
* mesa: refactor debug output should_logChia-I Wu2014-04-271-50/+61
* mesa: refactor _mesa_get_debug_stateChia-I Wu2014-04-271-25/+37
* mesa: s/FREE/free/ in _mesa_free_errors_data()Brian Paul2014-04-101-1/+1
* mesa: Release gl_debug_state when destroying context.Mike Stroyan2014-03-121-1/+4
* mesa: add missing DebugMessageControl typesTimothy Arceri2014-03-081-0/+2
* mesa: make ARB_debug_output functions an alias ofTimothy Arceri2014-03-081-219/+82
* 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