[Mesa-dev] [PATCH 4/4] radv: Update VK_KHR_dedicated_allocation spec version.
Bas Nieuwenhuizen
bas at basnieuwenhuizen.nl
Tue Aug 15 00:02:26 UTC 2017
Update:
"Clarify that dedicated allocations do not allow aliasing in the
flink:vkBindBufferMemory and flink:vkBindImageMemory valid usage
statements."
Which is a noop in driver support.
---
src/amd/vulkan/radv_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 473db513c87..140a51c0b9a 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -150,7 +150,7 @@ static const VkExtensionProperties common_device_extensions[] = {
},
{
.extensionName = VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME,
- .specVersion = 1,
+ .specVersion = 3,
},
{
.extensionName = VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME,
--
2.14.1
More information about the mesa-dev
mailing list