mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
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:
parent
a59f776b74
commit
1f92626c0b
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue