[Piglit] [PATCH v2 0/5] Add texturing/texsubimage-unpack
Nicolai Hähnle
nhaehnle at gmail.com
Thu Jan 21 12:33:06 PST 2016
Hi,
this is a restructuring of the first part of the PBO coverage series I sent
recently, based on Ian's feedback.
There's a bit more code sharing, the run_concurrent business is cleared up,
and bunch of other cleanups.
Cheers,
Nicolai
--
tests/all.py | 4 +-
tests/fbo/fbo-formats.h | 396 ++++++++++---------
tests/texturing/CMakeLists.gl.txt | 1 +
tests/texturing/texsubimage-unpack.c | 525 +++++++++++++++++++++++++
tests/texturing/texsubimage.c | 28 +-
tests/util/piglit-util-gl.c | 65 +++
tests/util/piglit-util-gl.h | 7 +
7 files changed, 807 insertions(+), 219 deletions(-)
More information about the Piglit
mailing list