Matt noticed that this was missing. Nothing uses this currently. Signed-off-by: Kenneth Graunke <kenn...@whitecape.org> --- src/glsl/ir.cpp | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/glsl/ir.cpp b/src/glsl/ir.cpp index 8769c32..b654950 100644 --- a/src/glsl/ir.cpp +++ b/src/glsl/ir.cpp @@ -400,6 +400,7 @@ ir_expression::ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1) case ir_binop_lshift: case ir_binop_rshift: + case ir_binop_bfm: this->type = op0->type; break; -- 1.8.3.4 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev