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

2018-02-01 Thread Juan A. Suarez Romero
On Thu, 2018-02-01 at 12:45 +0100, Juan A. Suarez Romero wrote: > On Mon, 2018-01-29 at 16:25 -0800, Eric Anholt wrote: > > "Juan A. Suarez Romero" writes: > > > > > Enable these kind of 3D texture when proper extensions are available. > > > > > > Fixes

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

2018-02-01 Thread Juan A. Suarez Romero
On Mon, 2018-01-29 at 16:25 -0800, Eric Anholt wrote: > "Juan A. Suarez Romero" writes: > > > Enable these kind of 3D texture when proper extensions are available. > > > > Fixes KHR-GLES2.texture_3d.* with these textures. > > > > v2: add better clarification (Eric) > > ---

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

2018-01-29 Thread Eric Anholt
"Juan A. Suarez Romero" writes: > Enable these kind of 3D texture when proper extensions are available. > > Fixes KHR-GLES2.texture_3d.* with these textures. > > v2: add better clarification (Eric) > --- > src/mesa/main/teximage.c | 31 --- > 1

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

2018-01-24 Thread Juan A. Suarez Romero
Enable these kind of 3D texture when proper extensions are available. Fixes KHR-GLES2.texture_3d.* with these textures. v2: add better clarification (Eric) --- src/mesa/main/teximage.c | 31 --- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git