venus: disable VK_EXT_extended_dynamic_state2

extended_dynamic_state.*_raster tests timeout because the new
VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE is not handled in venus.

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16222>
This commit is contained in:
Yiwei Zhang 2022-04-28 17:57:38 +00:00 committed by Marge Bot
parent b023f18bad
commit fd90a57e28
1 changed files with 2 additions and 1 deletions

View File

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