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
/
errors.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-3
/
+3
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
1
-9
/
+9
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
Change a few frequented uses of DEBUG to !NDEBUG
Marek Olšák
2019-05-29
1
-3
/
+3
*
mesa: add logging function for formatted string
Mark Janes
2019-03-14
1
-0
/
+27
*
mesa: rename logging functions to reflect that they format strings
Mark Janes
2019-03-14
1
-14
/
+14
*
mesa: properly report the length of truncated log messages
Mark Janes
2019-03-14
1
-0
/
+3
*
mesa: Fold _mesa_record_error into its only caller
Ian Romanick
2018-01-02
1
-1
/
+2
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
1
-2
/
+2
*
mesa: don't use %s for PACKAGE_VERSION macro
Emil Velikov
2017-09-06
1
-2
/
+2
*
mesa: remove unneeded #includes in errors.c
Brian Paul
2016-11-20
1
-6
/
+0
*
mesa: remove trailing whitespace in errors.c
Brian Paul
2016-11-20
1
-6
/
+6
*
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
[next]