Re: [Mesa-dev] [PATCH 06/11] mesa: add some GL_ARB_debug_output functions

2011-05-03 Thread Brian Paul
On 05/02/2011 05:00 PM, nobled wrote: They're not actually exported yet. --- src/mesa/main/api_exec.c | 12 ++- src/mesa/main/errors.c | 262 ++ src/mesa/main/errors.h |4 + 3 files changed, 274 insertions(+), 4 deletions(-) diff --git

[Mesa-dev] [PATCH 06/11] mesa: add some GL_ARB_debug_output functions

2011-05-02 Thread nobled
They're not actually exported yet. --- src/mesa/main/api_exec.c | 12 ++- src/mesa/main/errors.c | 262 ++ src/mesa/main/errors.h |4 + 3 files changed, 274 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/a