broadcom/vc5: Port drawing commands to V3D 4.x.
[mesa.git] / src / gallium / drivers / vc5 / Makefile.sources
1 C_SOURCES := \
2 vc5_blit.c \
3 vc5_bufmgr.c \
4 vc5_bufmgr.h \
5 vc5_cl.c \
6 vc5_cl.h \
7 vc5_context.c \
8 vc5_context.h \
9 vc5_drm.h \
10 vc5_emit.c \
11 vc5_fence.c \
12 vc5_formats.c \
13 vc5_job.c \
14 vc5_program.c \
15 vc5_query.c \
16 vc5_resource.c \
17 vc5_resource.h \
18 vc5_screen.c \
19 vc5_screen.h \
20 vc5_simulator.c \
21 vc5_state.c \
22 vc5_tiling.c \
23 vc5_tiling.h \
24 vc5_uniforms.c \
25 $()
26
27 VC5_PER_VERSION_SOURCES = \
28 v3dx_simulator.c \
29 vc5_draw.c \
30 vc5_rcl.c \
31 $()