Re: [Mesa-dev] [PATCH 08/25] glsl: validate binding qualifier for AoA

2015-08-20 Thread Timothy Arceri
On Thu, 2015-08-20 at 10:46 -0700, Ian Romanick wrote: > I might have been tempted to put this and the previous patch before > patch 6, but meh. Yeah I did it this way as 6 is really a fix independent of AoA and I wanted to be able to push it without waiting on the AoA patches to be fully reviewed

Re: [Mesa-dev] [PATCH 08/25] glsl: validate binding qualifier for AoA

2015-08-20 Thread Ian Romanick
I might have been tempted to put this and the previous patch before patch 6, but meh. This patch is Reviewed-by: Ian Romanick On 08/19/2015 09:37 PM, Timothy Arceri wrote: > Reviewed-by: Tapani Pälli > --- > src/glsl/ast_to_hir.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[Mesa-dev] [PATCH 08/25] glsl: validate binding qualifier for AoA

2015-08-19 Thread Timothy Arceri
Reviewed-by: Tapani Pälli --- src/glsl/ast_to_hir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index ee5ff9d..54569a8 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/ast_to_hir.cpp @@ -2114,7 +2114,7 @@ validate_bind