[Mesa-dev] [PATCH 11/16] glsl: fix binding validation for interface blocks

2015-07-17 Thread Timothy Arceri
V2: rebase on SSBO changes --- src/glsl/ast_to_hir.cpp | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 1eafdc2..694f2fe 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/ast_to_hir.cpp @@ -2

Re: [Mesa-dev] [PATCH 11/16] glsl: fix binding validation for interface blocks

2015-07-17 Thread Timothy Arceri
On Sat, 2015-07-18 at 11:25 +1000, Timothy Arceri wrote: > --- > src/glsl/ast_to_hir.cpp | 22 ++ > 1 file changed, 14 insertions(+), 8 deletions(-) > > diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp > index 1e3686c..341f9c4 100644 > --- a/src/glsl/ast_to_hir.c

[Mesa-dev] [PATCH 11/16] glsl: fix binding validation for interface blocks

2015-07-17 Thread Timothy Arceri
--- src/glsl/ast_to_hir.cpp | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 1e3686c..341f9c4 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/ast_to_hir.cpp @@ -2041,10 +2041,10 @@ validate_matri