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

Author: Andres Rodriguez <andre...@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 <fred...@kde.org>
Signed-off-by: Dave Airlie <airl...@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,
        },

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to