[Piglit] [PATCH v2 0/6] port s3tc tests to gles2
Erik Faye-Lund
erik.faye-lund at collabora.com
Fri Oct 26 13:03:02 UTC 2018
Here's version 2 of this series.
Changes since v1:
- Added a "_gles2"-suffix to the executable-names, to avoid name
collisions with the desktop gl opens.
- Avoid running parts of the test that calls glGetTexLevelParameteriv on
gles 3.0 and below.
To avoid too much churn in a single patch, the latter point is done as a
separate (new) patch. This is why the series is longer than before.
Erik Faye-Lund (6):
texturing: make sure s3tc tests require GL 1.1
texturing: use piglit_draw_rect_tex instead of glBegin/glEnd
s3tc-teximage: port to gles2
s3tc-texsubimage: port to gles2
s3tc-errors: port to gles31
s3tc-errors: port to gles20
tests/texturing/CMakeLists.gles2.txt | 7 ++
tests/texturing/s3tc-errors.c | 108 ++++++++++++++++++++-------
tests/texturing/s3tc-teximage.c | 59 +++++++++++++--
tests/texturing/s3tc-texsubimage.c | 59 +++++++++++++--
4 files changed, 191 insertions(+), 42 deletions(-)
create mode 100644 tests/texturing/CMakeLists.gles2.txt
--
2.17.2
More information about the Piglit
mailing list