summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc5/Makefile.sources
blob: 72441e0ac004e122546875cd0463cfa9058b95d0 (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
29
30
31
C_SOURCES := \
	vc5_blit.c \
	vc5_bufmgr.c \
	vc5_bufmgr.h \
	vc5_cl.c \
	vc5_cl.h \
	vc5_context.c \
	vc5_context.h \
	vc5_drm.h \
	vc5_emit.c \
	vc5_fence.c \
	vc5_formats.c \
	vc5_job.c \
	vc5_program.c \
	vc5_query.c \
	vc5_resource.c \
	vc5_resource.h \
	vc5_screen.c \
	vc5_screen.h \
	vc5_simulator.c \
	vc5_state.c \
	vc5_tiling.c \
	vc5_tiling.h \
	vc5_uniforms.c \
	$()

VC5_PER_VERSION_SOURCES = \
	v3dx_simulator.c \
	vc5_draw.c \
	vc5_rcl.c \
	$()