X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Famd%2FMakefile.sources;h=17e5fcbd0a76de7b9dc70b060af3ebfddbfab413;hb=2133e6420377f29052a60efd9471f4a946040515;hp=245ce1042ee971138bf5f7e06230790aec8e822a;hpb=3a08110d43ce268747d034cae03787080967bf71;p=mesa.git diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index 245ce1042ee..17e5fcbd0a7 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -46,8 +46,12 @@ AMD_COMMON_FILES = \ common/ac_surface.h \ common/ac_rtld.c \ common/ac_rtld.h \ + common/ac_shader_args.c \ + common/ac_shader_args.h \ common/ac_shader_util.c \ - common/ac_shader_util.h + common/ac_shader_util.h \ + common/ac_shadowed_regs.c \ + common/ac_shadowed_regs.h AMD_COMMON_LLVM_FILES = \ llvm/ac_llvm_build.c \ @@ -67,6 +71,7 @@ AMD_DEBUG_FILES = \ AMD_GENERATED_FILES = \ common/amdgfxregs.h \ + common/gfx10_format_table.c \ common/sid_tables.h ACO_FILES = \ @@ -76,6 +81,7 @@ ACO_FILES = \ compiler/aco_instruction_selection_setup.cpp \ compiler/aco_interface.cpp \ compiler/aco_interface.h \ + compiler/aco_ir.cpp \ compiler/aco_ir.h \ compiler/aco_assembler.cpp \ compiler/aco_insert_exec_mask.cpp \ @@ -84,7 +90,8 @@ ACO_FILES = \ compiler/aco_reduce_assign.cpp \ compiler/aco_register_allocation.cpp \ compiler/aco_live_var_analysis.cpp \ - compiler/aco_lower_bool_phis.cpp \ + compiler/aco_lower_phis.cpp \ + compiler/aco_lower_to_cssa.cpp \ compiler/aco_lower_to_hw_instr.cpp \ compiler/aco_optimizer.cpp \ compiler/aco_opt_value_numbering.cpp \ @@ -93,6 +100,7 @@ ACO_FILES = \ compiler/aco_scheduler.cpp \ compiler/aco_ssa_elimination.cpp \ compiler/aco_spill.cpp \ + compiler/aco_statistics.cpp \ compiler/aco_util.h \ compiler/aco_validate.cpp