Re: [Mesa-dev] [PATCH 48/56] glsl: Generate code for constant ir_triop_csel expressions

2016-07-22 Thread Dylan Baker
Quoting Ian Romanick (2016-07-19 12:25:07) > From: Ian Romanick > > Signed-off-by: Ian Romanick > --- > src/compiler/glsl/ir_expression_operation.py | 24 +++- > 1 file changed, 23 insertions(+), 1 deletion(-) > > diff

[Mesa-dev] [PATCH 48/56] glsl: Generate code for constant ir_triop_csel expressions

2016-07-19 Thread Ian Romanick
From: Ian Romanick Signed-off-by: Ian Romanick --- src/compiler/glsl/ir_expression_operation.py | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/compiler/glsl/ir_expression_operation.py