Module: Mesa Branch: master Commit: 373f707fbb01e6c40d991e74a155d13f72b456fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=373f707fbb01e6c40d991e74a155d13f72b456fe
Author: Bas Nieuwenhuizen <[email protected]> Date: Sat Jul 15 19:55:47 2017 +0200 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]> --- src/amd/vulkan/radv_device.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 630f35ff7a..2670d47fdb 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, }, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
