From: "Felipe F. Tonello" <[email protected]> v2: * Added GLES3 support * Disable some unsupported tests for GLES2
Felipe F. Tonello (3): KHR_debug: test glObjectPtrLabel() if OpenGL is 3.1 or greater KHR_debug: Add debug-object-label.c support for GLES KHR_debug: Add debug-push-pop-group test GLES support tests/all.py | 8 +- tests/spec/khr_debug/CMakeLists.gl.txt | 4 +- tests/spec/khr_debug/CMakeLists.gles2.txt | 15 +++ tests/spec/khr_debug/CMakeLists.gles3.txt | 15 +++ tests/spec/khr_debug/debug-object-label.c | 148 ++++++++++++++++++---------- tests/spec/khr_debug/debug-push-pop-group.c | 83 ++++++++++------ 6 files changed, 189 insertions(+), 84 deletions(-) create mode 100644 tests/spec/khr_debug/CMakeLists.gles2.txt create mode 100644 tests/spec/khr_debug/CMakeLists.gles3.txt -- 1.8.5.3 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
