Re: [Mesa-dev] [PATCH V6 12/27] glsl: avoid hitting assert for arrays of arrays

2015-10-06 Thread Ian Romanick
When this lands we should probably also submit a bug report. It is likely to be forgotten otherwise. This patch is Reviewed-by: Ian Romanick On 09/28/2015 07:42 PM, Timothy Arceri wrote: > Also add TODO comment about adding proper support > > Signed-off-by: Timothy Arceri > --- > src/glsl/i

[Mesa-dev] [PATCH V6 12/27] glsl: avoid hitting assert for arrays of arrays

2015-09-28 Thread Timothy Arceri
Also add TODO comment about adding proper support Signed-off-by: Timothy Arceri --- src/glsl/ir_set_program_inouts.cpp | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/glsl/ir_set_program_inouts.cpp b/src/glsl/ir_set_program_inouts.cpp index b7a0f6e..d7c29b0 100644 --- a/src/glsl/i