freedreno/computerator: Use a render node
[mesa.git] / src / freedreno / Makefile.sources
1 common_SOURCES := \
2 common/disasm.h \
3 common/freedreno_uuid.c \
4 common/freedreno_uuid.h \
5 common/freedreno_guardband.h
6
7 drm_SOURCES := \
8 drm/freedreno_bo.c \
9 drm/freedreno_drmif.h \
10 drm/freedreno_ringbuffer.c \
11 drm/msm_bo.c \
12 drm/msm_pipe.c \
13 drm/msm_ringbuffer_sp.c \
14 drm/freedreno_bo_cache.c \
15 drm/freedreno_pipe.c \
16 drm/freedreno_ringbuffer.h \
17 drm/msm_device.c \
18 drm/msm_priv.h \
19 drm/freedreno_device.c \
20 drm/freedreno_priv.h \
21 drm/msm_ringbuffer.c
22
23 ir2_SOURCES := \
24 ir2/disasm-a2xx.c \
25 ir2/instr-a2xx.h
26
27 ir3_SOURCES := \
28 fdl/fd5_layout.c \
29 fdl/fd6_layout.c \
30 fdl/freedreno_layout.c \
31 ir3/disasm-a3xx.c \
32 ir3/instr-a3xx.h \
33 ir3/ir3.c \
34 ir3/ir3_a4xx.c \
35 ir3/ir3_a6xx.c \
36 ir3/ir3_assembler.c \
37 ir3/ir3_assembler.h \
38 ir3/ir3_compiler.c \
39 ir3/ir3_compiler.h \
40 ir3/ir3_compiler_nir.c \
41 ir3/ir3_context.c \
42 ir3/ir3_context.h \
43 ir3/ir3_cp.c \
44 ir3/ir3_cp_postsched.c \
45 ir3/ir3_cf.c \
46 ir3/ir3_dce.c \
47 ir3/ir3_delay.c \
48 ir3/ir3_disk_cache.c \
49 ir3/ir3_group.c \
50 ir3/ir3_image.c \
51 ir3/ir3_image.h \
52 ir3/ir3.h \
53 ir3/ir3_legalize.c \
54 ir3/ir3_nir.c \
55 ir3/ir3_nir.h \
56 ir3/ir3_nir_analyze_ubo_ranges.c \
57 ir3/ir3_nir_lower_load_barycentric_at_sample.c \
58 ir3/ir3_nir_lower_load_barycentric_at_offset.c \
59 ir3/ir3_nir_lower_io_offsets.c \
60 ir3/ir3_nir_lower_tess.c \
61 ir3/ir3_nir_lower_tex_prefetch.c \
62 ir3/ir3_nir_lower_tg4_to_tex.c \
63 ir3/ir3_nir_move_varying_inputs.c \
64 ir3/ir3_postsched.c \
65 ir3/ir3_print.c \
66 ir3/ir3_ra.c \
67 ir3/ir3_ra.h \
68 ir3/ir3_ra_regset.c \
69 ir3/ir3_sched.c \
70 ir3/ir3_shader.c \
71 ir3/ir3_shader.h \
72 ir3/ir3_validate.c
73
74 ir3_GENERATED_FILES := \
75 ir3/ir3_lexer.c \
76 ir3/ir3_nir_trig.c \
77 ir3/ir3_nir_imul.c \
78 ir3/ir3_parser.c \
79 ir3/ir3_parser.h
80
81 perfcntrs_SOURCES := \
82 perfcntrs/fd2_perfcntr.c \
83 perfcntrs/fd5_perfcntr.c \
84 perfcntrs/fd6_perfcntr.c \
85 perfcntrs/freedreno_perfcntr.c \
86 perfcntrs/freedreno_perfcntr.h