mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
nvk: Advertise VK_EXT_queue_family_foreign
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24795>
(cherry picked from commit d8e200c0d9)
This commit is contained in:
parent
b182fe0a60
commit
1f2b11a564
4 changed files with 4 additions and 2 deletions
|
|
@ -1444,7 +1444,7 @@
|
|||
"description": "nvk: Advertise VK_EXT_queue_family_foreign",
|
||||
"nominated": false,
|
||||
"nomination_type": 3,
|
||||
"resolution": 4,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -612,7 +612,7 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_EXT_primitive_topology_list_restart DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_EXT_primitives_generated_query DONE (anv, hasvk, lvp, nvk, radv, tu, vn)
|
||||
VK_EXT_provoking_vertex DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_EXT_queue_family_foreign DONE (anv, hasvk, lvp, radv, tu, vn)
|
||||
VK_EXT_queue_family_foreign DONE (anv, hasvk, nvk, lvp, radv, tu, vn)
|
||||
VK_EXT_rasterization_order_attachment_access DONE (lvp, tu, vn)
|
||||
VK_EXT_robustness2 DONE (anv, hasvk, lvp, nvk, radv, tu, vn)
|
||||
VK_EXT_sample_locations DONE (anv, hasvk, nvk, radv/gfx9-, tu/a650+)
|
||||
|
|
|
|||
|
|
@ -17,3 +17,4 @@ VK_EXT_external_memory_dma_buf for lavapipe
|
|||
VK_EXT_queue_family_foreign for lavapipe
|
||||
VK_EXT_shader_object on RADV
|
||||
VK_EXT_nested_command_buffer on NVK and RADV
|
||||
VK_EXT_queue_family_foreign on NVK
|
||||
|
|
|
|||
|
|
@ -212,6 +212,7 @@ nvk_get_device_extensions(const struct nvk_instance *instance,
|
|||
.EXT_private_data = true,
|
||||
.EXT_primitives_generated_query = true,
|
||||
.EXT_provoking_vertex = true,
|
||||
.EXT_queue_family_foreign = true,
|
||||
.EXT_robustness2 = true,
|
||||
.EXT_sample_locations = info->cls_eng3d >= MAXWELL_B,
|
||||
.EXT_sampler_filter_minmax = info->cls_eng3d >= MAXWELL_B,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue