mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
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:
parent
fc2d37882c
commit
4d80ccbf2d
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue