aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/debug_output.c
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-1/+1
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-211-0/+1
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* mesa: Port errors.c to util/list.h instead of simple_list.Kenneth Graunke2019-07-121-31/+18
* mesa: free debug messages when destroying the debug stateTimothy Arceri2018-04-131-22/+23
* mesa: include dispatch.h lessMarek Olšák2018-04-121-1/+0
* mesa: use simple mtx in core mesaTimothy Arceri2017-11-091-8/+8
* mesa: don't attempt to unlock an unlocked debug state mutexJonathan Gray2016-12-201-3/+2
* mesa: Add missing call to _mesa_unlock_debug_state(ctx); v2Tom Stellard2016-11-171-1/+3
* mesa: if MESA_DEBUG=context, create a debug contextBrian Paul2016-11-161-0/+21
* mesa: Handle negative length in glPushDebugGroup().Kenneth Graunke2016-03-241-0/+3
* mesa: Make glDebugMessageInsert deal with negative length for all types.Kenneth Graunke2016-03-241-3/+4
* mesa: Include null terminator in GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH.Kenneth Graunke2016-03-241-1/+1
* mesa: Make glGet queries initialize ctx->Debug when necessary.Kenneth Graunke2016-03-031-14/+6
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-081-0/+1301