pan/mdg: Separate disassembler and compiler targets
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 5 Aug 2020 21:16:27 +0000 (17:16 -0400)
committerMarge Bot <eric+marge@anholt.net>
Thu, 6 Aug 2020 23:54:24 +0000 (23:54 +0000)
commitb792d613e65ce37d75965885f029bd7e95cb6ffc
tree1fdf6531b301b9309c2834c16b80866a41d615f8
parentd62a6e7c5f678b986af0c6b3a0ea1ce6d9880c66
pan/mdg: Separate disassembler and compiler targets

The compiler depends on the disassembler, which is okay. But the
disassembler now no longer depends on the compiler circularly, avoiding
the need to being in GLSL/NIR.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6196>
src/panfrost/midgard/meson.build
src/panfrost/midgard/midgard_print.c
src/panfrost/midgard/midgard_print_constant.c [new file with mode: 0644]