mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
nvk: Advertise VK+KHR_incremental_present
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27785>
This commit is contained in:
parent
b3fd66c889
commit
4499871e34
2 changed files with 4 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_KHR_get_display_properties2 DONE (anv, nvk, pvr, radv, tu, v3dv)
|
||||
VK_KHR_get_surface_capabilities2 DONE (anv, lvp, nvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_KHR_global_priority DONE (anv, radv, tu)
|
||||
VK_KHR_incremental_present DONE (anv, hasvk, lvp, radv, tu, v3dv, vn)
|
||||
VK_KHR_incremental_present DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_index_type_uint8 DONE (anv, nvk, radv)
|
||||
VK_KHR_line_rasterization DONE (anv, nvk, radv)
|
||||
VK_KHR_load_store_op_none DONE (anv, nvk, radv)
|
||||
|
|
|
|||
|
|
@ -103,6 +103,9 @@ nvk_get_device_extensions(const struct nvk_instance *instance,
|
|||
.KHR_get_memory_requirements2 = true,
|
||||
.KHR_image_format_list = true,
|
||||
.KHR_imageless_framebuffer = true,
|
||||
#ifdef NVK_USE_WSI_PLATFORM
|
||||
.KHR_incremental_present = true,
|
||||
#endif
|
||||
.KHR_index_type_uint8 = true,
|
||||
.KHR_line_rasterization = true,
|
||||
.KHR_load_store_op_none = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue