mesa: add support for using API_OPENGL_CORE
[mesa.git] / src / mesa / main / errors.c
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