Re: [Mesa-dev] [PATCH 10/16] mesa: Allows querying GL_SAMPLER_BINDING on GLES3 profile

2014-12-11 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 12/11/2014 02:34 PM, Eduardo Lima Mitev wrote: > From GLES3 specification (page 123), "The currently bound sampler may be > queried by calling GetIntegerv with pname set to > SAMPLER_BINDINGGL_SAMPLER_BINDING". > > Fixes 4 dEQP tests: > * dEQP-GLES3.fu

[Mesa-dev] [PATCH 10/16] mesa: Allows querying GL_SAMPLER_BINDING on GLES3 profile

2014-12-11 Thread Eduardo Lima Mitev
From GLES3 specification (page 123), "The currently bound sampler may be queried by calling GetIntegerv with pname set to SAMPLER_BINDINGGL_SAMPLER_BINDING". Fixes 4 dEQP tests: * dEQP-GLES3.functional.state_query.integers.sampler_binding_getboolean * dEQP-GLES3.functional.state_query.integers.sam