freedreno: move ir3 to common location
[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_compiler.c \
23 ir3/ir3_compiler.h \
24 ir3/ir3_compiler_nir.c \
25 ir3/ir3_cp.c \
26 ir3/ir3_depth.c \
27 ir3/ir3_group.c \
28 ir3/ir3.h \
29 ir3/ir3_legalize.c \
30 ir3/ir3_nir.c \
31 ir3/ir3_nir.h \
32 ir3/ir3_nir_lower_tg4_to_tex.c \
33 ir3/ir3_print.c \
34 ir3/ir3_ra.c \
35 ir3/ir3_sched.c \
36 ir3/ir3_shader.c \
37 ir3/ir3_shader.h
38
39 ir3_GENERATED_FILES := \
40 ir3/ir3_nir_trig.c
41