mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 00:20:37 +02:00
zink: Fix a few profile errors
Fixes some errors that gen_profiles_solution.py throws related to missing extensions or incorrect api versions. Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36061>
This commit is contained in:
parent
76670f13da
commit
acc6bae2a4
1 changed files with 6 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
"VkPhysicalDeviceLineRasterizationFeaturesEXT": {
|
||||
"rectangularLines": true
|
||||
},
|
||||
"VkPhysicalDeviceDynamicRenderingFeatures": {
|
||||
"VkPhysicalDeviceDynamicRenderingFeaturesKHR": {
|
||||
"dynamicRendering": true
|
||||
}
|
||||
}
|
||||
|
|
@ -70,6 +70,9 @@
|
|||
}
|
||||
},
|
||||
"gl21_baseline_line_bresenham": {
|
||||
"extensions": {
|
||||
"VK_EXT_line_rasterization": 1
|
||||
},
|
||||
"features": {
|
||||
"VkPhysicalDeviceLineRasterizationFeaturesEXT": {
|
||||
"bresenhamLines": true
|
||||
|
|
@ -166,7 +169,7 @@
|
|||
"tessellationShader": true,
|
||||
"imageCubeArray": true
|
||||
},
|
||||
"VkPhysicalDeviceMaintenance4Features": {
|
||||
"VkPhysicalDeviceMaintenance4FeaturesKHR": {
|
||||
"maintenance4": true
|
||||
},
|
||||
"VkPhysicalDeviceMaintenance5FeaturesKHR": {
|
||||
|
|
@ -403,6 +406,7 @@
|
|||
"VK_EXT_primitive_topology_list_restart": 1,
|
||||
"VK_EXT_non_seamless_cube_map": 1,
|
||||
"VK_KHR_pipeline_library": 1,
|
||||
"VK_EXT_provoking_vertex": 1,
|
||||
"VK_EXT_attachment_feedback_loop_layout": 1,
|
||||
"VK_EXT_attachment_feedback_loop_dynamic_state": 1,
|
||||
"VK_KHR_maintenance6": 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue