mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 06:18:10 +02:00
zink: move maint5 to gl21_baseline capabilities set
VK_KHR_maintenance5 is now unconditionally required by Zink. Move it to the gl21_baseline capabilities set to make it required by every Zink profile. Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41729>
This commit is contained in:
parent
3a447b4065
commit
8dd2f46b86
1 changed files with 5 additions and 9 deletions
|
|
@ -11,6 +11,7 @@
|
|||
"gl21_baseline": {
|
||||
"extensions": {
|
||||
"VK_KHR_maintenance1": 1,
|
||||
"VK_KHR_maintenance5": 1,
|
||||
"VK_KHR_create_renderpass2": 1,
|
||||
"VK_KHR_timeline_semaphore": 1,
|
||||
"VK_EXT_custom_border_color": 1,
|
||||
|
|
@ -39,6 +40,9 @@
|
|||
},
|
||||
"VkPhysicalDeviceDynamicRenderingFeaturesKHR": {
|
||||
"dynamicRendering": true
|
||||
},
|
||||
"VkPhysicalDeviceMaintenance5FeaturesKHR": {
|
||||
"maintenance5": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -155,8 +159,7 @@
|
|||
"extensions": {
|
||||
"VK_KHR_maintenance2": 1,
|
||||
"VK_KHR_maintenance3": 1,
|
||||
"VK_KHR_maintenance4": 1,
|
||||
"VK_KHR_maintenance5": 1
|
||||
"VK_KHR_maintenance4": 1
|
||||
},
|
||||
"features": {
|
||||
"VkPhysicalDeviceFeatures": {
|
||||
|
|
@ -166,9 +169,6 @@
|
|||
},
|
||||
"VkPhysicalDeviceMaintenance4FeaturesKHR": {
|
||||
"maintenance4": true
|
||||
},
|
||||
"VkPhysicalDeviceMaintenance5FeaturesKHR": {
|
||||
"maintenance5": true
|
||||
}
|
||||
},
|
||||
"formats": {
|
||||
|
|
@ -404,7 +404,6 @@
|
|||
"VK_EXT_provoking_vertex": 1,
|
||||
"VK_EXT_attachment_feedback_loop_layout": 1,
|
||||
"VK_EXT_attachment_feedback_loop_dynamic_state": 1,
|
||||
"VK_KHR_maintenance5": 1,
|
||||
"VK_KHR_maintenance6": 1,
|
||||
"VK_KHR_maintenance7": 1,
|
||||
"VK_KHR_maintenance8": 1,
|
||||
|
|
@ -449,9 +448,6 @@
|
|||
"VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT": {
|
||||
"attachmentFeedbackLoopDynamicState": true
|
||||
},
|
||||
"VkPhysicalDeviceMaintenance5FeaturesKHR": {
|
||||
"maintenance5": true
|
||||
},
|
||||
"VkPhysicalDeviceMaintenance6FeaturesKHR": {
|
||||
"maintenance6": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue