[Piglit] [PATCH v3 0/3] Add GLES support for KHR_debug spec

eu at felipetonello.com eu at felipetonello.com
Mon Mar 17 09:56:48 PDT 2014


From: "Felipe F. Tonello" <eu at felipetonello.com>

v3:
 * Removed display lists subtest for GLES

v2:
 * Added GLES3 support
 * Disabled 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 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   | 152 ++++++++++++++++++----------
 tests/spec/khr_debug/debug-push-pop-group.c |  83 ++++++++++-----
 6 files changed, 193 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