summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/etnaviv/Makefile.sources
blob: ec7ef843850b2bdc6820b685b10a310c189bd1ea (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
C_SOURCES :=  \
	hw/cmdstream.xml.h \
	hw/common.xml.h \
	hw/common_3d.xml.h \
	hw/isa.xml.h \
	hw/state_3d.xml.h \
	hw/state_blt.xml.h \
	hw/state.xml.h \
	hw/texdesc_3d.xml.h \
	\
	etnaviv_asm.c \
	etnaviv_asm.h \
	etnaviv_blend.c \
	etnaviv_blend.h \
	etnaviv_blt.c \
	etnaviv_blt.h \
	etnaviv_clear_blit.c \
	etnaviv_clear_blit.h \
	etnaviv_compiler.h \
	etnaviv_compiler_nir.c \
	etnaviv_compiler_nir_emit.h \
	etnaviv_compiler_tgsi.c \
	etnaviv_context.c \
	etnaviv_context.h \
	etnaviv_debug.h \
	etnaviv_disasm.c \
	etnaviv_disasm.h \
	etnaviv_emit.c \
	etnaviv_emit.h \
	etnaviv_etc2.c \
	etnaviv_etc2.h \
	etnaviv_fence.c \
	etnaviv_fence.h \
	etnaviv_format.c \
	etnaviv_format.h \
	etnaviv_internal.h \
	etnaviv_query.c \
	etnaviv_query.h \
	etnaviv_query_hw.c \
	etnaviv_query_hw.h \
	etnaviv_query_sw.c \
	etnaviv_query_sw.h \
	etnaviv_query_pm.c \
	etnaviv_query_pm.h \
	etnaviv_rasterizer.c \
	etnaviv_rasterizer.h \
	etnaviv_resource.c \
	etnaviv_resource.h \
	etnaviv_rs.c \
	etnaviv_rs.h \
	etnaviv_screen.c \
	etnaviv_screen.h \
	etnaviv_shader.c \
	etnaviv_shader.h \
	etnaviv_state.c \
	etnaviv_state.h \
	etnaviv_surface.c \
	etnaviv_surface.h \
	etnaviv_texture.c \
	etnaviv_texture.h \
	etnaviv_texture_state.c \
	etnaviv_texture_state.h \
	etnaviv_tiling.c \
	etnaviv_tiling.h \
	etnaviv_transfer.c \
	etnaviv_transfer.h \
	etnaviv_translate.h \
	etnaviv_uniforms.c \
	etnaviv_uniforms.h \
	etnaviv_util.h \
	etnaviv_zsa.c \
	etnaviv_zsa.h