Re: [Mesa-dev] [PATCH 5/5] mesa: support inactive uniforms in glUniform* functions

2014-06-04 Thread Ian Romanick
On 05/26/2014 01:32 AM, Tapani Pälli wrote: > Support inactive uniforms that have explicit location set in > glUniform* functions. > > v2: remove unnecessary extension check, use new define (Ian) > > Signed-off-by: Tapani Pälli Reviewed-by: Ian Romanick > --- > src/mesa/main/uniform_query.cp

[Mesa-dev] [PATCH 5/5] mesa: support inactive uniforms in glUniform* functions

2014-05-26 Thread Tapani Pälli
Support inactive uniforms that have explicit location set in glUniform* functions. v2: remove unnecessary extension check, use new define (Ian) Signed-off-by: Tapani Pälli --- src/mesa/main/uniform_query.cpp | 15 +++ 1 file changed, 15 insertions(+) diff --git a/src/mesa/main/unif