diff options
author | Abdiel Janulgue <[email protected]> | 2014-06-16 13:56:10 -0700 |
---|---|---|
committer | Abdiel Janulgue <[email protected]> | 2014-08-31 21:04:09 +0300 |
commit | 5598458e69232dcab9500717edbbf88085223529 (patch) | |
tree | eff5cf35df40382623d76a42a7dc7bb36c216dba /src/mesa/drivers/dri/i965/brw_vec4.h | |
parent | cbd225057ad6df7ac3f8c982ecec64ec4658013c (diff) |
i965/vec4: Remove try_emit_saturate
Now that saturate is implemented natively as an instruction,
we can cut down on unneeded functionality.
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Signed-off-by: Abdiel Janulgue <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vec4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h index 2abd4cece03..c2421b04e3b 100644 --- a/src/mesa/drivers/dri/i965/brw_vec4.h +++ b/src/mesa/drivers/dri/i965/brw_vec4.h @@ -564,7 +564,6 @@ public: src_reg orig_src, int base_offset); - bool try_emit_sat(ir_expression *ir); bool try_emit_mad(ir_expression *ir); bool try_emit_b2f_of_compare(ir_expression *ir); void resolve_ud_negate(src_reg *reg); |