Re: [Mesa-dev] [PATCH 2/3] glsl: don't validate interface blocks twice

2016-02-11 Thread Iago Toral
On Thu, 2016-02-11 at 15:45 +1100, Timothy Arceri wrote: > We already check for opaque types so don't recheck for atomics > and images. > --- > src/compiler/glsl/ast_to_hir.cpp | 46 > > 1 file changed, 23 insertions(+), 23 deletions(-) > > diff --git

[Mesa-dev] [PATCH 2/3] glsl: don't validate interface blocks twice

2016-02-10 Thread Timothy Arceri
We already check for opaque types so don't recheck for atomics and images. --- src/compiler/glsl/ast_to_hir.cpp | 46 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/compiler/glsl/ast_to_hir.cpp b/src/compiler/glsl/ast_to_hir.cpp index