android: pan/mdg: create nir pass to lower image coord bitsize
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 31 Jan 2021 22:16:10 +0000 (23:16 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Sun, 31 Jan 2021 23:52:19 +0000 (00:52 +0100)
commit28d902dd62953529f29444af2b4f907d1d70da5b
tree87cc2ebaf6161dd888dfffff0399c1f47f9560af
parentc897f7a72272e19002f2bff25b3ef9ed865fa3d6
android: pan/mdg: create nir pass to lower image coord bitsize

Fixes the following building error:

FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/gallium_dri_intermediates/LINKED/gallium_dri.so
...
ld.lld: error: undefined symbol: midgard_nir_lower_image_bitsize
>>> referenced by midgard_compile.c:321 (external/mesa/src/panfrost/midgard/midgard_compile.c:321)

Fixes: db725e1d52a6 ("pan/mdg: create nir pass to lower image coord bitsize")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8802>
src/panfrost/Makefile.sources