summaryrefslogtreecommitdiff
path: root/ir_to_mesa.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-05-07 12:12:49 -0700
committerEric Anholt <eric@anholt.net>2010-06-24 15:05:20 -0700
commit1d20862c8a0e100e43458f01217c047c76da05f3 (patch)
tree67c288e841665c9180a3dda757b590e74653ffdd /ir_to_mesa.h
parentc5ca73e72c27b2e5d7fcf4662b9921ddb3a9627b (diff)
ir_to_mesa: add logic_not and f2b to get CorrectParse2.frag working.
Diffstat (limited to 'ir_to_mesa.h')
-rw-r--r--ir_to_mesa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ir_to_mesa.h b/ir_to_mesa.h
index 3aa88bcdc4..43ddd5fe51 100644
--- a/ir_to_mesa.h
+++ b/ir_to_mesa.h
@@ -108,6 +108,7 @@ public:
ir_instruction *ir,
struct mbtree *left,
struct mbtree *right);
+ struct mbtree *create_tree_for_float(ir_instruction *ir, float val);
/**
* \name Visit methods