[Mesa-dev] [PATCH 00/13] ARB_debug_output

Brian Paul brian.e.paul at gmail.com
Wed Mar 7 09:01:48 PST 2012


On Wed, Feb 15, 2012 at 6:28 AM, Marek Olšák <maraeo at gmail.com> wrote:
> 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

Hi Marek,

I did a quick read of these patches and they look OK to me.  Were you
planning on pushing them soon?

-Brian


More information about the mesa-dev mailing list