ir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'
[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_drm.h \
16 drm/msm_ringbuffer.c
17
18 ir3_SOURCES := \
19 ir3/disasm-a3xx.c \
20 ir3/instr-a3xx.h \
21 ir3/ir3.c \
22 ir3/ir3_a4xx.c \
23 ir3/ir3_a6xx.c \
24 ir3/ir3_compiler.c \
25 ir3/ir3_compiler.h \
26 ir3/ir3_compiler_nir.c \
27 ir3/ir3_context.c \
28 ir3/ir3_context.h \
29 ir3/ir3_cp.c \
30 ir3/ir3_depth.c \
31 ir3/ir3_group.c \
32 ir3/ir3_image.c \
33 ir3/ir3_image.h \
34 ir3/ir3.h \
35 ir3/ir3_legalize.c \
36 ir3/ir3_nir.c \
37 ir3/ir3_nir.h \
38 ir3/ir3_nir_lower_io_offsets.c \
39 ir3/ir3_nir_lower_tg4_to_tex.c \
40 ir3/ir3_print.c \
41 ir3/ir3_ra.c \
42 ir3/ir3_sched.c \
43 ir3/ir3_shader.c \
44 ir3/ir3_shader.h \
45 ir3/ir3_sun.c
46
47 ir3_GENERATED_FILES := \
48 ir3/ir3_nir_trig.c
49
50 registers_FILES := \
51 registers/a2xx.xml.h \
52 registers/a3xx.xml.h \
53 registers/a4xx.xml.h \
54 registers/a5xx.xml.h \
55 registers/a6xx.xml.h \
56 registers/adreno_common.xml.h \
57 registers/adreno_pm4.xml.h