turnip: Support pipeline statistics query
[mesa.git] / src / freedreno / Makefile.sources
index ee839445cd7bdd4759613f0d850fd35264b73060..6334b54035d1c44612e9c44b097aef698e697e78 100644 (file)
@@ -1,3 +1,9 @@
+common_SOURCES := \
+       common/disasm.h \
+       common/freedreno_uuid.c \
+       common/freedreno_uuid.h \
+       common/freedreno_guardband.h
+
 drm_SOURCES := \
        drm/freedreno_bo.c \
        drm/freedreno_drmif.h \
@@ -14,7 +20,12 @@ drm_SOURCES := \
        drm/freedreno_priv.h \
        drm/msm_ringbuffer.c
 
+ir2_SOURCES := \
+       ir2/disasm-a2xx.c \
+       ir2/instr-a2xx.h
+
 ir3_SOURCES := \
+       fdl/fd5_layout.c \
        fdl/fd6_layout.c \
        fdl/freedreno_layout.c \
        ir3/disasm-a3xx.c \
@@ -34,6 +45,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 \
@@ -60,8 +72,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 \