[Mesa-dev] [PATCH] radv: drop support for VK_AMD_NEGATIVE_VIEWPORT_HEIGHT
Andres Rodriguez
andresx7 at gmail.com
Fri Jan 27 05:09:58 UTC 2017
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
--
2.9.3
More information about the mesa-dev
mailing list