freedreno/ir3: run nir_opt_loop_unroll in optimization loop
[mesa.git] / src / freedreno / Makefile.sources
index 1e6d114a9695f697171ca10cdda8b027a4c1da88..99d9ace4a73fa864cb7d8b14493c7bafe8f19c7d 100644 (file)
@@ -35,6 +35,7 @@ ir3_SOURCES := \
        ir3/ir3_cf.c \
        ir3/ir3_dce.c \
        ir3/ir3_delay.c \
+       ir3/ir3_disk_cache.c \
        ir3/ir3_group.c \
        ir3/ir3_image.c \
        ir3/ir3_image.h \
@@ -61,8 +62,11 @@ ir3_SOURCES := \
        ir3/ir3_validate.c
 
 ir3_GENERATED_FILES := \
+       ir3/ir3_lexer.c \
        ir3/ir3_nir_trig.c \
-       ir3/ir3_nir_imul.c
+       ir3/ir3_nir_imul.c \
+       ir3/ir3_parser.c \
+       ir3/ir3_parser.h
 
 perfcntrs_SOURCES := \
        perfcntrs/fd2_perfcntr.c \