Re: [Mesa-dev] [PATCH 1/3] mesa: fix UBO queries for active uniforms

2015-04-21 Thread Martin Peres
On 21/04/15 08:27, Tapani Pälli wrote: Commit 34df5eb introduced regression to GetActiveUniformBlockiv when querying one of the following properties: GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES Implementation counted all uniforms in ubo directly while quer

[Mesa-dev] [PATCH 1/3] mesa: fix UBO queries for active uniforms

2015-04-20 Thread Tapani Pälli
Commit 34df5eb introduced regression to GetActiveUniformBlockiv when querying one of the following properties: GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES Implementation counted all uniforms in ubo directly while query should check first if the uniform in quersi