Re: [Mesa-dev] [PATCH] glsl: mark uniform and input interface blocks as read only

2015-03-27 Thread Kenneth Graunke
On Saturday, March 28, 2015 12:16:25 AM Timothy Arceri wrote: > --- > > Piglit tests: > > http://lists.freedesktop.org/archives/piglit/2015-March/015369.html > > src/glsl/ast_to_hir.cpp | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_h

Re: [Mesa-dev] [PATCH] glsl: mark uniform and input interface blocks as read only

2015-03-27 Thread Mark Janes
Reviewed-by: Mark Janes Timothy Arceri writes: > --- > > Piglit tests: > > http://lists.freedesktop.org/archives/piglit/2015-March/015369.html > > src/glsl/ast_to_hir.cpp | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp > index

[Mesa-dev] [PATCH] glsl: mark uniform and input interface blocks as read only

2015-03-27 Thread Timothy Arceri
--- Piglit tests: http://lists.freedesktop.org/archives/piglit/2015-March/015369.html src/glsl/ast_to_hir.cpp | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index d9ce6c9..49bddc4 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/