venus: Enable VK_KHR_format_feature_flags2
Signed-off-by: Chad Versace <chadversary@chromium.org> Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Reviewed-by: Ryan Neph <ryanneph@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18000>
This commit is contained in:
@@ -475,7 +475,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)
|
||||
VK_KHR_format_feature_flags2 DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
VK_KHR_maintenance4 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)
|
||||
|
@@ -1067,6 +1067,7 @@ vn_physical_device_get_passthrough_extensions(
|
||||
/* promoted to VK_VERSION_1_3 */
|
||||
.KHR_copy_commands2 = true,
|
||||
.KHR_dynamic_rendering = true,
|
||||
.KHR_format_feature_flags2 = true,
|
||||
.KHR_maintenance4 = true,
|
||||
.KHR_shader_integer_dot_product = true,
|
||||
.KHR_shader_non_semantic_info = true,
|
||||
|
Reference in New Issue
Block a user