Re: [Mesa-dev] [PATCH 2/2] glsl: support packing of arrays of arrays

2014-05-07 Thread Timothy Arceri
Just to make reviewing a quick task. I thought I'd just point out the reason updating this check is all that is needed to support packed varyings is because lower_arraylike() and lower_rvalue() already recursively call each other in inner array to outer array order so everything just works. Also

[Mesa-dev] [PATCH 2/2] glsl: support packing of arrays of arrays

2014-05-05 Thread Timothy Arceri
Signed-off-by: Timothy Arceri t_arc...@yahoo.com.au --- src/glsl/lower_packed_varyings.cpp | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/glsl/lower_packed_varyings.cpp b/src/glsl/lower_packed_varyings.cpp index e865474..dd2e22e 100644 ---