summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-08-17 14:38:31 -0700
committerMatt Turner <mattst88@gmail.com>2015-08-28 11:30:47 -0700
commitc676c432f30158190c260e7f3731ee6667ad4103 (patch)
tree59a29e1ac1632ae35ee51166891492efec4d9a63 /src/mesa/drivers/dri/i965/brw_fs.h
parent64e312d7fab1b8a4bc0edb9cd9458a511e66d037 (diff)
downloadexternal_mesa3d-c676c432f30158190c260e7f3731ee6667ad4103.zip
external_mesa3d-c676c432f30158190c260e7f3731ee6667ad4103.tar.gz
external_mesa3d-c676c432f30158190c260e7f3731ee6667ad4103.tar.bz2
i965/fs: Remove fs_visitor::try_replace_with_sel().
No shader-db changes on g4x, snb, hsw, or bdw. Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.h1
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 31f39fe..0a89d2e 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();