freedreno: update generated registers
[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 ir3/disasm-a3xx.c \
19 ir3/instr-a3xx.h \
20 ir3/ir3.c \
21 ir3/ir3_a4xx.c \
22 ir3/ir3_a6xx.c \
23 ir3/ir3_compiler.c \
24 ir3/ir3_compiler.h \
25 ir3/ir3_compiler_nir.c \
26 ir3/ir3_context.c \
27 ir3/ir3_context.h \
28 ir3/ir3_cp.c \
29 ir3/ir3_depth.c \
30 ir3/ir3_group.c \
31 ir3/ir3_image.c \
32 ir3/ir3_image.h \
33 ir3/ir3.h \
34 ir3/ir3_legalize.c \
35 ir3/ir3_nir.c \
36 ir3/ir3_nir.h \
37 ir3/ir3_nir_analyze_ubo_ranges.c \
38 ir3/ir3_nir_lower_load_barycentric_at_sample.c \
39 ir3/ir3_nir_lower_load_barycentric_at_offset.c \
40 ir3/ir3_nir_lower_io_offsets.c \
41 ir3/ir3_nir_lower_tg4_to_tex.c \
42 ir3/ir3_nir_move_varying_inputs.c \
43 ir3/ir3_print.c \
44 ir3/ir3_ra.c \
45 ir3/ir3_sched.c \
46 ir3/ir3_shader.c \
47 ir3/ir3_shader.h \
48 ir3/ir3_sun.c
49
50 ir3_GENERATED_FILES := \
51 ir3/ir3_nir_trig.c
52
53 registers_FILES := \
54 registers/a2xx.xml.h \
55 registers/a3xx.xml.h \
56 registers/a4xx.xml.h \
57 registers/a5xx.xml.h \
58 registers/a6xx.xml.h \
59 registers/adreno_common.xml.h \
60 registers/adreno_pm4.xml.h