Re: [Mesa-dev] [PATCH 07/20] glsl: clean-up link uniform code

2015-07-29 Thread Timothy Arceri
On Wed, 2015-07-29 at 10:14 -0400, Ilia Mirkin wrote: > On Wed, Jul 29, 2015 at 9:56 AM, Timothy Arceri > wrote: > > These changes are also needed to allow linking of > > struct and interface arrays of arrays. > > --- > > src/glsl/link_uniforms.cpp | 16 ++-- > > 1 file changed, 6 in

Re: [Mesa-dev] [PATCH 07/20] glsl: clean-up link uniform code

2015-07-29 Thread Ilia Mirkin
On Wed, Jul 29, 2015 at 9:56 AM, Timothy Arceri wrote: > These changes are also needed to allow linking of > struct and interface arrays of arrays. > --- > src/glsl/link_uniforms.cpp | 16 ++-- > 1 file changed, 6 insertions(+), 10 deletions(-) > > diff --git a/src/glsl/link_uniforms.

[Mesa-dev] [PATCH 07/20] glsl: clean-up link uniform code

2015-07-29 Thread Timothy Arceri
These changes are also needed to allow linking of struct and interface arrays of arrays. --- src/glsl/link_uniforms.cpp | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp index 254086d..42f75e9 100644 --- a/