mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
v3dv: expose VK_KHR_maintenance4
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18246>
This commit is contained in:
parent
746664610b
commit
ed9189025f
2 changed files with 3 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ Vulkan 1.3 -- all DONE: anv, radv, lvp
|
|||
VK_KHR_copy_commands2 DONE (anv, lvp, panvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_dynamic_rendering DONE (anv, dzn, lvp, radv, tu, vn)
|
||||
VK_KHR_format_feature_flags2 DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
VK_KHR_maintenance4 DONE (anv, lvp, radv, tu, vn)
|
||||
VK_KHR_maintenance4 DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
VK_KHR_shader_integer_dot_product DONE (anv, lvp, radv, tu, vn)
|
||||
VK_KHR_shader_non_semantic_info DONE (anv, radv, tu, v3dv, vn)
|
||||
VK_KHR_shader_terminate_invocation DONE (anv, lvp, radv, tu, vn)
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
|
|||
.KHR_maintenance1 = true,
|
||||
.KHR_maintenance2 = true,
|
||||
.KHR_maintenance3 = true,
|
||||
.KHR_maintenance4 = true,
|
||||
.KHR_multiview = true,
|
||||
.KHR_pipeline_executable_properties = true,
|
||||
.KHR_separate_depth_stencil_layouts = true,
|
||||
|
|
@ -1174,6 +1175,7 @@ v3dv_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
|
|||
.descriptorBindingInlineUniformBlockUpdateAfterBind = false,
|
||||
.pipelineCreationCacheControl = true,
|
||||
.privateData = true,
|
||||
.maintenance4 = true,
|
||||
};
|
||||
|
||||
VkPhysicalDeviceVulkan12Features vk12 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue