summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.sources
diff options
context:
space:
mode:
authorVarad Gautam <varadgautam@gmail.com>2016-03-08 01:01:58 +0530
committerEric Anholt <eric@anholt.net>2016-03-15 12:49:37 -0700
commit00bdbb22a92a40472ef47d22b26926ac8f542826 (patch)
treeded83c453cdb375478504b3757eec51c846224c3 /src/gallium/drivers/vc4/Makefile.sources
parent1c4b077409122a57a307e6653901aec8fbed713e (diff)
downloadexternal_mesa3d-00bdbb22a92a40472ef47d22b26926ac8f542826.zip
external_mesa3d-00bdbb22a92a40472ef47d22b26926ac8f542826.tar.gz
external_mesa3d-00bdbb22a92a40472ef47d22b26926ac8f542826.tar.bz2
vc4: rename file to group vpm optimizations together
This file will contain optimization passes for both vpm reads and writes. Signed-off-by: Varad Gautam <varadgautam@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r--src/gallium/drivers/vc4/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources
index a9a2742..c5df0f1 100644
--- a/src/gallium/drivers/vc4/Makefile.sources
+++ b/src/gallium/drivers/vc4/Makefile.sources
@@ -28,7 +28,7 @@ C_SOURCES := \
vc4_opt_cse.c \
vc4_opt_dead_code.c \
vc4_opt_small_immediates.c \
- vc4_opt_vpm_writes.c \
+ vc4_opt_vpm.c \
vc4_program.c \
vc4_qir.c \
vc4_qir_lower_uniforms.c \