summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.c
Commit message (Expand)AuthorAgeFilesLines
* android: print debug info to logcatWuZhen2016-11-011-0/+8
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-081-1273/+13
* mesa: wire up EmitStringMarker for KHR_debugRob Clark2016-01-211-0/+7
* mesa: add GREMEDY_string_markerRob Clark2016-01-211-0/+13
* mesa: rework the meaning of gl_debug_message::lengthEmil Velikov2015-12-031-16/+24
* mesa: errors: validate the length of null terminated stringEmil Velikov2015-12-031-3/+17
* mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsertEmil Velikov2015-12-031-1/+1
* mesa: add SEVERITY_NOTIFICATION to default stateEmil Velikov2015-12-031-2/+3
* mesa: return the correct value for GroupStackDepthEmil Velikov2015-12-031-1/+1
* mesa: rename GroupStackDepth to CurrentGroupEmil Velikov2015-12-031-16/+16
* mesa: remove len argument from _mesa_shader_debug()Emil Velikov2015-11-291-6/+5
* mesa: remove unused var in _mesa_PushDebugGroup()Brian Paul2015-11-201-1/+0
* mesa: use the correct string for the ES GL_KHR_debug functionsEmil Velikov2015-11-201-7/+33
* 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