diff options
author | Varad Gautam <[email protected]> | 2016-03-08 01:01:58 +0530 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2016-03-15 12:49:37 -0700 |
commit | 00bdbb22a92a40472ef47d22b26926ac8f542826 (patch) | |
tree | ded83c453cdb375478504b3757eec51c846224c3 /src/gallium/drivers/vc4/Makefile.sources | |
parent | 1c4b077409122a57a307e6653901aec8fbed713e (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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/vc4/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index a9a2742ec66..c5df0f17986 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 \ |