svga: minor reformatting of svga_texture() cast wrapper
[mesa.git] / src / gallium / drivers / freedreno / Makefile.sources
index 809d1a0f8f597afa1d10eb30e85c92f8650513b5..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,15 +124,15 @@ ir3_SOURCES := \
        ir3/disasm-a3xx.c \
        ir3/instr-a3xx.h \
        ir3/ir3.c \
-       ir3/ir3_compiler.c \
        ir3/ir3_compiler_nir.c \
+       ir3/ir3_compiler.c \
        ir3/ir3_compiler.h \
        ir3/ir3_cp.c \
        ir3/ir3_depth.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 \
@@ -136,3 +140,6 @@ ir3_SOURCES := \
        ir3/ir3_sched.c \
        ir3/ir3_shader.c \
        ir3/ir3_shader.h
+
+ir3_GENERATED_FILES := \
+       ir3/ir3_nir_trig.c