panvk: Advertise VK_KHR_unified_image_layouts
We're currently not using image layouts in PanVK so we can advertise this extension without additional changes. Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: John Anthony <john.anthony@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35911>
This commit is contained in:
committed by
Marge Bot
parent
486c51db95
commit
84fd6b67dd
+1
-1
@@ -574,7 +574,7 @@ Khronos extensions that are not part of any Vulkan version:
|
||||
VK_KHR_surface_protected_capabilities DONE (anv, hk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_swapchain DONE (anv, dzn, hasvk, hk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_KHR_swapchain_mutable_format DONE (anv, hasvk, hk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_unified_image_layouts DONE (radv/gfx11+, tu)
|
||||
VK_KHR_unified_image_layouts DONE (panvk, radv/gfx11+, tu)
|
||||
VK_KHR_wayland_surface DONE (anv, dzn, hk, lvp, nvk, panvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_workgroup_memory_explicit_layout DONE (anv, hk, nvk, hasvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_win32_keyed_mutex not started
|
||||
|
||||
@@ -45,7 +45,7 @@ VK_EXT_depth_clamp_zero_one on panvk
|
||||
VK_KHR_depth_clamp_zero_one on panvk
|
||||
VK_EXT_depth_clip_control on panvk
|
||||
VK_KHR_maintenance9 on RADV
|
||||
VK_KHR_unified_image_layouts on RADV (RDNA3+) and tu
|
||||
VK_KHR_unified_image_layouts on RADV (RDNA3+), tu and panvk
|
||||
VK_KHR_vulkan_memory_model on panvk
|
||||
VK_KHR_present_wait2
|
||||
VK_EXT_descriptor_indexing on panvk/v10+
|
||||
|
||||
@@ -111,6 +111,7 @@ panvk_per_arch(get_physical_device_extensions)(
|
||||
#endif
|
||||
.KHR_synchronization2 = true,
|
||||
.KHR_timeline_semaphore = true,
|
||||
.KHR_unified_image_layouts = true,
|
||||
.KHR_uniform_buffer_standard_layout = true,
|
||||
.KHR_variable_pointers = true,
|
||||
.KHR_vertex_attribute_divisor = true,
|
||||
@@ -478,6 +479,11 @@ panvk_per_arch(get_physical_device_features)(
|
||||
|
||||
/* VK_EXT_non_seamless_cube_map */
|
||||
.nonSeamlessCubeMap = true,
|
||||
|
||||
/* VK_KHR_unified_image_layouts */
|
||||
.unifiedImageLayouts = true,
|
||||
/* Video is not currently supported, so set to false */
|
||||
.unifiedImageLayoutsVideo = false,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user