mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
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>
This commit is contained in:
parent
e9b16c74fa
commit
e8047980d2
1 changed files with 0 additions and 4 deletions
|
|
@ -115,10 +115,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,
|
||||
},
|
||||
{
|
||||
.extensionName = VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME,
|
||||
.specVersion = 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue