[Piglit] [PATCH 0/5] port s3tc tests to gles2

Erik Faye-Lund erik.faye-lund at collabora.com
Thu Nov 1 12:32:30 UTC 2018


On Wed, 2018-10-24 at 18:29 +0200, Erik Faye-Lund wrote:
> The EXT_texture_compression_s3tc spec allows to be implemented on top
> of
> gles2 as well as gles 1.1 and up.
> 
> So let's port the tests to gles2, so we can test the implementations.
> 
> Erik Faye-Lund (5):
>   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 gles2
> 
>  tests/texturing/CMakeLists.gles2.txt |  7 ++++
>  tests/texturing/s3tc-errors.c        | 59
> ++++++++++++++++++++++++++--
>  tests/texturing/s3tc-teximage.c      | 59 ++++++++++++++++++++++++
> ----
>  tests/texturing/s3tc-texsubimage.c   | 59 ++++++++++++++++++++++++
> ----
>  4 files changed, 165 insertions(+), 19 deletions(-)
>  create mode 100644 tests/texturing/CMakeLists.gles2.txt
> 

Ping? Anyone willing to review this? The feature landed in Mesa
already, it would be nice to land the tests also...



More information about the Piglit mailing list