summaryrefslogtreecommitdiff
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
parent1c4b077409122a57a307e6653901aec8fbed713e (diff)
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>
-rw-r--r--src/gallium/drivers/vc4/Makefile.sources2
-rw-r--r--src/gallium/drivers/vc4/vc4_opt_vpm.c (renamed from src/gallium/drivers/vc4/vc4_opt_vpm_writes.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources
index a9a2742ec6..c5df0f1798 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 \
diff --git a/src/gallium/drivers/vc4/vc4_opt_vpm_writes.c b/src/gallium/drivers/vc4/vc4_opt_vpm.c
index 73ded766db..0fcf1e5c6d 100644
--- a/src/gallium/drivers/vc4/vc4_opt_vpm_writes.c
+++ b/src/gallium/drivers/vc4/vc4_opt_vpm.c
@@ -22,7 +22,7 @@
*/
/**
- * @file vc4_opt_vpm_writes.c
+ * @file vc4_opt_vpm.c
*
* This modifies instructions that generate the value consumed by a VPM write
* to write directly into the VPM.