radv: disable DCC for shareable images on GFX9+
[mesa.git] / src / amd / Makefile.sources
1 COMMON_HEADER_FILES = \
2 common/gfx9d.h \
3 common/sid.h \
4 common/amd_family.h \
5 common/amd_kernel_code_t.h
6
7 ADDRLIB_FILES = \
8 addrlib/addrinterface.cpp \
9 addrlib/addrinterface.h \
10 addrlib/addrtypes.h \
11 addrlib/amdgpu_asic_addr.h \
12 addrlib/core/addrcommon.h \
13 addrlib/core/addrelemlib.cpp \
14 addrlib/core/addrelemlib.h \
15 addrlib/core/addrlib.cpp \
16 addrlib/core/addrlib.h \
17 addrlib/core/addrlib1.cpp \
18 addrlib/core/addrlib1.h \
19 addrlib/core/addrlib2.cpp \
20 addrlib/core/addrlib2.h \
21 addrlib/core/addrobject.cpp \
22 addrlib/core/addrobject.h \
23 addrlib/gfx9/chip/gfx9_enum.h \
24 addrlib/gfx9/coord.cpp \
25 addrlib/gfx9/coord.h \
26 addrlib/gfx9/gfx9addrlib.cpp \
27 addrlib/gfx9/gfx9addrlib.h \
28 addrlib/inc/chip/gfx9/gfx9_gb_reg.h \
29 addrlib/inc/chip/r800/si_gb_reg.h \
30 addrlib/r800/chip/si_ci_vi_merged_enum.h \
31 addrlib/r800/ciaddrlib.cpp \
32 addrlib/r800/ciaddrlib.h \
33 addrlib/r800/egbaddrlib.cpp \
34 addrlib/r800/egbaddrlib.h \
35 addrlib/r800/siaddrlib.cpp \
36 addrlib/r800/siaddrlib.h
37
38 AMD_COMPILER_FILES = \
39 common/ac_binary.c \
40 common/ac_binary.h \
41 common/ac_exp_param.h \
42 common/ac_llvm_build.c \
43 common/ac_llvm_build.h \
44 common/ac_llvm_helper.cpp \
45 common/ac_llvm_util.c \
46 common/ac_llvm_util.h \
47 common/ac_shader_abi.h \
48 common/ac_shader_util.c \
49 common/ac_shader_util.h
50
51
52 AMD_NIR_FILES = \
53 common/ac_nir_to_llvm.c \
54 common/ac_nir_to_llvm.h
55
56 AMD_COMMON_FILES = \
57 common/ac_gpu_info.c \
58 common/ac_gpu_info.h \
59 common/ac_surface.c \
60 common/ac_surface.h
61
62 AMD_DEBUG_FILES = \
63 common/ac_debug.c \
64 common/ac_debug.h
65
66 AMD_GENERATED_FILES = \
67 common/sid_tables.h