diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-03-12 14:16:22 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-19 03:23:07 +0000 |
commit | 9269c85578bd68169681efad0fb2a3563eb280ab (patch) | |
tree | 227c5dd4364ad12ef9b31943eeecc2b2bd66d0b3 /src/panfrost/bifrost/meson.build | |
parent | 0c5aab626bb52670267381383c823f4fb204b3d8 (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.build | 1 |
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', |