Skip to content

turnip,vdrm: Implement VK_EXT_map_memory_placed

Mark Collins requested to merge PixelyIon/mesa:map-mem into main

VK_EXT_map_memory_placed is required by winevulkan WoW64 for mapping all Vulkan allocations in the 32-bit address space. This MR implements the extension for all Turnip KMDs but it has only been tested on msm so far.

Merge request reports