mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 10:08:08 +02:00
v3dv: enable VK_KHR_swapchain_mutable_format
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13297>
This commit is contained in:
parent
aac4e1f822
commit
9ee060b614
2 changed files with 2 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_KHR_surface DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
VK_KHR_surface_protected_capabilities DONE (anv, lvp, radv, v3dv, vn)
|
||||
VK_KHR_swapchain DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
VK_KHR_swapchain_mutable_format DONE (anv, radv, vn)
|
||||
VK_KHR_swapchain_mutable_format DONE (anv, radv, v3dv, vn)
|
||||
VK_KHR_wayland_surface DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
VK_KHR_workgroup_memory_explicit_layout DONE (anv, radv)
|
||||
VK_KHR_win32_keyed_mutex not started
|
||||
|
|
|
|||
|
|
@ -137,6 +137,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
|
|||
.KHR_uniform_buffer_standard_layout = true,
|
||||
#ifdef V3DV_HAS_SURFACE
|
||||
.KHR_swapchain = true,
|
||||
.KHR_swapchain_mutable_format = true,
|
||||
.KHR_incremental_present = true,
|
||||
#endif
|
||||
.KHR_variable_pointers = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue