Re: [Mesa-dev] [PATCH 1/2] Update TextureParameter* error for incompatible texture targets

2017-08-09 Thread Iago Toral
On Tue, 2017-08-08 at 12:12 -0700, Jordan Justen wrote: > On 2017-08-06 21:18:23, Iago Toral Quiroga wrote: > > The OpenGL 4.6 specs have been updated so that GetTextureParameter* > > with a texture object with an incompatible TEXTURE_TARGET should > > now > > report INVALID_OPERATION instead of

Re: [Mesa-dev] [PATCH 1/2] Update TextureParameter* error for incompatible texture targets

2017-08-08 Thread Jordan Justen
On 2017-08-06 21:18:23, Iago Toral Quiroga wrote: > The OpenGL 4.6 specs have been updated so that GetTextureParameter* > with a texture object with an incompatible TEXTURE_TARGET should now > report INVALID_OPERATION instead of INVALID_ENUM. > > Fixes: >