diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 5ee18e745c2..1505498c4bf 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -115,10 +115,6 @@ static const VkExtensionProperties common_device_extensions[] = { .extensionName = VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME, .specVersion = 1, }, - { - .extensionName = VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME, - .specVersion = 1, - }, { .extensionName = VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME, .specVersion = 1,