Skip to content

android: pan/mdg: create nir pass to lower image coord bitsize

maurossi requested to merge issor.oruam/mesa:android_midgard_w04 into master

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: db725e1d ("pan/mdg: create nir pass to lower image coord bitsize") Signed-off-by: Mauro Rossi issor.oruam@gmail.com

Merge request reports