panvk: Advertise VK_KHR_map_memory2
Already supported. Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32248>
This commit is contained in:
committed by
Marge Bot
parent
6ffde9294e
commit
83c2d82637
+1
-1
@@ -680,7 +680,7 @@ Khronos extensions that are not part of any Vulkan version:
|
||||
VK_EXT_swapchain_colorspace DONE (anv, lvp, nvk, radv, tu, v3dv)
|
||||
VK_EXT_depth_clamp_zero_one DONE (anv, nvk, radv, tu, v3dv/vc7+)
|
||||
VK_INTEL_shader_integer_functions2 DONE (anv, hasvk, radv)
|
||||
VK_KHR_map_memory2 DONE (anv, nvk, radv, tu)
|
||||
VK_KHR_map_memory2 DONE (anv, nvk, panvk, radv, tu)
|
||||
VK_EXT_map_memory_placed DONE (anv, nvk, radv, tu)
|
||||
VK_MESA_image_alignment_control DONE (anv, radv)
|
||||
VK_EXT_legacy_dithering DONE (anv, tu)
|
||||
|
||||
@@ -209,6 +209,7 @@ get_device_extensions(const struct panvk_physical_device *device,
|
||||
.KHR_maintenance1 = true,
|
||||
.KHR_maintenance2 = true,
|
||||
.KHR_maintenance3 = true,
|
||||
.KHR_map_memory2 = true,
|
||||
.KHR_pipeline_executable_properties = true,
|
||||
.KHR_pipeline_library = true,
|
||||
.KHR_push_descriptor = true,
|
||||
|
||||
Reference in New Issue
Block a user