diff options
author | Eric Anholt <[email protected]> | 2014-07-04 09:48:23 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-08-08 18:59:47 -0700 |
commit | d9d1c14430aaeb5b22aa66b269ba288e3df24103 (patch) | |
tree | 6de477f96625c83d4dc364c76af50753160afd19 /src/gallium/drivers/vc4/Makefile.sources | |
parent | 1d23d55ae97d07b6eb70a3e37a91ecb7de38d8d2 (diff) |
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.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index 1a1b4d00d71..6977a067bd7 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 \ |