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
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
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.
"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
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
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
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