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

2018-11-20 Thread Erik Faye-Lund
Ping again, anyone? :) On Thu, 2018-11-01 at 13:32 +0100, Erik Faye-Lund wrote: > 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

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

2018-11-01 Thread Erik Faye-Lund
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

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

2018-10-24 Thread Erik Faye-Lund
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 gl