Re: [Mesa-dev] [PATCH 3/3] glsl: fix emit_inline_matrix_constructor for doubles

2016-02-19 Thread Kenneth Graunke
On Friday, February 19, 2016 9:25:02 AM PST Iago Toral Quiroga wrote: > Specifically, for the case where we initialize a dmat with a source > matrix that has fewer columns/rows. > --- > src/compiler/glsl/ast_function.cpp | 19 +-- > 1 file changed, 13 insertions(+), 6 deletions(-)

[Mesa-dev] [PATCH 3/3] glsl: fix emit_inline_matrix_constructor for doubles

2016-02-19 Thread Iago Toral Quiroga
Specifically, for the case where we initialize a dmat with a source matrix that has fewer columns/rows. --- src/compiler/glsl/ast_function.cpp | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/compiler/glsl/ast_function.cpp b/src/compiler/glsl/ast_functi