radeonsi: properly check if DCC is enabled and allocated
[mesa.git] / src / gallium / drivers / radeon / Makefile.sources
1 C_SOURCES := \
2 cayman_msaa.c \
3 r600_buffer_common.c \
4 r600_cs.h \
5 r600d_common.h \
6 r600_gpu_load.c \
7 r600_pipe_common.c \
8 r600_pipe_common.h \
9 r600_query.c \
10 r600_streamout.c \
11 r600_texture.c \
12 radeon_uvd.c \
13 radeon_uvd.h \
14 radeon_vce_40_2_2.c \
15 radeon_vce_50.c \
16 radeon_vce.c \
17 radeon_vce.h \
18 radeon_video.c \
19 radeon_video.h \
20 radeon_winsys.h
21
22 LLVM_C_FILES := \
23 radeon_elf_util.c \
24 radeon_elf_util.h \
25 radeon_llvm_emit.c \
26 radeon_llvm_emit.h \
27 radeon_llvm.h \
28 radeon_llvm_util.c \
29 radeon_llvm_util.h \
30 radeon_setup_tgsi_llvm.c