diff options
author | Eric Anholt <eric@anholt.net> | 2010-05-06 17:41:22 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-06-24 15:05:20 -0700 |
commit | 38315079571512dc5b502d9522d7a8c3eaf2cc8f (patch) | |
tree | fd3cb96547c7349ab85aba7b483ce87092d95347 /ir_to_mesa.h | |
parent | bf9953335031b3de721245ec7a2986d0b4f70027 (diff) |
ir_to_mesa: Add support for comparison operations.
Diffstat (limited to 'ir_to_mesa.h')
-rw-r--r-- | ir_to_mesa.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ir_to_mesa.h b/ir_to_mesa.h index ee776bd55f..ffa27dbd00 100644 --- a/ir_to_mesa.h +++ b/ir_to_mesa.h @@ -162,6 +162,9 @@ ir_to_mesa_emit_op2_full(struct mbtree *tree, enum prog_opcode op, ir_to_mesa_src_reg src1); ir_to_mesa_instruction * +ir_to_mesa_emit_simple_op2(struct mbtree *tree, enum prog_opcode op); + +ir_to_mesa_instruction * ir_to_mesa_emit_op3(struct mbtree *tree, enum prog_opcode op, ir_to_mesa_dst_reg dst, ir_to_mesa_src_reg src0, |