svga: minor reformatting of svga_texture() cast wrapper
[mesa.git] / src / gallium / drivers / freedreno / Makefile.sources
index 592f4b4a3fa389aa94405e266cb4b1614742d322..92d9186597ced703b7bb23fd9a42a7a0792e2b03 100644 (file)
@@ -2,6 +2,10 @@ C_SOURCES := \
        adreno_common.xml.h \
        adreno_pm4.xml.h \
        disasm.h \
+       freedreno_batch.c \
+       freedreno_batch.h \
+       freedreno_batch_cache.c \
+       freedreno_batch_cache.h \
        freedreno_context.c \
        freedreno_context.h \
        freedreno_draw.c \
@@ -120,17 +124,22 @@ ir3_SOURCES := \
        ir3/disasm-a3xx.c \
        ir3/instr-a3xx.h \
        ir3/ir3.c \
+       ir3/ir3_compiler_nir.c \
        ir3/ir3_compiler.c \
        ir3/ir3_compiler.h \
-       ir3/ir3_compiler_old.c \
        ir3/ir3_cp.c \
        ir3/ir3_depth.c \
-       ir3/ir3_dump.c \
-       ir3/ir3_flatten.c \
        ir3/ir3_group.c \
        ir3/ir3.h \
        ir3/ir3_legalize.c \
+       ir3/ir3_nir.c \
+       ir3/ir3_nir.h \
+       ir3/ir3_nir_lower_if_else.c \
+       ir3/ir3_print.c \
        ir3/ir3_ra.c \
        ir3/ir3_sched.c \
        ir3/ir3_shader.c \
        ir3/ir3_shader.h
+
+ir3_GENERATED_FILES := \
+       ir3/ir3_nir_trig.c