summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2016-04-27 18:59:31 -0700
committerEric Anholt <[email protected]>2016-05-02 11:06:29 -0700
commit84322b2f315d5dfdb15302ed6cbe5ed79d775d69 (patch)
treec415ad5c2183627f03b245f0c25ef8c62d91f380 /src/gallium/drivers/vc4/Makefile.sources
parentb145b731ab01937993e2bf7ecc072217932568ff (diff)
vc4: Remove the CSE pass.
It's not doing anything according to shader-db now that we're using NIR. It would have had to be reworked significantly anyway, to handle control flow.
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r--src/gallium/drivers/vc4/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources
index c5df0f17986..78d77c6b288 100644
--- a/src/gallium/drivers/vc4/Makefile.sources
+++ b/src/gallium/drivers/vc4/Makefile.sources
@@ -25,7 +25,6 @@ C_SOURCES := \
vc4_opt_algebraic.c \
vc4_opt_constant_folding.c \
vc4_opt_copy_propagation.c \
- vc4_opt_cse.c \
vc4_opt_dead_code.c \
vc4_opt_small_immediates.c \
vc4_opt_vpm.c \