[Piglit] [PATCH v2 0/3] Add GLES support for KHR_debug spec
eu at felipetonello.com
eu at felipetonello.com
Fri Mar 14 17:24:32 PDT 2014
From: "Felipe F. Tonello" <eu at felipetonello.com>
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
More information about the Piglit
mailing list