turnip: provide both emit_ib and emit_call
[mesa.git] / src / freedreno / Makefile.sources
index 1df5e6250b5c3cd86274bb6e7164901ef0773045..d4c2103708dbeb3559135d7cd1594725eb0adb6a 100644 (file)
@@ -19,12 +19,18 @@ ir3_SOURCES := \
        ir3/disasm-a3xx.c \
        ir3/instr-a3xx.h \
        ir3/ir3.c \
+       ir3/ir3_a4xx.c \
+       ir3/ir3_a6xx.c \
        ir3/ir3_compiler.c \
        ir3/ir3_compiler.h \
        ir3/ir3_compiler_nir.c \
+       ir3/ir3_context.c \
+       ir3/ir3_context.h \
        ir3/ir3_cp.c \
        ir3/ir3_depth.c \
        ir3/ir3_group.c \
+       ir3/ir3_image.c \
+       ir3/ir3_image.h \
        ir3/ir3.h \
        ir3/ir3_legalize.c \
        ir3/ir3_nir.c \
@@ -34,8 +40,17 @@ ir3_SOURCES := \
        ir3/ir3_ra.c \
        ir3/ir3_sched.c \
        ir3/ir3_shader.c \
-       ir3/ir3_shader.h
+       ir3/ir3_shader.h \
+       ir3/ir3_sun.c
 
 ir3_GENERATED_FILES := \
        ir3/ir3_nir_trig.c
 
+registers_FILES := \
+       registers/a2xx.xml.h \
+       registers/a3xx.xml.h \
+       registers/a4xx.xml.h \
+       registers/a5xx.xml.h \
+       registers/a6xx.xml.h \
+       registers/adreno_common.xml.h \
+       registers/adreno_pm4.xml.h