[Mesa-dev] [PATCH] radv: drop support for VK_AMD_NEGATIVE_VIEWPORT_HEIGHT
Fredrik Höglund
fredrik at kde.org
Fri Jan 27 15:55:30 UTC 2017
Reviewed-by: Fredrik Höglund <fredrik at kde.org>
On Friday 27 January 2017, Andres Rodriguez wrote:
> This extension was not correctly supported, and it conflicts with the
> VK_KHR_MAINTENANCE1 spec.
> ---
> 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 7f68cdc..9f05dd6 100644
> --- a/src/amd/vulkan/radv_device.c
> +++ b/src/amd/vulkan/radv_device.c
> @@ -119,10 +119,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,
> - },
> };
>
> static VkResult
>
More information about the mesa-dev
mailing list