Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / amd / Makefile.sources
index ce914e0aa855459df6407ece70977bef4d41f62e..17e5fcbd0a76de7b9dc70b060af3ebfddbfab413 100644 (file)
@@ -49,7 +49,9 @@ AMD_COMMON_FILES = \
        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 \
@@ -69,7 +71,7 @@ AMD_DEBUG_FILES = \
 
 AMD_GENERATED_FILES = \
        common/amdgfxregs.h \
-       common/gfx10_format_table.h \
+       common/gfx10_format_table.c \
        common/sid_tables.h
 
 ACO_FILES = \
@@ -79,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 \