summaryrefslogtreecommitdiffstats
path: root/src/panfrost/bifrost/meson.build
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-03-12 14:16:22 -0400
committerMarge Bot <[email protected]>2020-03-19 03:23:07 +0000
commit9269c85578bd68169681efad0fb2a3563eb280ab (patch)
tree227c5dd4364ad12ef9b31943eeecc2b2bd66d0b3 /src/panfrost/bifrost/meson.build
parent0c5aab626bb52670267381383c823f4fb204b3d8 (diff)
pan/bi: Setup initial clause packing
At the moment, we just iterate the clauses in the post-RA, post-sched IR and generate a dummy clause corresponding, passing the results to the disassembler to verify. Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4242>
Diffstat (limited to 'src/panfrost/bifrost/meson.build')
-rw-r--r--src/panfrost/bifrost/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/meson.build b/src/panfrost/bifrost/meson.build
index 86955267629..8f14d25005d 100644
--- a/src/panfrost/bifrost/meson.build
+++ b/src/panfrost/bifrost/meson.build
@@ -24,6 +24,7 @@ libpanfrost_bifrost_files = files(
'bi_liveness.c',
'bi_print.c',
'bi_opt_dce.c',
+ 'bi_pack.c',
'bi_ra.c',
'bi_schedule.c',
'bi_tables.c',