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:
Iago Toral Quiroga
2022-08-25 09:58:00 +02:00
committed by Marge Bot
parent 746664610b
commit ed9189025f
2 changed files with 3 additions and 1 deletions

View File

@@ -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_copy_commands2 DONE (anv, lvp, panvk, radv, tu, v3dv, vn)
VK_KHR_dynamic_rendering DONE (anv, dzn, lvp, radv, tu, 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_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_integer_dot_product DONE (anv, lvp, radv, tu, vn)
VK_KHR_shader_non_semantic_info DONE (anv, radv, tu, v3dv, vn) VK_KHR_shader_non_semantic_info DONE (anv, radv, tu, v3dv, vn)
VK_KHR_shader_terminate_invocation DONE (anv, lvp, radv, tu, vn) VK_KHR_shader_terminate_invocation DONE (anv, lvp, radv, tu, vn)

View File

@@ -144,6 +144,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
.KHR_maintenance1 = true, .KHR_maintenance1 = true,
.KHR_maintenance2 = true, .KHR_maintenance2 = true,
.KHR_maintenance3 = true, .KHR_maintenance3 = true,
.KHR_maintenance4 = true,
.KHR_multiview = true, .KHR_multiview = true,
.KHR_pipeline_executable_properties = true, .KHR_pipeline_executable_properties = true,
.KHR_separate_depth_stencil_layouts = true, .KHR_separate_depth_stencil_layouts = true,
@@ -1174,6 +1175,7 @@ v3dv_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
.descriptorBindingInlineUniformBlockUpdateAfterBind = false, .descriptorBindingInlineUniformBlockUpdateAfterBind = false,
.pipelineCreationCacheControl = true, .pipelineCreationCacheControl = true,
.privateData = true, .privateData = true,
.maintenance4 = true,
}; };
VkPhysicalDeviceVulkan12Features vk12 = { VkPhysicalDeviceVulkan12Features vk12 = {