mesa: remove unused var in _mesa_PushDebugGroup()
[mesa.git] / src / mesa / main / errors.c
2015-11-20 Brian Paulmesa: remove unused var in _mesa_PushDebugGroup()
2015-11-20 Emil Velikovmesa: use the correct string for the ES GL_KHR_debug...
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-06-23 Kenneth Graunkemesa: Add a va_args variant of _mesa_gl_debug().
2015-06-09 Francisco Jerezmesa: Include simple_list.h explicitly in errors.c.
2015-04-15 Brian Paulmesa: add _mesa_log(), _mesa_get_log_file() functions
2015-03-05 Brian Paulmesa: include stdio.h where needed
2015-03-02 Brian Paulmesa/main: replace Elements() with ARRAY_SIZE()
2015-02-26 Brian Paulmesa: include stdarg.h only where it's used
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-01-21 Jan Veselymesa: Fix some signed-unsigned comparison warnings
2014-12-06 Matt Turnermesa: Add a source parameter to _mesa_gl_debug.
2014-10-30 Chia-I Wumesa: protect the debug state with a mutex
2014-09-24 Matt Turnermesa: Drop _mesa_getenv() wrapper.
2014-09-24 Matt Turnermesa: Unifdef _WIN32_WCE.
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-05-02 Ian Romanickmesa: Add _mesa_error_no_memory for logging out-of...
2014-04-27 Chia-I Wumesa: overhaul debug namespace support
2014-04-27 Chia-I Wumesa: delay copying of debug groups
2014-04-27 Chia-I Wumesa: clean up debug output namespace handling
2014-04-27 Chia-I Wumesa: clean up debug groups
2014-04-27 Chia-I Wumesa: clean up debug message log
2014-04-27 Chia-I Wumesa: use accessors for struct gl_debug_state
2014-04-27 Chia-I Wumesa: eliminate debug output message_insert
2014-04-27 Chia-I Wumesa: eliminate debug output should_log
2014-04-27 Chia-I Wumesa: eliminate debug output control_app_messages
2014-04-27 Chia-I Wumesa: eliminate debug output get_msg
2014-04-27 Chia-I Wumesa: refactor _mesa_PopDebugGroup and _mesa_free_error...
2014-04-27 Chia-I Wumesa: refactor _mesa_PushDebugGroup
2014-04-27 Chia-I Wumesa: refactor debug output control_messages
2014-04-27 Chia-I Wumesa: refactor debug output get_msg
2014-04-27 Chia-I Wumesa: refactor debug out log_msg
2014-04-27 Chia-I Wumesa: refactor debug output set_message_state
2014-04-27 Chia-I Wumesa: refactor debug output should_log
2014-04-27 Chia-I Wumesa: refactor _mesa_get_debug_state
2014-04-10 Brian Paulmesa: s/FREE/free/ in _mesa_free_errors_data()
2014-03-12 Mike Stroyanmesa: Release gl_debug_state when destroying context.
2014-03-08 Timothy Arcerimesa: add missing DebugMessageControl types
2014-03-08 Timothy Arcerimesa: make ARB_debug_output functions an alias of
2014-03-03 Brian Paulmesa: remove empty glthread.h file
2014-03-03 Brian Paulmesa: switch to c11 mutex functions
2014-02-08 Brian Paulmesa: allocate gl_debug_state on demand
2014-02-08 Brian Paulmesa: trivial clean-ups in errors.c
2014-02-08 Brian Paulmesa: remove _mesa_ prefix from some static functions
2013-09-10 Vinson Leemesa: Use correct enum conversion function.
2013-09-04 Timothy Arcerimesa: Remap debug type and severity
2013-09-04 Timothy Arcerimesa: Implement GL_DEBUG_OUTPUT
2013-09-04 Timothy Arcerimesa: Implement glPushDebugGroup and glPopDebugGroup
2013-09-04 Timothy Arcerimesa: Share common code between ARB_debug_output and...
2013-09-04 Timothy Arcerimesa: Add some constants and state variables for KHR_de...
2013-08-23 Timothy Arcerimesa: Fix assertion error with glDebugMessageControl
2013-07-12 Brian Paulmesa: update glext.h to version 20130708
2013-06-26 Brian Paulmesa: remove const from glDebugMessageCallbackARB(...
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-03-13 Matt Turnermesa: Use PACKAGE_BUGREPORT macro.
2013-03-13 Matt Turnermesa: Replace MESA_VERSION with PACKAGE_VERSION.
2013-03-12 Vinson Leemesa: Use correct functions for enum conversion.
2013-03-05 Eric Anholtmesa: Remove the special enum for _mesa_error debug...
2013-03-05 Eric Anholtmesa: Remove the enum for the oom-within-debug-output...
2013-03-05 Eric Anholtmesa: Report ARB_debug_output for both shader errors...
2013-03-05 Eric Anholtmesa: Add support for GL_ARB_debug_output with dynamic...
2013-03-05 Eric Anholtmesa: Merge handling of application-provided and built...
2013-03-05 Eric Anholtmesa: Fix _mesa_problem() on context destroy after...
2013-03-05 Eric Anholtmesa: Move debug type/severity enums to mesa core.
2013-03-05 Eric Anholtmesa: Replace open-coded _mesa_lookup_enum_by_nr().
2013-03-05 Eric Anholtmesa: Remove extra #define MAXSTRING duplicating MAX_DE...
2013-01-22 Eric Anholtmesa: Initially populate the display list with the...
2012-11-06 Paul Berrydispatch: Make all API functions non-static.
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-06-27 Brian Paulmesa: more const qualifiers to match the latest glext.h
2012-06-25 Brian Paulmesa: new MESA_LOG_FILE env var to log errors, warnings...
2012-05-11 Brian Paulmesa: define DEBUG_SILENT flag, use in output_if_debug()
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-02 Dylan Noblesmithmesa: add _mesa_shader_debug()
2012-03-12 Brian Paulmesa: fix _mesa_DebugMessageCallbackARB() to silence...
2012-03-11 José Fonsecamesa: Prevent collision of ERROR define on Windows.
2012-03-10 Marek Olšákmesa: print GL errors via debug_output
2012-03-10 nobledmesa: implement the last of GL_ARB_debug_output
2012-03-10 nobledmesa: add control for categories of application-provide...
2012-03-10 nobledmesa: add glDebugMessageControlARB
2012-03-10 nobledmesa: add message-toggle booleans for GL_ARB_debug_output
2012-03-10 nobledmesa: add some GL_ARB_debug_output functions
2012-03-10 nobledmesa: add infrastructure for GL_ARB_debug_output
2012-03-10 nobledmesa: split error handling into its own file