index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
debug_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-1
/
+1
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
1
-0
/
+1
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
mesa: Port errors.c to util/list.h instead of simple_list.
Kenneth Graunke
2019-07-12
1
-31
/
+18
*
mesa: free debug messages when destroying the debug state
Timothy Arceri
2018-04-13
1
-22
/
+23
*
mesa: include dispatch.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
1
-8
/
+8
*
mesa: don't attempt to unlock an unlocked debug state mutex
Jonathan Gray
2016-12-20
1
-3
/
+2
*
mesa: Add missing call to _mesa_unlock_debug_state(ctx); v2
Tom Stellard
2016-11-17
1
-1
/
+3
*
mesa: if MESA_DEBUG=context, create a debug context
Brian Paul
2016-11-16
1
-0
/
+21
*
mesa: Handle negative length in glPushDebugGroup().
Kenneth Graunke
2016-03-24
1
-0
/
+3
*
mesa: Make glDebugMessageInsert deal with negative length for all types.
Kenneth Graunke
2016-03-24
1
-3
/
+4
*
mesa: Include null terminator in GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH.
Kenneth Graunke
2016-03-24
1
-1
/
+1
*
mesa: Make glGet queries initialize ctx->Debug when necessary.
Kenneth Graunke
2016-03-03
1
-14
/
+6
*
mesa: move GL_ARB_debug_output code into new debug_output.c file
Brian Paul
2016-02-08
1
-0
/
+1301