Re: [Mesa-dev] [PATCH 2/2] mesa: Fix glFramebufferTexture* error codes (v2)

2016-10-11 Thread Tomasz Figa
On Tue, Oct 11, 2016 at 7:26 PM, Tapani Pälli wrote: > it seems commit a40640f5303c9d03845459ecc364a3466d25cb5b fixed this same > issue (and some other failing tests) so this patch is no longer needed > > Thanks! Sorry for the noise, then. > > On 10/11/2016 09:29 AM, Tomasz Figa wrote: > >> [Fi

Re: [Mesa-dev] [PATCH 2/2] mesa: Fix glFramebufferTexture* error codes (v2)

2016-10-11 Thread Tapani Pälli
it seems commit a40640f5303c9d03845459ecc364a3466d25cb5b fixed this same issue (and some other failing tests) so this patch is no longer needed On 10/11/2016 09:29 AM, Tomasz Figa wrote: [Fixing CC list.] Ping. Would appreciate someone taking a look at this. Thanks in advance! On Fri, Aug 26

Re: [Mesa-dev] [PATCH 2/2] mesa: Fix glFramebufferTexture* error codes (v2)

2016-10-10 Thread Tomasz Figa
[Fixing CC list.] Ping. Would appreciate someone taking a look at this. Thanks in advance! On Fri, Aug 26, 2016 at 2:57 AM, Chad Versace wrote: > Bump. > > On Thu 11 Aug 2016, Chad Versace wrote: > > If check_textarget() determined that textarget was incorrect, it emitted > > GL_INVALID_OPERATI

Re: [Mesa-dev] [PATCH 2/2] mesa: Fix glFramebufferTexture* error codes (v2)

2016-08-25 Thread Chad Versace
Bump. On Thu 11 Aug 2016, Chad Versace wrote: > If check_textarget() determined that textarget was incorrect, it emitted > GL_INVALID_OPERATION. This is the correct behavior when target and > textarget are mismatched but textarget is a valid textarget enum. > > When textarget is not a valid text

[Mesa-dev] [PATCH 2/2] mesa: Fix glFramebufferTexture* error codes (v2)

2016-08-11 Thread Chad Versace
If check_textarget() determined that textarget was incorrect, it emitted GL_INVALID_OPERATION. This is the correct behavior when target and textarget are mismatched but textarget is a valid textarget enum. When textarget is not a valid textarget enum, the GL spec requires that GL_INVALID_ENUM be