blob: 6bcb731d03497b95e29972fd64b89d401f9ff31e (
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
32
33
34
35
36
37
38
39
40
41
|
C_SOURCES := \
vc4_bufmgr.c \
vc4_bufmgr.h \
vc4_cl.c \
vc4_cl_dump.c \
vc4_cl.h \
vc4_context.c \
vc4_context.h \
vc4_draw.c \
vc4_drm.h \
vc4_emit.c \
vc4_fence.c \
vc4_formats.c \
vc4_opt_algebraic.c \
vc4_opt_copy_propagation.c \
vc4_opt_cse.c \
vc4_opt_dead_code.c \
vc4_packet.h \
vc4_program.c \
vc4_qir.c \
vc4_qir.h \
vc4_qpu.c \
vc4_qpu_defines.h \
vc4_qpu_disasm.c \
vc4_qpu_emit.c \
vc4_qpu.h \
vc4_qpu_schedule.c \
vc4_qpu_validate.c \
vc4_query.c \
vc4_register_allocate.c \
vc4_reorder_uniforms.c \
vc4_resource.c \
vc4_resource.h \
vc4_screen.c \
vc4_screen.h \
vc4_simulator.c \
vc4_simulator_validate.h \
vc4_state.c \
vc4_tiling.c \
vc4_tiling.h \
$()
|