summaryrefslogtreecommitdiffstats
path: root/src/amd
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <[email protected]>2017-07-15 19:55:47 +0200
committerBas Nieuwenhuizen <[email protected]>2017-07-15 20:10:43 +0200
commit373f707fbb01e6c40d991e74a155d13f72b456fe (patch)
tree9f2359c51a2cf912464094652a9b15dd814e93fe /src/amd
parent515da29360fa5e7ddf70af6b96285130f78a7c33 (diff)
radv: Remove NV dedicated alloc extension.
To not confuse apps in thinking it might be faster. Signed-off-by: Bas Nieuwenhuizen <[email protected]> Reviewed-by: Andres Rodriguez <[email protected]>
Diffstat (limited to 'src/amd')
-rw-r--r--src/amd/vulkan/radv_device.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 630f35ff7a8..2670d47fdb8 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -138,10 +138,6 @@ static const VkExtensionProperties common_device_extensions[] = {
.specVersion = 1,
},
{
- .extensionName = VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME,
- .specVersion = 1,
- },
- {
.extensionName = VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME,
.specVersion = 1,
},