X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Ffreedreno%2FMakefile.sources;h=cf3ac7bdba407e107e2c67fb8bb7f110c033cbe6;hb=3f6e91a8d8576f0d6472d54a178600a25eec6fa2;hp=d4c2103708dbeb3559135d7cd1594725eb0adb6a;hpb=8a5f2d9444879dc4c8b2b1f192b2a667a1278a2b;p=mesa.git diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources index d4c2103708d..cf3ac7bdba4 100644 --- a/src/freedreno/Makefile.sources +++ b/src/freedreno/Makefile.sources @@ -12,7 +12,6 @@ drm_SOURCES := \ drm/msm_priv.h \ drm/freedreno_device.c \ drm/freedreno_priv.h \ - drm/msm_drm.h \ drm/msm_ringbuffer.c ir3_SOURCES := \ @@ -35,7 +34,12 @@ 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_tg4_to_tex.c \ + ir3/ir3_nir_move_varying_inputs.c \ ir3/ir3_print.c \ ir3/ir3_ra.c \ ir3/ir3_sched.c \ @@ -44,13 +48,5 @@ ir3_SOURCES := \ 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 + ir3/ir3_nir_trig.c \ + ir3/ir3_nir_imul.c