mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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 commit0b64c73779)
This commit is contained in:
parent
0d37bf2a31
commit
ec208bcb48
2 changed files with 3 additions and 2 deletions
|
|
@ -157,7 +157,7 @@
|
||||||
"description": "zink: add extendedDynamicState3DepthClipNegativeOneToOne to profile",
|
"description": "zink: add extendedDynamicState3DepthClipNegativeOneToOne to profile",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 1,
|
"nomination_type": 1,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": "3017d01c9ded9c9fd097b600081b1bbe86e90fb8"
|
"because_sha": "3017d01c9ded9c9fd097b600081b1bbe86e90fb8"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -409,7 +409,8 @@
|
||||||
"extendedDynamicState3DepthClampEnable": true,
|
"extendedDynamicState3DepthClampEnable": true,
|
||||||
"extendedDynamicState3DepthClipEnable": true,
|
"extendedDynamicState3DepthClipEnable": true,
|
||||||
"extendedDynamicState3ProvokingVertexMode": true,
|
"extendedDynamicState3ProvokingVertexMode": true,
|
||||||
"extendedDynamicState3LineRasterizationMode": true
|
"extendedDynamicState3LineRasterizationMode": true,
|
||||||
|
"extendedDynamicState3DepthClipNegativeOneToOne": true
|
||||||
},
|
},
|
||||||
"VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT": {
|
"VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT": {
|
||||||
"graphicsPipelineLibrary": true
|
"graphicsPipelineLibrary": true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue