Skip to content

zink: hook up some memory extensions

Mike Blumenkrantz requested to merge zmike/mesa:zink-mem into main

enabling VK_EXT_pageable_device_local_memory guarantees that host memory allocations will not consume device-local memory and enables overallocation of device memory when paging can be done

Merge request reports