Mesa (master): radv: drop support for VK_AMD_NEGATIVE_VIEWPORT_HEIGHT

Dave Airlie airlied at kemper.freedesktop.org
Sat Jan 28 01:02:50 UTC 2017


Module: Mesa
Branch: master
Commit: e8047980d2814198988e9124036f702c4518df8b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8047980d2814198988e9124036f702c4518df8b

Author: Andres Rodriguez <andresx7 at gmail.com>
Date:   Fri Jan 27 00:09:58 2017 -0500

radv: drop support for VK_AMD_NEGATIVE_VIEWPORT_HEIGHT

This extension was not correctly supported, and it conflicts with the
VK_KHR_MAINTENANCE1 spec.

Reviewed-by: Fredrik Höglund <fredrik at kde.org>
Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 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 5ee18e7..1505498 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -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,
 	},




More information about the mesa-commit mailing list