Re: [Mesa-dev] [PATCH 2/4 v2] mesa: add _mesa_shader_debug()

2012-05-02 Thread Brian Paul
On 05/01/2012 05:04 PM, nobled wrote: This should be the one entrypoint libglsl needs for GL_ARB_debug_output. --- src/mesa/main/errors.c | 34 ++ src/mesa/main/errors.h |4 2 files changed, 38 insertions(+), 0 deletions(-) diff --git

[Mesa-dev] [PATCH 2/4 v2] mesa: add _mesa_shader_debug()

2012-05-01 Thread nobled
This should be the one entrypoint libglsl needs for GL_ARB_debug_output. --- src/mesa/main/errors.c | 34 ++ src/mesa/main/errors.h |4 2 files changed, 38 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c index