diff options
author | Andres Rodriguez <[email protected]> | 2017-01-27 00:09:58 -0500 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-01-28 11:02:35 +1000 |
commit | e8047980d2814198988e9124036f702c4518df8b (patch) | |
tree | 92ef739c95a90f9895ae55c0c6c41d51111be825 /src | |
parent | e9b16c74faae8db418305d2a88514c6c62a477bb (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 <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/amd/vulkan/radv_device.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 5ee18e745c2..1505498c4bf 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, }, |