summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/Makefile.sources
blob: 469f6d1692d819b9121f467c1c5c9a0d5c8b4b28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
C_SOURCES := \
	cayman_msaa.c \
	r600_buffer_common.c \
	r600_cs.h \
	r600d_common.h \
	r600_gpu_load.c \
	r600_pipe_common.c \
	r600_pipe_common.h \
	r600_query.c \
	r600_streamout.c \
	r600_texture.c \
	radeon_uvd.c \
	radeon_uvd.h \
	radeon_vce_40_2_2.c \
	radeon_vce.c \
	radeon_vce.h \
	radeon_video.c \
	radeon_video.h

LLVM_C_FILES := \
	radeon_elf_util.c \
	radeon_elf_util.h \
	radeon_llvm_emit.c \
	radeon_llvm_emit.h \
	radeon_llvm.h \
	radeon_llvm_util.c \
	radeon_llvm_util.h \
	radeon_setup_tgsi_llvm.c