summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.sources
blob: 68badc495b97a45614e64278e7574718e4292dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
C_SOURCES := \
	vc4_bufmgr.c \
	vc4_cl.c \
	vc4_context.c \
	vc4_draw.c \
	vc4_emit.c \
	vc4_opt_algebraic.c \
	vc4_opt_copy_propagation.c \
	vc4_opt_dead_code.c \
	vc4_program.c \
	vc4_qir.c \
	vc4_qpu_emit.c \
	vc4_qpu.c \
	vc4_qpu_disasm.c \
	vc4_qpu_validate.c \
	vc4_resource.c \
	vc4_screen.c \
	vc4_simulator.c \
	vc4_simulator_validate.c \
	vc4_simulator_validate_shaders.c \
	vc4_state.c \
	vc4_tiling.c \
	$()