summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_eu.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-10-19 12:55:04 -0700
committerEric Anholt <eric@anholt.net>2010-10-19 21:17:55 -0700
commitd0c87b90a85af0bd9ca7f8cec411a458742190cc (patch)
tree15ae7a6b436c26ed3baf49f2e99263e45546c3d3 /src/mesa/drivers/dri/i965/brw_eu.h
parentcc90e62d70d91fb16abcd66c61c211c0fd573339 (diff)
i965: Add EU emit support for gen6's new IF instruction with comparison.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_eu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h
index 7cac4a72e4..8ffa7c760a 100644
--- a/src/mesa/drivers/dri/i965/brw_eu.h
+++ b/src/mesa/drivers/dri/i965/brw_eu.h
@@ -927,6 +927,8 @@ void brw_dp_WRITE_16( struct brw_compile *p,
*/
struct brw_instruction *brw_IF(struct brw_compile *p,
GLuint execute_size);
+struct brw_instruction *brw_IF_gen6(struct brw_compile *p, uint32_t conditional,
+ struct brw_reg src0, struct brw_reg src1);
struct brw_instruction *brw_ELSE(struct brw_compile *p,
struct brw_instruction *if_insn);