Re: [Mesa-dev] [PATCH] glsl: fix max binding validation for uniform blocks

2015-11-22 Thread Emil Velikov
On 22 November 2015 at 23:12, Timothy Arceri wrote: > From: Timothy Arceri > > Regression as of 64710db66461e > > We can't use the type returned by get_interface_type() as > the interface type has arrays removed. > > Cc: Emil Velikov Reviewed-by: Emil Velikov -Emil ___

[Mesa-dev] [PATCH] glsl: fix max binding validation for uniform blocks

2015-11-22 Thread Timothy Arceri
From: Timothy Arceri Regression as of 64710db66461e We can't use the type returned by get_interface_type() as the interface type has arrays removed. Cc: Emil Velikov --- src/glsl/ast_to_hir.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glsl/ast_to_hir.cpp b/s