aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/glsl/lower_mat_op_to_vec.cpp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-02-04 16:28:55 +0000
committermarha <marha@users.sourceforge.net>2011-02-04 16:28:55 +0000
commit5b7cc430132c47f9e4e84fd1830abc6aead39954 (patch)
tree4e2138ab7310c62b3f877b662d752d7c8c233f00 /mesalib/src/glsl/lower_mat_op_to_vec.cpp
parent573e5c4f462c3f97697f16388025a8e13469487c (diff)
parent39522c7dc587b335b0e0e00fc68f98e6a7a5c7bd (diff)
downloadvcxsrv-5b7cc430132c47f9e4e84fd1830abc6aead39954.tar.gz
vcxsrv-5b7cc430132c47f9e4e84fd1830abc6aead39954.tar.bz2
vcxsrv-5b7cc430132c47f9e4e84fd1830abc6aead39954.zip
svn merge ^/branches/released .
Diffstat (limited to 'mesalib/src/glsl/lower_mat_op_to_vec.cpp')
-rw-r--r--mesalib/src/glsl/lower_mat_op_to_vec.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/glsl/lower_mat_op_to_vec.cpp b/mesalib/src/glsl/lower_mat_op_to_vec.cpp
index 8cbbfa713..bdc53a1f8 100644
--- a/mesalib/src/glsl/lower_mat_op_to_vec.cpp
+++ b/mesalib/src/glsl/lower_mat_op_to_vec.cpp
@@ -35,6 +35,9 @@
#include "ir_expression_flattening.h"
#include "glsl_types.h"
+using std::abort;
+using std::printf;
+
class ir_mat_op_to_vec_visitor : public ir_hierarchical_visitor {
public:
ir_mat_op_to_vec_visitor()