summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/panfrost/Makefile.sources
blob: 835f2255fb619e59e21c6b141b3a8a4c0ecec17b (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
C_SOURCES := \
	nir/nir_lower_blend.c \
	nir/nir_lower_blend.h \
	nir/nir_lower_framebuffer.c \
    \
	pan_afbc.c \
	pan_allocate.c \
	pan_allocate.h \
	pan_assemble.c \
	pan_blend_cso.c \
	pan_blend.h \
	pan_blending.c \
	pan_blending.h \
	pan_blend_shaders.c \
	pan_blend_shaders.h \
	pan_blit.c \
	pan_bo.c \
	pan_bo.h \
	pan_compute.c \
	pan_context.c \
	pan_context.h \
	pan_fragment.c \
	pan_attributes.c \
	pan_job.c \
	pan_job.h \
	pan_mfbd.c \
	pan_public.h \
	pan_resource.c \
	pan_resource.h \
	pan_scoreboard.c \
	pan_screen.c \
	pan_screen.h \
	pan_sfbd.c \
	pan_util.h \
	pan_varyings.c