X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Ffreedreno%2FMakefile.sources;h=6334b54035d1c44612e9c44b097aef698e697e78;hb=8004fa9c9501d91669ac51d32c9a9143286ca7ea;hp=c67fa375e03716e0e714d965bae801c857e03e61;hpb=0f78c32492ed096649b015a4967d6d56c18dd14a;p=mesa.git diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources index c67fa375e03..6334b54035d 100644 --- a/src/freedreno/Makefile.sources +++ b/src/freedreno/Makefile.sources @@ -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 \ @@ -22,13 +33,19 @@ ir3_SOURCES := \ 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 \ @@ -47,14 +64,19 @@ ir3_SOURCES := \ 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_sun.c + 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 \