zink: add extendedDynamicState3DepthClipNegativeOneToOne to profile

Fixes: 3017d01c9d ("zink: check for extendedDynamicState3DepthClipNegativeOneToOne for ds3 support")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22765>
(cherry picked from commit 0b64c73779)
This commit is contained in:
Mike Blumenkrantz 2023-04-28 15:35:00 -04:00 committed by Eric Engestrom
parent 0d37bf2a31
commit ec208bcb48
2 changed files with 3 additions and 2 deletions

View file

@ -157,7 +157,7 @@
"description": "zink: add extendedDynamicState3DepthClipNegativeOneToOne to profile",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "3017d01c9ded9c9fd097b600081b1bbe86e90fb8"
},

View file

@ -409,7 +409,8 @@
"extendedDynamicState3DepthClampEnable": true,
"extendedDynamicState3DepthClipEnable": true,
"extendedDynamicState3ProvokingVertexMode": true,
"extendedDynamicState3LineRasterizationMode": true
"extendedDynamicState3LineRasterizationMode": true,
"extendedDynamicState3DepthClipNegativeOneToOne": true
},
"VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT": {
"graphicsPipelineLibrary": true