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

Laura Ekstrand laura at jlekstrand.net
Wed Mar 18 12:10:28 PDT 2015


Bump.  This would be really nice to have upstream.

On Thu, Feb 19, 2015 at 2:36 PM, Laura Ekstrand <laura at jlekstrand.net>
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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20150318/c0c8daab/attachment.html>


More information about the Piglit mailing list