[Piglit] [PATCH 0/3] Add tests for GL_ARB_copy_image

Jason Ekstrand jason at jlekstrand.net
Fri Jun 27 16:31:51 PDT 2014


This series adds three tests for GL_ARB_copy_image.  It doesn't quite
provide full spec coverage yet as multisample textures are not tested.
However, it does test most of the common cases including copying to/from
compressed texture formats and copying between targets of different
dimensions.

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                                | 155 +++++++++++
 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         | 334 +++++++++++++++++++++++
 tests/spec/arb_copy_image/simple.c          | 226 ++++++++++++++++
 tests/spec/arb_copy_image/targets.c         | 404 ++++++++++++++++++++++++++++
 7 files changed, 1136 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