On 03/16/2018 02:10 PM, Juan A. Suarez Romero wrote:
On Fri, 2018-03-16 at 13:25 +0200, Tapani Pälli wrote:
On 03/16/2018 01:13 PM, Tapani Pälli wrote:
On 03/16/2018 01:01 PM, Juan A. Suarez Romero wrote:
On Fri, 2018-03-16 at 08:02 +0200, Tapani Pälli wrote:
On 03/15/2018 02:04 PM, Juan
On Fri, 2018-03-16 at 13:25 +0200, Tapani Pälli wrote:
>
> On 03/16/2018 01:13 PM, Tapani Pälli wrote:
> >
> >
> > On 03/16/2018 01:01 PM, Juan A. Suarez Romero wrote:
> > > On Fri, 2018-03-16 at 08:02 +0200, Tapani Pälli wrote:
> > > > On 03/15/2018 02:04 PM, Juan A. Suarez Romero wrote:
> > >
On 03/16/2018 01:13 PM, Tapani Pälli wrote:
On 03/16/2018 01:01 PM, Juan A. Suarez Romero wrote:
On Fri, 2018-03-16 at 08:02 +0200, Tapani Pälli wrote:
On 03/15/2018 02:04 PM, Juan A. Suarez Romero wrote:
According to OpenGL ES 3.2, section 8.6, CopyTexSubImage* should return
an INVALID_OP
On 03/16/2018 01:01 PM, Juan A. Suarez Romero wrote:
On Fri, 2018-03-16 at 08:02 +0200, Tapani Pälli wrote:
On 03/15/2018 02:04 PM, Juan A. Suarez Romero wrote:
According to OpenGL ES 3.2, section 8.6, CopyTexSubImage* should return
an INVALID_OPERATION if the internalformat of the texture is
On Fri, 2018-03-16 at 08:02 +0200, Tapani Pälli wrote:
> On 03/15/2018 02:04 PM, Juan A. Suarez Romero wrote:
> > According to OpenGL ES 3.2, section 8.6, CopyTexSubImage* should return
> > an INVALID_OPERATION if the internalformat of the texture is RGB9_E5.
> >
> > This fixes
> > dEQP-GLES31.fun
On 03/15/2018 02:04 PM, Juan A. Suarez Romero wrote:
According to OpenGL ES 3.2, section 8.6, CopyTexSubImage* should return
an INVALID_OPERATION if the internalformat of the texture is RGB9_E5.
This fixes
dEQP-GLES31.functional.debug.negative_coverage.*.copytexsubimage2d_texture_internalformat
According to OpenGL ES 3.2, section 8.6, CopyTexSubImage* should return
an INVALID_OPERATION if the internalformat of the texture is RGB9_E5.
This fixes
dEQP-GLES31.functional.debug.negative_coverage.*.copytexsubimage2d_texture_internalformat.
---
src/mesa/main/teximage.c | 14 ++
1 f