mesa: add GREMEDY_string_marker
[mesa.git] / src / mesa / main / errors.h
2016-01-21 Rob Clarkmesa: add GREMEDY_string_marker
2015-11-29 Emil Velikovmesa: remove len argument from _mesa_shader_debug()
2015-07-21 Jonathan Graymesa: include stdarg.h for va_list
2015-06-23 Kenneth Graunkemesa: Add a va_args variant of _mesa_gl_debug().
2015-04-15 Brian Paulmesa: add _mesa_log(), _mesa_get_log_file() functions
2014-12-16 Brian Paulmesa: move #include of mtypes.h outside __cplusplus...
2014-12-06 Matt Turnermesa: Add a source parameter to _mesa_gl_debug.
2014-05-02 Ian Romanickmesa: Add _mesa_error_no_memory for logging out-of...
2014-04-27 Chia-I Wumesa: use accessors for struct gl_debug_state
2014-03-08 Timothy Arcerimesa: make ARB_debug_output functions an alias of
2014-02-08 Brian Paulmesa: allocate gl_debug_state on demand
2013-09-04 Timothy Arcerimesa: Implement glPushDebugGroup and glPopDebugGroup
2013-09-04 Timothy Arcerimesa: Share common code between ARB_debug_output and...
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-04-21 Eric Anholtmesa: Add performance debug for meta code.
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-01-22 Eric Anholtmesa: Initially populate the display list with the...
2012-11-06 Paul Berrydispatch: Make all API functions non-static.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-02 Dylan Noblesmithmesa: add _mesa_shader_debug()
2012-03-10 nobledmesa: implement the last of 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