Bump. This would be really nice to have upstream. On Thu, Feb 19, 2015 at 2:36 PM, Laura Ekstrand <[email protected]> wrote:
> 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 > >
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
