vc4: Add support for all the texture and FBO formats we can.
[mesa.git] / src / gallium / drivers / vc4 / Makefile.sources
1 C_SOURCES := \
2 vc4_bufmgr.c \
3 vc4_cl.c \
4 vc4_context.c \
5 vc4_draw.c \
6 vc4_emit.c \
7 vc4_formats.c \
8 vc4_opt_algebraic.c \
9 vc4_opt_copy_propagation.c \
10 vc4_opt_dead_code.c \
11 vc4_program.c \
12 vc4_qir.c \
13 vc4_qpu_emit.c \
14 vc4_qpu.c \
15 vc4_qpu_disasm.c \
16 vc4_qpu_validate.c \
17 vc4_resource.c \
18 vc4_screen.c \
19 vc4_simulator.c \
20 vc4_simulator_validate.c \
21 vc4_simulator_validate_shaders.c \
22 vc4_state.c \
23 vc4_tiling.c \
24 $()