Re: [Mesa-dev] [PATCH 1/3] glsl: don't apply uniform/buffer layouts to interface blocks

2016-02-22 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez On Sun, 2016-02-14 at 20:28 +1100, Timothy Arceri wrote: > If the following patch we will stop setting these layouts by default > on interface blocks, so we need to do this to avoid hitting the > assert. > --- >  src/compiler/glsl/ast_to_hir.cpp | 13 +++

[Mesa-dev] [PATCH 1/3] glsl: don't apply uniform/buffer layouts to interface blocks

2016-02-14 Thread Timothy Arceri
If the following patch we will stop setting these layouts by default on interface blocks, so we need to do this to avoid hitting the assert. --- src/compiler/glsl/ast_to_hir.cpp | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/compiler/glsl/ast_to_hir.cpp b/src