Skip to content

anv/android: Enable vulkan to get tile format through modifier.

vickyruirui requested to merge huangrui666/mesa:main into main

What does this MR do and why?

Vulkan driver get the tiling information from has_tiling_uapi, which isn't supported dGPU. Therefore enable vulkan driver to get tiling information from modifier through gralloc4.0 mapper like EGL.

Merge request reports