Re: [Mesa-dev] [PATCH] glsl: the number of samplers is already calculated so use it

2014-05-12 Thread Ian Romanick
Reviewed-by: Ian Romanick On 05/11/2014 05:25 AM, Timothy Arceri wrote: > Signed-off-by: Timothy Arceri > --- > src/glsl/link_uniforms.cpp | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp > index 29dc0b1..cd231cb

[Mesa-dev] [PATCH] glsl: the number of samplers is already calculated so use it

2014-05-11 Thread Timothy Arceri
Signed-off-by: Timothy Arceri --- src/glsl/link_uniforms.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp index 29dc0b1..cd231cb 100644 --- a/src/glsl/link_uniforms.cpp +++ b/src/glsl/link_uniforms.cpp @@ -308,8 +308