aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.c
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-3/+3
* mesa|mapi: replace _mesa_[v]snprintf with [v]snprintfDylan Baker2020-04-211-9/+9
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-291-3/+3
* mesa: add logging function for formatted stringMark Janes2019-03-141-0/+27
* mesa: rename logging functions to reflect that they format stringsMark Janes2019-03-141-14/+14
* mesa: properly report the length of truncated log messagesMark Janes2019-03-141-0/+3
* mesa: Fold _mesa_record_error into its only callerIan Romanick2018-01-021-1/+2
* mesa: use simple mtx in core mesaTimothy Arceri2017-11-091-2/+2
* mesa: don't use %s for PACKAGE_VERSION macroEmil Velikov2017-09-061-2/+2
* mesa: remove unneeded #includes in errors.cBrian Paul2016-11-201-6/+0
* mesa: remove trailing whitespace in errors.cBrian Paul2016-11-201-6/+6
* 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