pan/bi: Call nir_lower_io_to_temporaries in cmdline
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 5 Mar 2020 21:52:29 +0000 (16:52 -0500)
committerMarge Bot <eric+marge@anholt.net>
Sat, 7 Mar 2020 00:37:39 +0000 (00:37 +0000)
commit977a38c87f5816828fa42d1da02626d69ba1662f
treea4c52dc3a98a157eac7aada3033c8dd8727d1cd6
parent55dab92073f14a9b9c42175af9ddc210277bca5e
pan/bi: Call nir_lower_io_to_temporaries in cmdline

Normally mesa/st would do this for us, but we're using the standalone
compiler (in advance of having the hardware) and need this pass
particularly for fragment writeout.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4097>
src/panfrost/bifrost/cmdline.c