mesa: add KHR_no_error support to glNamedFramebufferDrawBuffers()
[mesa.git] / src / amd / Makefile.sources
index e50832488806818f151c1e5949a54db9ce38cdbb..098f6b923a0aaaec8bc01031a867eea079d832a2 100644 (file)
@@ -1,7 +1,9 @@
 COMMON_HEADER_FILES = \
+       common/gfx9d.h \
        common/sid.h \
        common/r600d_common.h \
        common/amd_family.h \
+       common/amd_kernel_code_t.h \
        common/amdgpu_id.h
 
 ADDRLIB_FILES = \
@@ -13,8 +15,20 @@ ADDRLIB_FILES = \
        addrlib/core/addrelemlib.h \
        addrlib/core/addrlib.cpp \
        addrlib/core/addrlib.h \
+       addrlib/core/addrlib1.cpp \
+       addrlib/core/addrlib1.h \
+       addrlib/core/addrlib2.cpp \
+       addrlib/core/addrlib2.h \
        addrlib/core/addrobject.cpp \
        addrlib/core/addrobject.h \
+       addrlib/gfx9/chip/gfx9_enum.h \
+       addrlib/gfx9/coord.cpp \
+       addrlib/gfx9/coord.h \
+       addrlib/gfx9/gfx9addrlib.cpp \
+       addrlib/gfx9/gfx9addrlib.h \
+       addrlib/gfx9/rbmap.cpp \
+       addrlib/gfx9/rbmap.h \
+       addrlib/inc/chip/gfx9/gfx9_gb_reg.h \
        addrlib/inc/chip/r800/si_gb_reg.h \
        addrlib/inc/lnx_common_defs.h \
        addrlib/r800/chip/si_ci_vi_merged_enum.h \
@@ -24,3 +38,32 @@ ADDRLIB_FILES = \
        addrlib/r800/egbaddrlib.h \
        addrlib/r800/siaddrlib.cpp \
        addrlib/r800/siaddrlib.h
+
+AMD_COMPILER_FILES = \
+       common/ac_binary.c \
+       common/ac_binary.h \
+       common/ac_exp_param.h \
+       common/ac_llvm_build.c \
+       common/ac_llvm_build.h \
+       common/ac_llvm_helper.cpp \
+       common/ac_llvm_util.c \
+       common/ac_llvm_util.h \
+       common/ac_shader_info.c \
+       common/ac_shader_info.h
+
+AMD_NIR_FILES = \
+       common/ac_nir_to_llvm.c \
+       common/ac_nir_to_llvm.h
+
+AMD_COMMON_FILES = \
+       common/ac_gpu_info.c \
+       common/ac_gpu_info.h \
+       common/ac_surface.c \
+       common/ac_surface.h
+
+AMD_DEBUG_FILES = \
+       common/ac_debug.c \
+       common/ac_debug.h
+
+AMD_GENERATED_FILES = \
+       common/sid_tables.h