[Piglit] [PATCH 0/8] Increased coverage of PBO texture upload paths

Nicolai Hähnle nhaehnle at gmail.com
Mon Jan 18 13:40:20 PST 2016


Hi,

as the title says. Most of the changes are adding 'pbo' command line
arguments to selected tests, but there is one bigger new test,
texsubimage-unpack, which is quite similar to texsubimage but tests
that the various format/type conversions are done correctly.

Cheers,
Nicolai
--
 tests/all.py                                 |  12 +-
 tests/fbo/fbo-formats.h                      | 392 +++++------
 .../arb_texture_view/texsubimage-layers.c    |  31 +-
 .../arb_texture_view/texsubimage-levels.c    |  31 +-
 tests/spec/ext_texture_array/compressed.c    |  51 +-
 tests/spec/gl-2.1/pbo.c                      |  46 +-
 tests/texturing/CMakeLists.gl.txt            |   1 +
 tests/texturing/cubemap.c                    |  58 +-
 tests/texturing/texsubimage-depth-formats.c  |  37 +-
 tests/texturing/texsubimage-unpack.c         | 572 +++++++++++++++++
 10 files changed, 999 insertions(+), 232 deletions(-)



More information about the Piglit mailing list