radv: add support for VK_AMD_negative_viewport_height

The driver already supports this extension in practice.

Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Fredrik Höglund 2016-11-23 23:05:00 +01:00 committed by Dave Airlie
parent 2c748c5c8a
commit eff7bbc47e
1 changed files with 4 additions and 0 deletions

View File

@ -178,6 +178,10 @@ static const VkExtensionProperties device_extensions[] = {
.extensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME,
.specVersion = 68,
},
{
.extensionName = VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME,
.specVersion = 1,
},
};
static void *