Re: [Mesa-dev] [PATCH 03/25] glsl: clean-up link uniform code

2015-08-20 Thread Timothy Arceri
On Thu, 2015-08-20 at 10:39 -0700, Ian Romanick wrote: > On 08/20/2015 10:31 AM, Ian Romanick wrote: > > On 08/19/2015 09:37 PM, Timothy Arceri wrote: > > > These changes are also needed to allow linking of > > > struct and interface arrays of arrays. > > > --- > > > src/glsl/link_uniforms.cpp | 1

Re: [Mesa-dev] [PATCH 03/25] glsl: clean-up link uniform code

2015-08-20 Thread Ian Romanick
On 08/20/2015 10:31 AM, Ian Romanick wrote: > On 08/19/2015 09:37 PM, 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(-)

Re: [Mesa-dev] [PATCH 03/25] glsl: clean-up link uniform code

2015-08-20 Thread Ian Romanick
On 08/19/2015 09:37 PM, 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.cpp b/src

Re: [Mesa-dev] [PATCH 03/25] glsl: clean-up link uniform code

2015-08-20 Thread Thomas Helland
2015-08-20 6:37 GMT+02:00 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/gls

[Mesa-dev] [PATCH 03/25] glsl: clean-up link uniform code

2015-08-19 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/