index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
errors.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: move GL_ARB_debug_output code into new debug_output.c file
Brian Paul
2016-02-08
1
-1273
/
+13
*
mesa: wire up EmitStringMarker for KHR_debug
Rob Clark
2016-01-21
1
-0
/
+7
*
mesa: add GREMEDY_string_marker
Rob Clark
2016-01-21
1
-0
/
+13
*
mesa: rework the meaning of gl_debug_message::length
Emil Velikov
2015-12-03
1
-16
/
+24
*
mesa: errors: validate the length of null terminated string
Emil Velikov
2015-12-03
1
-3
/
+17
*
mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsert
Emil Velikov
2015-12-03
1
-1
/
+1
*
mesa: add SEVERITY_NOTIFICATION to default state
Emil Velikov
2015-12-03
1
-2
/
+3
*
mesa: return the correct value for GroupStackDepth
Emil Velikov
2015-12-03
1
-1
/
+1
*
mesa: rename GroupStackDepth to CurrentGroup
Emil Velikov
2015-12-03
1
-16
/
+16
*
mesa: remove len argument from _mesa_shader_debug()
Emil Velikov
2015-11-29
1
-6
/
+5
*
mesa: remove unused var in _mesa_PushDebugGroup()
Brian Paul
2015-11-20
1
-1
/
+0
*
mesa: use the correct string for the ES GL_KHR_debug functions
Emil Velikov
2015-11-20
1
-7
/
+33
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-2
/
+2
*
mesa: Add a va_args variant of _mesa_gl_debug().
Kenneth Graunke
2015-06-23
1
-8
/
+21
*
mesa: Include simple_list.h explicitly in errors.c.
Francisco Jerez
2015-06-09
1
-0
/
+1
*
mesa: add _mesa_log(), _mesa_get_log_file() functions
Brian Paul
2015-04-15
1
-7
/
+36
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+1
*
mesa/main: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-3
/
+3
*
mesa: include stdarg.h only where it's used
Brian Paul
2015-02-26
1
-0
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-2
/
+2
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-4
/
+4
*
mesa: Add a source parameter to _mesa_gl_debug.
Matt Turner
2014-12-05
1
-1
/
+2
*
mesa: protect the debug state with a mutex
Chia-I Wu
2014-10-30
1
-47
/
+125
*
mesa: Drop _mesa_getenv() wrapper.
Matt Turner
2014-09-24
1
-3
/
+3
*
mesa: Unifdef _WIN32_WCE.
Matt Turner
2014-09-24
1
-1
/
+1
*
util: Move the open-addressing linear-probing hash_table to src/util.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
mesa: Add _mesa_error_no_memory for logging out-of-memory messages
Ian Romanick
2014-05-02
1
-0
/
+6
*
mesa: overhaul debug namespace support
Chia-I Wu
2014-04-27
1
-178
/
+88
*
mesa: delay copying of debug groups
Chia-I Wu
2014-04-27
1
-41
/
+89
*
mesa: clean up debug output namespace handling
Chia-I Wu
2014-04-27
1
-139
/
+211
*
mesa: clean up debug groups
Chia-I Wu
2014-04-27
1
-42
/
+48
*
mesa: clean up debug message log
Chia-I Wu
2014-04-27
1
-36
/
+42
*
mesa: use accessors for struct gl_debug_state
Chia-I Wu
2014-04-27
1
-1
/
+136
*
mesa: eliminate debug output message_insert
Chia-I Wu
2014-04-27
1
-26
/
+19
*
mesa: eliminate debug output should_log
Chia-I Wu
2014-04-27
1
-29
/
+11
*
mesa: eliminate debug output control_app_messages
Chia-I Wu
2014-04-27
1
-66
/
+17
*
mesa: eliminate debug output get_msg
Chia-I Wu
2014-04-27
1
-73
/
+26
*
mesa: refactor _mesa_PopDebugGroup and _mesa_free_errors_data
Chia-I Wu
2014-04-27
1
-62
/
+63
*
mesa: refactor _mesa_PushDebugGroup
Chia-I Wu
2014-04-27
1
-42
/
+60
*
mesa: refactor debug output control_messages
Chia-I Wu
2014-04-27
1
-51
/
+62
*
mesa: refactor debug output get_msg
Chia-I Wu
2014-04-27
1
-11
/
+47
*
mesa: refactor debug out log_msg
Chia-I Wu
2014-04-27
1
-59
/
+75
*
mesa: refactor debug output set_message_state
Chia-I Wu
2014-04-27
1
-31
/
+39
*
mesa: refactor debug output should_log
Chia-I Wu
2014-04-27
1
-50
/
+61
*
mesa: refactor _mesa_get_debug_state
Chia-I Wu
2014-04-27
1
-25
/
+37
*
mesa: s/FREE/free/ in _mesa_free_errors_data()
Brian Paul
2014-04-10
1
-1
/
+1
*
mesa: Release gl_debug_state when destroying context.
Mike Stroyan
2014-03-12
1
-1
/
+4
*
mesa: add missing DebugMessageControl types
Timothy Arceri
2014-03-08
1
-0
/
+2
*
mesa: make ARB_debug_output functions an alias of
Timothy Arceri
2014-03-08
1
-219
/
+82
*
mesa: remove empty glthread.h file
Brian Paul
2014-03-03
1
-1
/
+0
[next]