Re: [Mesa-dev] [PATCH] glsl: fix packing support for arrays of doubles

2015-04-27 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin (for the little that's worth... I didn't spot this in the original commit. Oh well.) On Mon, Apr 27, 2015 at 5:35 PM, Timothy Arceri wrote: > Broke in commit f00c5f85b82efe9535b18dbf97c4591fb28aeae6 when > adding support for multidimensional arrays > --- > src/glsl/low

[Mesa-dev] [PATCH] glsl: fix packing support for arrays of doubles

2015-04-27 Thread Timothy Arceri
Broke in commit f00c5f85b82efe9535b18dbf97c4591fb28aeae6 when adding support for multidimensional arrays --- src/glsl/lower_packed_varyings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glsl/lower_packed_varyings.cpp b/src/glsl/lower_packed_varyings.cpp index f8e