Re: [Mesa-dev] [PATCH] mesa: enable ASTC/ETC1 compressed textures

2018-01-24 Thread Tapani Pälli
On 24.01.2018 18:02, Juan A. Suarez Romero wrote: On Mon, 2018-01-22 at 08:41 +0200, Tapani Pälli wrote: On 01/19/2018 12:44 PM, Juan A. Suarez Romero wrote: Anyone could take a look at this patch? Can you pinpoint where the mentioned tests are located, which suite? Yes. It's in the Ope

Re: [Mesa-dev] [PATCH] mesa: enable ASTC/ETC1 compressed textures

2018-01-24 Thread Juan A. Suarez Romero
On Mon, 2018-01-22 at 08:38 +0800, Eric Anholt wrote: > "Juan A. Suarez Romero" writes: > > > Enable these kind of texture when proper extensions are available. > > In the subject, s/textures/3D textures/ since it's surprising to hear > that they're not supported yet :) Good point! :) > > > F

Re: [Mesa-dev] [PATCH] mesa: enable ASTC/ETC1 compressed textures

2018-01-24 Thread Juan A. Suarez Romero
On Mon, 2018-01-22 at 08:41 +0200, Tapani Pälli wrote: > > On 01/19/2018 12:44 PM, Juan A. Suarez Romero wrote: > > Anyone could take a look at this patch? > > > > Can you pinpoint where the mentioned tests are located, which suite? Yes. It's in the OpenGL CTS testsuite, by Khronos. J.

Re: [Mesa-dev] [PATCH] mesa: enable ASTC/ETC1 compressed textures

2018-01-21 Thread Eric Anholt
"Juan A. Suarez Romero" writes: > Enable these kind of texture when proper extensions are available. In the subject, s/textures/3D textures/ since it's surprising to hear that they're not supported yet :) > Fixes KHR-GLES2.texture_3d.* with these textures. > --- > src/mesa/main/teximage.c | 26

Re: [Mesa-dev] [PATCH] mesa: enable ASTC/ETC1 compressed textures

2018-01-21 Thread Tapani Pälli
On 01/19/2018 12:44 PM, Juan A. Suarez Romero wrote: Anyone could take a look at this patch? Can you pinpoint where the mentioned tests are located, which suite? Thanks in advance! J.A. On Thu, 2018-01-11 at 16:35 +0100, Juan A. Suarez Romero wrote: Enable these kind of texture

Re: [Mesa-dev] [PATCH] mesa: enable ASTC/ETC1 compressed textures

2018-01-19 Thread Juan A. Suarez Romero
Anyone could take a look at this patch? Thanks in advance! J.A. On Thu, 2018-01-11 at 16:35 +0100, Juan A. Suarez Romero wrote: > Enable these kind of texture when proper extensions are available. > > Fixes KHR-GLES2.texture_3d.* with these textures. > --- > src/mesa/main/teximage.c

[Mesa-dev] [PATCH] mesa: enable ASTC/ETC1 compressed textures

2018-01-11 Thread Juan A. Suarez Romero
Enable these kind of texture when proper extensions are available. Fixes KHR-GLES2.texture_3d.* with these textures. --- src/mesa/main/teximage.c | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c ind