[Piglit] [PATCH 0/8] v2 of major getteximage-targets remodel

Laura Ekstrand laura at jlekstrand.net
Thu Feb 19 14:36:08 PST 2015


This replaces texturing/getteximage-targets and its clones with a new, less
complicated test and its clones.

Since all of these tests are essentially the same, it makes sense to review
them and push them together.

Laura Ekstrand (8):
  arb_direct_state_access: Remove over-complicated
    getcompressedtextureimage test.
  arb_direct_state_access: New test for GetCompressedTextureImage.
  arb_direct_state_access: New test for glCompressedTextureSubImage*D.
  arb_direct_state_access: Remove over-complicated test
    gettextureimage-targets.
  arb_direct_state_access: New test for glGetTextureImage.
  texturing: Remove over-complicated getteximage-targets test.
  texturing: New test for GetTexImage targets.
  texturing: New test for GetCompressedTexImage.

 tests/all.py                                       |  15 +-
 .../spec/arb_direct_state_access/CMakeLists.gl.txt |   1 +
 .../compressedtexturesubimage.c                    | 256 ++++++++++
 .../getcompressedtextureimage.c                    | 522 ++++++---------------
 .../gettextureimage-targets.c                      | 427 ++++++-----------
 tests/texturing/CMakeLists.gl.txt                  |   3 +-
 tests/texturing/getcompressedteximage.c            | 232 +++++++++
 tests/texturing/getteximage-targets.c              | 350 ++++++--------
 8 files changed, 938 insertions(+), 868 deletions(-)
 create mode 100644 tests/spec/arb_direct_state_access/compressedtexturesubimage.c
 create mode 100644 tests/texturing/getcompressedteximage.c

-- 
2.1.0



More information about the Piglit mailing list