summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-2/+2
* mesa: Add a va_args variant of _mesa_gl_debug().Kenneth Graunke2015-06-231-8/+21
* mesa: Include simple_list.h explicitly in errors.c.Francisco Jerez2015-06-091-0/+1
* mesa: add _mesa_log(), _mesa_get_log_file() functionsBrian Paul2015-04-151-7/+36
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+1
* mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-3/+3
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-261-0/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-2/+2
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-4/+4
* 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