android: freedreno/common: add support for libfreedreno_common static
[mesa.git] / src / freedreno / Makefile.sources
index 2d83f70f13ee58cba65dbf0852bd03c68937d9a2..0768667e0c1933f1c855ed7fbbea6cb68b2691ff 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 \
@@ -12,21 +18,30 @@ drm_SOURCES := \
        drm/msm_priv.h \
        drm/freedreno_device.c \
        drm/freedreno_priv.h \
-       drm/msm_drm.h \
        drm/msm_ringbuffer.c
 
 ir3_SOURCES := \
+       fdl/fd5_layout.c \
+       fdl/fd6_layout.c \
+       fdl/freedreno_layout.c \
        ir3/disasm-a3xx.c \
        ir3/instr-a3xx.h \
        ir3/ir3.c \
        ir3/ir3_a4xx.c \
+       ir3/ir3_a6xx.c \
+       ir3/ir3_assembler.c \
+       ir3/ir3_assembler.h \
        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_cp_postsched.c \
+       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 \
@@ -34,21 +49,34 @@ ir3_SOURCES := \
        ir3/ir3_legalize.c \
        ir3/ir3_nir.c \
        ir3/ir3_nir.h \
+       ir3/ir3_nir_analyze_ubo_ranges.c \
+       ir3/ir3_nir_lower_load_barycentric_at_sample.c \
+       ir3/ir3_nir_lower_load_barycentric_at_offset.c \
+       ir3/ir3_nir_lower_io_offsets.c \
+       ir3/ir3_nir_lower_tess.c \
+       ir3/ir3_nir_lower_tex_prefetch.c \
        ir3/ir3_nir_lower_tg4_to_tex.c \
+       ir3/ir3_nir_move_varying_inputs.c \
+       ir3/ir3_postsched.c \
        ir3/ir3_print.c \
        ir3/ir3_ra.c \
+       ir3/ir3_ra.h \
+       ir3/ir3_ra_regset.c \
        ir3/ir3_sched.c \
        ir3/ir3_shader.c \
-       ir3/ir3_shader.h
+       ir3/ir3_shader.h \
+       ir3/ir3_validate.c
 
 ir3_GENERATED_FILES := \
-       ir3/ir3_nir_trig.c
+       ir3/ir3_lexer.c \
+       ir3/ir3_nir_trig.c \
+       ir3/ir3_nir_imul.c \
+       ir3/ir3_parser.c \
+       ir3/ir3_parser.h
 
-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
+perfcntrs_SOURCES := \
+       perfcntrs/fd2_perfcntr.c \
+       perfcntrs/fd5_perfcntr.c \
+       perfcntrs/fd6_perfcntr.c \
+       perfcntrs/freedreno_perfcntr.c \
+       perfcntrs/freedreno_perfcntr.h