From: Ian Romanick <ian.d.roman...@intel.com>

This changes the "shape" of all the pack and unpack operators, but they
should function the same.

Signed-off-by: Ian Romanick <ian.d.roman...@intel.com>
---
 src/compiler/glsl/ir_expression_operation.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/glsl/ir_expression_operation.py 
b/src/compiler/glsl/ir_expression_operation.py
index a22b6f9..bd71370 100644
--- a/src/compiler/glsl/ir_expression_operation.py
+++ b/src/compiler/glsl/ir_expression_operation.py
@@ -369,7 +369,7 @@ class operation(object):
          if horizontal_operation in self.flags and non_assign_operation in 
self.flags:
             return constant_template_horizontal_nonassignment.render(op=self)
          elif horizontal_operation in self.flags:
-            return 
constant_template_horizontal_single_implementation.render(op=self)
+            return constant_template_horizontal.render(op=self)
       elif self.num_operands == 2:
          if self.name == "mul":
             return constant_template_mul.render(op=self)
-- 
2.5.5

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to