venus: reenable VK_EXT_extended_dynamic_state2

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Ryan Neph <ryanneph@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17582>
This commit is contained in:
Yiwei Zhang 2022-07-16 16:48:25 +00:00 committed by Marge Bot
parent 4eaa780944
commit 4ce29c5568
1 changed files with 1 additions and 2 deletions

View File

@ -994,8 +994,7 @@ vn_physical_device_get_passthrough_extensions(
/* promoted to VK_VERSION_1_3 */
.EXT_4444_formats = true,
.EXT_extended_dynamic_state = true,
/* TODO re-enable with fixed extended_dynamic_state.*_raster cts */
.EXT_extended_dynamic_state2 = false,
.EXT_extended_dynamic_state2 = true,
.EXT_image_robustness = true,
.EXT_inline_uniform_block = true,
.EXT_shader_demote_to_helper_invocation = true,