From 84964de9dd2f385a51f91aa54e464c37a116e8ef Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 15 Jan 2014 22:07:45 +0100 Subject: Solved compiler errors and warnings --- mesalib/src/glsl/ir_builder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesalib/src/glsl') diff --git a/mesalib/src/glsl/ir_builder.cpp b/mesalib/src/glsl/ir_builder.cpp index 1e0dd5419..7f41ed69e 100644 --- a/mesalib/src/glsl/ir_builder.cpp +++ b/mesalib/src/glsl/ir_builder.cpp @@ -506,7 +506,7 @@ b2f(operand a) } ir_expression * -fma_mesa(operand a, operand b, operand c) +fma(operand a, operand b, operand c) { return expr(ir_triop_fma, a, b, c); } -- cgit v1.2.3