i965: Add a function for handling the move of boolean values to flag regs.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.h
index d0e84da1aad1d3d80398936d18848969faa9938b..e0dfa6aed15b7890bcfa76b0c88d960db1fa68b5 100644 (file)
@@ -388,6 +388,7 @@ public:
    fs_inst *emit_texture_gen5(ir_texture *ir, fs_reg dst, fs_reg coordinate);
    fs_inst *emit_math(fs_opcodes op, fs_reg dst, fs_reg src0);
    fs_inst *emit_math(fs_opcodes op, fs_reg dst, fs_reg src0, fs_reg src1);
+   void emit_bool_to_cond_code(ir_rvalue *condition);
 
    void emit_fb_writes();
    void emit_assignment_writes(fs_reg &l, fs_reg &r,