aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3/meson.build
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2020-03-21 10:33:48 -0700
committerMarge Bot <[email protected]>2020-03-27 22:41:36 +0000
commit29992a039e9959110139353664b7eb12d991e8d0 (patch)
tree0fbee51ee7ac974f6fbedd18f42c9264450888c0 /src/freedreno/ir3/meson.build
parent6da53911c15a33bf73fb1423b3e99affaceb0f75 (diff)
freedreno/ir3/ra: split-up
Split out regset and shared header, since the RA pass is already getting large-ish. Signed-off-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4272>
Diffstat (limited to 'src/freedreno/ir3/meson.build')
-rw-r--r--src/freedreno/ir3/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/freedreno/ir3/meson.build b/src/freedreno/ir3/meson.build
index 1e64fcda1f9..2b5656faf80 100644
--- a/src/freedreno/ir3/meson.build
+++ b/src/freedreno/ir3/meson.build
@@ -75,6 +75,8 @@ libfreedreno_ir3_files = files(
'ir3_postsched.c',
'ir3_print.c',
'ir3_ra.c',
+ 'ir3_ra.h',
+ 'ir3_ra_regset.c',
'ir3_sched.c',
'ir3_shader.c',
'ir3_shader.h',