zink: add z32s8 as mandatory GL3.0 profile attachment format

fixes #8616

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22608>
(cherry picked from commit 1bc9efc10c)
This commit is contained in:
Mike Blumenkrantz 2023-04-20 14:03:19 -04:00 committed by Eric Engestrom
parent a59f776b74
commit 1f92626c0b
2 changed files with 10 additions and 1 deletions

View file

@ -130,7 +130,7 @@
"description": "zink: add z32s8 as mandatory GL3.0 profile attachment format",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},

View file

@ -100,6 +100,15 @@
"VkPhysicalDeviceConditionalRenderingFeaturesEXT": {
"conditionalRendering": true
}
},
"formats": {
"VK_FORMAT_D32_SFLOAT_S8_UINT": {
"VkFormatProperties": {
"optimalTilingFeatures": [
"VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT"
]
}
}
}
},
"gl31_baseline": {