diff options
author | Matt Turner <[email protected]> | 2015-08-17 14:38:31 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-08-28 11:30:47 -0700 |
commit | c676c432f30158190c260e7f3731ee6667ad4103 (patch) | |
tree | 59a29e1ac1632ae35ee51166891492efec4d9a63 /src/mesa/drivers/dri/i965/brw_fs.h | |
parent | 64e312d7fab1b8a4bc0edb9cd9458a511e66d037 (diff) |
i965/fs: Remove fs_visitor::try_replace_with_sel().
No shader-db changes on g4x, snb, hsw, or bdw.
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h index 31f39fe0adc..0a89d2e7640 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.h +++ b/src/mesa/drivers/dri/i965/brw_fs.h @@ -225,7 +225,6 @@ public: void emit_gen6_gather_wa(uint8_t wa, fs_reg dst); fs_reg resolve_source_modifiers(const fs_reg &src); void emit_discard_jump(); - bool try_replace_with_sel(); bool opt_peephole_sel(); bool opt_peephole_predicated_break(); bool opt_saturate_propagation(); |