vk: Remove SHAREABLE bits

They were removed from the Vulkan API and we don't really use them because
there are no multi-GPU i965 systems.
This commit is contained in:
Jason Ekstrand
2015-07-06 17:12:47 -07:00
parent 1b0c47bba6
commit 2de388c49c
2 changed files with 5 additions and 13 deletions

View File

@@ -1092,8 +1092,7 @@ fill_memory_requirements(
VK_MEMORY_PROPERTY_HOST_DEVICE_COHERENT_BIT |
/* VK_MEMORY_PROPERTY_HOST_UNCACHED_BIT | */
VK_MEMORY_PROPERTY_HOST_WRITE_COMBINED_BIT |
VK_MEMORY_PROPERTY_PREFER_HOST_LOCAL |
VK_MEMORY_PROPERTY_SHAREABLE_BIT;
VK_MEMORY_PROPERTY_PREFER_HOST_LOCAL;
memory_requirements->memPropsRequired = 0;