summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rodriguez <andresx7@gmail.com>2017-01-27 00:09:58 -0500
committerDave Airlie <airlied@redhat.com>2017-01-28 11:02:35 +1000
commite8047980d2814198988e9124036f702c4518df8b (patch)
tree92ef739c95a90f9895ae55c0c6c41d51111be825
parente9b16c74faae8db418305d2a88514c6c62a477bb (diff)
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@kde.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--src/amd/vulkan/radv_device.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 5ee18e745c..1505498c4b 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,
},