Skip to content

radv: VK_ANDROID_external_memory_android_hardware_buffer support

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:radv-ahb-mr into master

Most interesting new stuff is the delayed layout of images until memory allocation time, which is allowed by the spec of this extension.

Images with multiple planes are still TODO, want to have multiple planes in a single buffer for radeonsi to be worked out first.

Merge request reports