[Piglit] [PATCH v2 0/3] Add tests for GL_ARB_copy_image
Jason Ekstrand
jason at jlekstrand.net
Mon Jun 30 10:35:59 PDT 2014
This is an updated version incorporating the comments from Dylan and Brian.
Jason Ekstrand (3):
spec/ARB_copy_image: Add a simple ARB_copy_image test
ARB_copy_image: Add a test for testing different texture target
combinations
ARB_copy_image: Test different combinations of texture formats
tests/all.py | 153 ++++++++++
tests/spec/CMakeLists.txt | 1 +
tests/spec/arb_copy_image/CMakeLists.gl.txt | 15 +
tests/spec/arb_copy_image/CMakeLists.txt | 1 +
tests/spec/arb_copy_image/formats.c | 385 +++++++++++++++++++++++++
tests/spec/arb_copy_image/simple.c | 202 ++++++++++++++
tests/spec/arb_copy_image/targets.c | 416 ++++++++++++++++++++++++++++
7 files changed, 1173 insertions(+)
create mode 100644 tests/spec/arb_copy_image/CMakeLists.gl.txt
create mode 100644 tests/spec/arb_copy_image/CMakeLists.txt
create mode 100644 tests/spec/arb_copy_image/formats.c
create mode 100644 tests/spec/arb_copy_image/simple.c
create mode 100644 tests/spec/arb_copy_image/targets.c
--
2.0.0
More information about the Piglit
mailing list