Skip to content

radv: Allow non-dedicated linear images and buffer.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:non-dedicated into master

Requested for virtualized Vulkan as they need to export memory to map it.

Since radeonsi and the kernel assume an image without metadata is linear, this should work just fine.

Merge request reports