freedreno/ir3: remove half-precision output
[mesa.git] / src / freedreno / Makefile.sources
index aa8edec82f28c4faff86f862ec7281589da7a860..ccd6708c9bbafdcd356507100322bcfd203ac523 100644 (file)
@@ -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 := \
@@ -36,7 +35,11 @@ ir3_SOURCES := \
        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_print.c \
@@ -47,13 +50,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