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