From: Fredrik Höglund Date: Wed, 23 Nov 2016 22:05:00 +0000 (+0100) Subject: radv: add support for VK_AMD_negative_viewport_height X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eff7bbc47eb574c844edfb8fbb9b4fdc943f55ec;p=mesa.git radv: add support for VK_AMD_negative_viewport_height The driver already supports this extension in practice. Reviewed-by: Dave Airlie --- diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 0d79eeeef2c..58484bdda7f 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -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 *