Re: [Mesa-dev] [PATCH] mesa: add GL_KHR_debug functions to dispatch_sanity.cpp

2013-09-04 Thread Ian Romanick
In addition to missing make check, I'm pretty sure that all of the functions that also have an ARB version (from GL_ARB_debug) should alias those functions. Arg. On 09/04/2013 12:30 PM, Brian Paul wrote: > Fixes 'make check' failures. > --- > src/mesa/main/tests/dispatch_sanity.cpp | 12 ++

[Mesa-dev] [PATCH] mesa: add GL_KHR_debug functions to dispatch_sanity.cpp

2013-09-04 Thread Brian Paul
Fixes 'make check' failures. --- src/mesa/main/tests/dispatch_sanity.cpp | 12 1 file changed, 12 insertions(+) diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 8d37747..bea6e96 100644 --- a/src/mesa/main/tests/dispatch_sanity.cp