summaryrefslogtreecommitdiff
path: root/src/mesa/main/errors.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-20mesa: remove unneeded #includes in errors.cBrian Paul1-6/+0
2016-11-20mesa: remove trailing whitespace in errors.cBrian Paul1-6/+6
2016-02-08mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul1-1273/+13
2016-01-21mesa: wire up EmitStringMarker for KHR_debugRob Clark1-0/+7
2016-01-21mesa: add GREMEDY_string_markerRob Clark1-0/+13
2015-12-03mesa: rework the meaning of gl_debug_message::lengthEmil Velikov1-16/+24
2015-12-03mesa: errors: validate the length of null terminated stringEmil Velikov1-3/+17
2015-12-03mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsertEmil Velikov1-1/+1
2015-12-03mesa: add SEVERITY_NOTIFICATION to default stateEmil Velikov1-2/+3
2015-12-03mesa: return the correct value for GroupStackDepthEmil Velikov1-1/+1
2015-12-03mesa: rename GroupStackDepth to CurrentGroupEmil Velikov1-16/+16
2015-11-29mesa: remove len argument from _mesa_shader_debug()Emil Velikov1-6/+5
2015-11-20mesa: remove unused var in _mesa_PushDebugGroup()Brian Paul1-1/+0
2015-11-20mesa: use the correct string for the ES GL_KHR_debug functionsEmil Velikov1-7/+33
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-2/+2
2015-06-23mesa: Add a va_args variant of _mesa_gl_debug().Kenneth Graunke1-8/+21
2015-06-09mesa: Include simple_list.h explicitly in errors.c.Francisco Jerez1-0/+1
2015-04-15mesa: add _mesa_log(), _mesa_get_log_file() functionsBrian Paul1-7/+36
2015-03-05mesa: include stdio.h where neededBrian Paul1-0/+1
2015-03-02mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul1-3/+3
2015-02-26mesa: include stdarg.h only where it's usedBrian Paul1-0/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-2/+2
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-4/+4
2014-12-05mesa: Add a source parameter to _mesa_gl_debug.Matt Turner1-1/+2
2014-10-30mesa: protect the debug state with a mutexChia-I Wu1-47/+125
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner1-3/+3
2014-09-24mesa: Unifdef _WIN32_WCE.Matt Turner1-1/+1
2014-08-04util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke1-1/+1
2014-05-02mesa: Add _mesa_error_no_memory for logging out-of-memory messagesIan Romanick1-0/+6
2014-04-27mesa: overhaul debug namespace supportChia-I Wu1-178/+88
2014-04-27mesa: delay copying of debug groupsChia-I Wu1-41/+89
2014-04-27mesa: clean up debug output namespace handlingChia-I Wu1-139/+211
2014-04-27mesa: clean up debug groupsChia-I Wu1-42/+48
2014-04-27mesa: clean up debug message logChia-I Wu1-36/+42
2014-04-27mesa: use accessors for struct gl_debug_stateChia-I Wu1-1/+136
2014-04-27mesa: eliminate debug output message_insertChia-I Wu1-26/+19
2014-04-27mesa: eliminate debug output should_logChia-I Wu1-29/+11
2014-04-27mesa: eliminate debug output control_app_messagesChia-I Wu1-66/+17
2014-04-27mesa: eliminate debug output get_msgChia-I Wu1-73/+26
2014-04-27mesa: refactor _mesa_PopDebugGroup and _mesa_free_errors_dataChia-I Wu1-62/+63
2014-04-27mesa: refactor _mesa_PushDebugGroupChia-I Wu1-42/+60
2014-04-27mesa: refactor debug output control_messagesChia-I Wu1-51/+62
2014-04-27mesa: refactor debug output get_msgChia-I Wu1-11/+47
2014-04-27mesa: refactor debug out log_msgChia-I Wu1-59/+75
2014-04-27mesa: refactor debug output set_message_stateChia-I Wu1-31/+39
2014-04-27mesa: refactor debug output should_logChia-I Wu1-50/+61
2014-04-27mesa: refactor _mesa_get_debug_stateChia-I Wu1-25/+37
2014-04-10mesa: s/FREE/free/ in _mesa_free_errors_data()Brian Paul1-1/+1
2014-03-12mesa: Release gl_debug_state when destroying context.Mike Stroyan1-1/+4
2014-03-08mesa: add missing DebugMessageControl typesTimothy Arceri1-0/+2