summaryrefslogtreecommitdiff
path: root/src/freedreno/Makefile.sources
blob: 2d17e66f7b0192dfa9dae9d9a0cf1dff24a13f15 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
common_SOURCES := \
	common/disasm.h \
	common/freedreno_dev_info.c \
	common/freedreno_dev_info.h \
	common/freedreno_guardband.h \
	common/freedreno_uuid.c \
	common/freedreno_uuid.h

decode_SOURCES := \
	isa/decode.c \
	isa/decode.h \
	isa/isa.h

drm_SOURCES := \
	drm/freedreno_bo.c \
	drm/freedreno_drmif.h \
	drm/freedreno_ringbuffer.c \
	drm/msm_bo.c \
	drm/msm_pipe.c \
	drm/msm_ringbuffer_sp.c \
	drm/freedreno_bo_cache.c \
	drm/freedreno_pipe.c \
	drm/freedreno_ringbuffer.h \
	drm/msm_device.c \
	drm/msm_priv.h \
	drm/freedreno_device.c \
	drm/freedreno_priv.h \
	drm/msm_ringbuffer.c

encode_SOURCES := \
	isa/encode.c \
	isa/isa.h

ir2_SOURCES := \
	ir2/disasm-a2xx.c \
	ir2/instr-a2xx.h

ir3_SOURCES := \
	fdl/fd5_layout.c \
	fdl/fd6_layout.c \
	fdl/freedreno_layout.c \
	ir3/disasm-a3xx.c \
	ir3/instr-a3xx.h \
	ir3/ir3.c \
	ir3/ir3_a4xx.c \
	ir3/ir3_a6xx.c \
	ir3/ir3_assembler.c \
	ir3/ir3_assembler.h \
	ir3/ir3_compiler.c \
	ir3/ir3_compiler.h \
	ir3/ir3_compiler_nir.c \
	ir3/ir3_context.c \
	ir3/ir3_context.h \
	ir3/ir3_cp.c \
	ir3/ir3_cp_postsched.c \
	ir3/ir3_cf.c \
	ir3/ir3_dce.c \
	ir3/ir3_delay.c \
	ir3/ir3_disk_cache.c \
	ir3/ir3_group.c \
	ir3/ir3_image.c \
	ir3/ir3_image.h \
	ir3/ir3.h \
	ir3/ir3_legalize.c \
	ir3/ir3_nir.c \
	ir3/ir3_nir.h \
	ir3/ir3_nir_analyze_ubo_ranges.c \
	ir3/ir3_nir_lower_load_barycentric_at_sample.c \
	ir3/ir3_nir_lower_load_barycentric_at_offset.c \
	ir3/ir3_nir_lower_io_offsets.c \
	ir3/ir3_nir_lower_tess.c \
	ir3/ir3_nir_lower_tex_prefetch.c \
	ir3/ir3_nir_lower_tg4_to_tex.c \
	ir3/ir3_nir_move_varying_inputs.c \
	ir3/ir3_postsched.c \
	ir3/ir3_print.c \
	ir3/ir3_ra.c \
	ir3/ir3_ra.h \
	ir3/ir3_ra_regset.c \
	ir3/ir3_sched.c \
	ir3/ir3_shader.c \
	ir3/ir3_shader.h \
	ir3/ir3_validate.c

ir3_GENERATED_FILES := \
	ir3/ir3_lexer.c \
	ir3/ir3_nir_trig.c \
	ir3/ir3_nir_imul.c \
	ir3/ir3_parser.c \
	ir3/ir3_parser.h

perfcntrs_SOURCES := \
	perfcntrs/fd2_perfcntr.c \
	perfcntrs/fd5_perfcntr.c \
	perfcntrs/fd6_perfcntr.c \
	perfcntrs/freedreno_perfcntr.c \
	perfcntrs/freedreno_perfcntr.h