summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs.h
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2018-12-07 23:56:27 -0800
committerFrancisco Jerez <[email protected]>2019-01-09 12:03:09 -0800
commit2c99c7a56c84c1e32280506249b5700ef2d5d176 (patch)
treeb851cbb6d09c136f461b9af57a27422edcc5e696 /src/intel/compiler/brw_fs.h
parentefa4e4bc5fc39cccc6d7103e9f15b795de3ee07c (diff)
intel/fs: Remove existing lower_conversions pass.
It's redundant with the functionality provided by lower_regioning now. Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_fs.h')
-rw-r--r--src/intel/compiler/brw_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_fs.h b/src/intel/compiler/brw_fs.h
index 36825754931..7edaa3af43c 100644
--- a/src/intel/compiler/brw_fs.h
+++ b/src/intel/compiler/brw_fs.h
@@ -165,7 +165,6 @@ public:
bool lower_load_payload();
bool lower_pack();
bool lower_regioning();
- bool lower_conversions();
bool lower_logical_sends();
bool lower_integer_multiplication();
bool lower_minmax();