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
*
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
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-3
/
+3
*
mesa: allocate gl_debug_state on demand
Brian Paul
2014-02-08
1
-136
/
+195
*
mesa: trivial clean-ups in errors.c
Brian Paul
2014-02-08
1
-41
/
+84
*
mesa: remove _mesa_ prefix from some static functions
Brian Paul
2014-02-08
1
-27
/
+23
*
mesa: Use correct enum conversion function.
Vinson Lee
2013-09-10
1
-1
/
+1
*
mesa: Remap debug type and severity
Timothy Arceri
2013-09-04
1
-8
/
+57
*
mesa: Implement GL_DEBUG_OUTPUT
Timothy Arceri
2013-09-04
1
-0
/
+3
*
mesa: Implement glPushDebugGroup and glPopDebugGroup
Timothy Arceri
2013-09-04
1
-69
/
+206
*
mesa: Share common code between ARB_debug_output and KHR_debug functions
Timothy Arceri
2013-09-04
1
-97
/
+211
*
mesa: Add some constants and state variables for KHR_debug functions
Timothy Arceri
2013-09-04
1
-0
/
+4
*
mesa: Fix assertion error with glDebugMessageControl
Timothy Arceri
2013-08-23
1
-13
/
+2
*
mesa: update glext.h to version 20130708
Brian Paul
2013-07-12
1
-1
/
+1
*
mesa: remove const from glDebugMessageCallbackARB() function parameter
Brian Paul
2013-06-26
1
-2
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Use PACKAGE_BUGREPORT macro.
Matt Turner
2013-03-12
1
-1
/
+1
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
1
-1
/
+1
*
mesa: Use correct functions for enum conversion.
Vinson Lee
2013-03-11
1
-2
/
+2
*
mesa: Remove the special enum for _mesa_error debug output.
Eric Anholt
2013-03-05
1
-2
/
+8
[next]