Module: Mesa
Branch: master
Commit: 00bdbb22a92a40472ef47d22b26926ac8f542826
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=00bdbb22a92a40472ef47d22b26926ac8f542826

Author: Varad Gautam <varadgau...@gmail.com>
Date:   Tue Mar  8 01:19:58 2016 +0530

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 <varadgau...@gmail.com>
Reviewed-by: Eric Anholt <e...@anholt.net>

---

 src/gallium/drivers/vc4/Makefile.sources                        | 2 +-
 src/gallium/drivers/vc4/{vc4_opt_vpm_writes.c => vc4_opt_vpm.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 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 \
diff --git a/src/gallium/drivers/vc4/vc4_opt_vpm_writes.c 
b/src/gallium/drivers/vc4/vc4_opt_vpm.c
similarity index 99%
rename from src/gallium/drivers/vc4/vc4_opt_vpm_writes.c
rename to src/gallium/drivers/vc4/vc4_opt_vpm.c
index 73ded76..0fcf1e5 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.

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to