Re: [Mesa-dev] [PATCH] glsl: initialise record count to 1

2015-10-15 Thread Marek Olšák
Thanks a lot. Tested-by: Marek Olšák Marek On Thu, Oct 15, 2015 at 5:16 AM, Timothy Arceri wrote: > This was only being done in one of the two process methods. > > Fixes issue with samplers using the array size of a previous record. > > Cc: Marek Olšák > Cc: Jason Ekstrand > --- > src/glsl/

[Mesa-dev] [PATCH] glsl: initialise record count to 1

2015-10-14 Thread Timothy Arceri
This was only being done in one of the two process methods. Fixes issue with samplers using the array size of a previous record. Cc: Marek Olšák Cc: Jason Ekstrand --- src/glsl/link_uniforms.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_unif