Skip to content

egl/android: restore image creation fallback path used by virgl

Yiwei Zhang requested to merge zzyiwei/mesa:arc-fix into main

For virgl backend used in ARCVM, cros buffer info query brings back real modifier info for the host image, which cannot be resolved by the gallium virgl backend. Thus the fallback path is used here.

This patch fixes a behavior change introduced by a prior commit.

Fixes: 5d3e64f1 ("egl: android: prepare code for adding more buffer_info getters")

/cc @robclark @roman.stratiienko @lepton @olv

Edited by Yiwei Zhang

Merge request reports