lavapipe: Expose EXT version of global_priority
We already supported 1.4 which has VK_KHR_global_priority and the globalPriorityQuery feature. tested with: dEQP-VK.api.device_init.create_device_global_priority* dEQP-VK.synchronization.global_priority_transition.* Signed-off-by: spencer-lunarg <spencer@lunarg.com> Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38340>
This commit is contained in:
parent
744a961e15
commit
77030f296e
2 changed files with 4 additions and 2 deletions
|
|
@ -629,8 +629,8 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_EXT_filter_cubic DONE (tu/a650+, vn)
|
||||
VK_EXT_fragment_density_map DONE (tu)
|
||||
VK_EXT_fragment_shader_interlock DONE (anv, lvp, radv/gfx9+, vn)
|
||||
VK_EXT_global_priority DONE (anv, hasvk, panvk, radv, tu, vn, hk)
|
||||
VK_EXT_global_priority_query DONE (anv, hasvk, panvk, radv, tu, vn, hk)
|
||||
VK_EXT_global_priority DONE (anv, hasvk, panvk, radv, tu, vn, hk, lvp)
|
||||
VK_EXT_global_priority_query DONE (anv, hasvk, panvk, radv, tu, vn, hk, lvp)
|
||||
VK_EXT_graphics_pipeline_library DONE (anv, hk, lvp, nvk, panvk, radv, tu, vn)
|
||||
VK_EXT_hdr_metadata DONE (anv, hk, lvp, nvk, panvk, radv, tu, vn)
|
||||
VK_EXT_headless_surface DONE (anv, dzn, hasvk, hk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
|
|
|
|||
|
|
@ -259,6 +259,8 @@ static const struct vk_device_extension_table lvp_device_extensions_supported =
|
|||
.EXT_primitive_topology_list_restart = true,
|
||||
.EXT_rasterization_order_attachment_access = true,
|
||||
.EXT_queue_family_foreign = true,
|
||||
.EXT_global_priority = true,
|
||||
.EXT_global_priority_query = true,
|
||||
.EXT_sample_locations = true,
|
||||
.EXT_sampler_filter_minmax = true,
|
||||
.EXT_scalar_block_layout = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue