summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/Makefile.sources
blob: a0b1414f4bbf565b6d7ec77c5a67e8384ed828ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
C_SOURCES := \
	cik_sdma.c \
	si_blit.c \
	si_commands.c \
	si_compute.c \
	si_cp_dma.c \
	si_descriptors.c \
	sid.h \
	si_dma.c \
	si_hw_context.c \
	si_pipe.c \
	si_pipe.h \
	si_pm4.c \
	si_pm4.h \
	si_public.h \
	si_shader.c \
	si_shader.h \
	si_state.c \
	si_state_draw.c \
	si_state_shaders.c \
	si_state.h \
	si_uvd.c