mesa: Replace MESA_VERSION with PACKAGE_VERSION.
[mesa.git] / src / mesa / main / errors.c
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