Re: [Mesa-dev] [PATCH V2 3/3] glsl: let interface linking code validate its arrays

2015-02-25 Thread Timothy Arceri
On Thu, 2015-02-26 at 18:45 +1100, Timothy Arceri wrote: > Currently intrastage arrays are validated twice for interface blocks. > --- > src/glsl/linker.cpp | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp > index dafcbe0..956818

[Mesa-dev] [PATCH V2 3/3] glsl: let interface linking code validate its arrays

2015-02-25 Thread Timothy Arceri
Currently intrastage arrays are validated twice for interface blocks. --- src/glsl/linker.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index dafcbe0..9568185 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -761,7