[Mesa-dev] [PATCH 00/13] ARB_debug_output
Marek Olšák
maraeo at gmail.com
Wed Feb 15 05:28:01 PST 2012
Hi everyone,
this series adds the ARB_debug_output extension. It implements the minimum feature set required by the spec, which is GL API error logging.
I've added a new piglit test for this: arb_debug_output-api_error. I'd like to push this series in a week if there are no concerns.
The whole series is also available here:
git://people.freedesktop.org/~mareko/mesa arb-debug-output
Marek Olšák (3):
mesa: print GL errors via debug_output
mesa: display list dispatch for ARB_debug_output
mesa: expose ARB_debug_output
nobled (10):
mesa: split error handling into its own file
glapi: add ARB_debug_output.xml
mesa: add infrastructure for GL_ARB_debug_output
mesa: add some GL_ARB_debug_output functions
mesa: add message-toggle booleans for GL_ARB_debug_output
mesa: add glDebugMessageControlARB
mesa: add yet more context fields for GL_ARB_debug_output
mesa: add control for categories of application-provided messages
mesa: add struct for managing client debug namespaces
mesa: implement the last of GL_ARB_debug_output
Marek
More information about the mesa-dev
mailing list