panfrost: Hoist blend finalize calls
[mesa.git] / src / intel / Makefile.sources
index 216fe35450e6710ec72ab2455f5cdb0e3b39ed08..838fe62a33eaa8a05836404bf82f1cdfaeb12444 100644 (file)
@@ -18,6 +18,7 @@ COMMON_FILES = \
        common/gen_disasm.c \
        common/gen_disasm.h \
        common/gen_defines.h \
+       common/gen_gem.c \
        common/gen_gem.h \
        common/gen_guardband.h \
        common/gen_l3_config.c \
@@ -79,6 +80,8 @@ COMPILER_FILES = \
        compiler/brw_interpolation_map.c \
        compiler/brw_ir_allocator.h \
        compiler/brw_ir_fs.h \
+       compiler/brw_ir_performance.h \
+       compiler/brw_ir_performance.cpp \
        compiler/brw_ir_vec4.h \
        compiler/brw_nir.h \
        compiler/brw_nir.c \
@@ -91,6 +94,7 @@ COMPILER_FILES = \
        compiler/brw_nir_lower_cs_intrinsics.c \
        compiler/brw_nir_lower_image_load_store.c \
        compiler/brw_nir_lower_mem_access_bit_sizes.c \
+       compiler/brw_nir_lower_scoped_barriers.c \
        compiler/brw_nir_opt_peephole_ffma.c \
        compiler/brw_nir_tcs_workarounds.c \
        compiler/brw_packed_float.c \
@@ -357,8 +361,11 @@ GEN_PERF_XML_FILES = \
 GEN_PERF_FILES = \
        perf/gen_perf.c \
        perf/gen_perf.h \
+       perf/gen_perf_mdapi.c \
        perf/gen_perf_mdapi.h \
-       perf/gen_perf_mdapi.c
+       perf/gen_perf_private.h \
+       perf/gen_perf_query.h \
+       perf/gen_perf_query.c
 
 GEN_PERF_GENERATED_FILES = \
        perf/gen_perf_metrics.c \