glapi / teximage: implement EGLImageTargetTexStorageEXT
[mesa.git] / src / mesa / main / errors.c
2019-05-30 Marek OlšákChange a few frequented uses of DEBUG to !NDEBUG
2019-03-14 Mark Janesmesa: add logging function for formatted string
2019-03-14 Mark Janesmesa: rename logging functions to reflect that they...
2019-03-14 Mark Janesmesa: properly report the length of truncated log messages
2018-01-03 Ian Romanickmesa: Fold _mesa_record_error into its only caller
2017-11-09 Timothy Arcerimesa: use simple mtx in core mesa
2017-09-06 Emil Velikovmesa: don't use %s for PACKAGE_VERSION macro
2016-11-20 Brian Paulmesa: remove unneeded #includes in errors.c
2016-11-20 Brian Paulmesa: remove trailing whitespace in errors.c
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-08 Brian Paulmesa: move GL_ARB_debug_output code into new debug_outp...
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
2016-01-25 Jason EkstrandMerge remote-tracking branch 'mattst88/nir-lower-pack...
2016-01-21 Rob Clarkmesa: wire up EmitStringMarker for KHR_debug
2016-01-21 Rob Clarkmesa: add GREMEDY_string_marker
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-03 Emil Velikovmesa: rework the meaning of gl_debug_message::length
2015-12-03 Emil Velikovmesa: errors: validate the length of null terminated...
2015-12-03 Emil Velikovmesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsert
2015-12-03 Emil Velikovmesa: add SEVERITY_NOTIFICATION to default state
2015-12-03 Emil Velikovmesa: return the correct value for GroupStackDepth
2015-12-03 Emil Velikovmesa: rename GroupStackDepth to CurrentGroup
2015-11-29 Emil Velikovmesa: remove len argument from _mesa_shader_debug()
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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/
next