summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-07-04 09:48:23 -0700
committerEric Anholt <eric@anholt.net>2014-08-08 18:59:47 -0700
commitd9d1c14430aaeb5b22aa66b269ba288e3df24103 (patch)
tree6de477f96625c83d4dc364c76af50753160afd19 /src/gallium/drivers/vc4/Makefile.sources
parent1d23d55ae97d07b6eb70a3e37a91ecb7de38d8d2 (diff)
downloadexternal_mesa3d-d9d1c14430aaeb5b22aa66b269ba288e3df24103.zip
external_mesa3d-d9d1c14430aaeb5b22aa66b269ba288e3df24103.tar.gz
external_mesa3d-d9d1c14430aaeb5b22aa66b269ba288e3df24103.tar.bz2
vc4: Add dead code elimination.
This cleans up a bunch of noise in the compiled coordinate shaders (since we don't need the varying outputs), and also from writemasked instructions with negated src operands.
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r--src/gallium/drivers/vc4/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources
index 1a1b4d0..6977a06 100644
--- a/src/gallium/drivers/vc4/Makefile.sources
+++ b/src/gallium/drivers/vc4/Makefile.sources
@@ -5,6 +5,7 @@ C_SOURCES := \
vc4_draw.c \
vc4_emit.c \
vc4_opt_algebraic.c \
+ vc4_opt_dead_code.c \
vc4_program.c \
vc4_qir.c \
vc4_qpu_emit.c \