X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fvc4%2FMakefile.sources;h=0d1d4f799dc17e8e95f829d2b9e5cc1eeed36adc;hb=d794072b3e1f27b96aaf2c476fcd5dcc5fd9d445;hp=a9a2742ec660c9a022701fb99f71f3bd4761675b;hpb=ea77b384e8c575922eca1c05398e19fcbfda9b09;p=mesa.git diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index a9a2742ec66..0d1d4f799dc 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -25,14 +25,14 @@ C_SOURCES := \ vc4_opt_algebraic.c \ vc4_opt_constant_folding.c \ vc4_opt_copy_propagation.c \ - 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 \ vc4_qir_schedule.c \ + vc4_qir_validate.c \ vc4_qir.h \ vc4_qpu.c \ vc4_qpu_defines.h \