Re: [Mesa-dev] [PATCH] glsl: fix a bug with loop counter in find_empty_block

2016-01-20 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin I still hate this whole thing and think it should be reverted. But I'll wait until the US wakes up to gather more opinions before doing so. -ilia On Wed, Jan 20, 2016 at 6:42 AM, Tapani Pälli wrote: > Reported-by: Ilia Mirkin > Signed-off-by: Tapani Pälli > --- >

[Mesa-dev] [PATCH] glsl: fix a bug with loop counter in find_empty_block

2016-01-20 Thread Tapani Pälli
Reported-by: Ilia Mirkin Signed-off-by: Tapani Pälli --- src/glsl/link_uniforms.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp index 76ee70d..23b3d66 100644 --- a/src/glsl/link_uniforms.cpp +++ b/src/glsl/link_unifo