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

2014-05-19 Thread Tapani
On 05/19/2014 08:09 PM, Ian Romanick wrote: On 04/09/2014 02:56 AM, Tapani Pälli wrote: Support inactive uniforms that have explicit location set in glUniform* functions. Signed-off-by: Tapani Pälli --- src/mesa/main/uniform_query.cpp | 15 +++ 1 file changed, 15 insertions(+)

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

2014-05-19 Thread Ian Romanick
On 04/09/2014 02:56 AM, Tapani Pälli wrote: > Support inactive uniforms that have explicit location set in > glUniform* functions. > > 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

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

2014-04-09 Thread Tapani Pälli
Support inactive uniforms that have explicit location set in glUniform* functions. Signed-off-by: Tapani Pälli --- src/mesa/main/uniform_query.cpp | 15 +++ 1 file changed, 15 insertions(+) diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp index 5f1af08.