radv: drop support for VK_AMD_NEGATIVE_VIEWPORT_HEIGHT
authorAndres Rodriguez <andresx7@gmail.com>
Fri, 27 Jan 2017 05:09:58 +0000 (00:09 -0500)
committerDave Airlie <airlied@redhat.com>
Sat, 28 Jan 2017 01:02:35 +0000 (11:02 +1000)
This extension was not correctly supported, and it conflicts with the
VK_KHR_MAINTENANCE1 spec.

Reviewed-by: Fredrik Höglund <fredrik@kde.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_device.c

index 5ee18e7..1505498 100644 (file)
@@ -116,10 +116,6 @@ static const VkExtensionProperties common_device_extensions[] = {
                .specVersion = 1,
        },
        {
-               .extensionName = VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME,
-               .specVersion = 1,
-       },
-       {
                .extensionName = VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME,
                .specVersion = 1,
        },