From 9c2fe8e621f03dd06a229f1e5c8ba9eaf9d6afa2 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 11 Jun 2021 10:04:24 -0400 Subject: [PATCH] zink: bump dynamic pipeline state count Reviewed-by: Dave Airlie Part-of: --- src/gallium/drivers/zink/zink_pipeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/zink_pipeline.c b/src/gallium/drivers/zink/zink_pipeline.c index 5fbdcc1667b..e7e4523497f 100644 --- a/src/gallium/drivers/zink/zink_pipeline.c +++ b/src/gallium/drivers/zink/zink_pipeline.c @@ -164,7 +164,7 @@ zink_create_gfx_pipeline(struct zink_screen *screen, depth_stencil_state.back = state->depth_stencil_alpha_state->stencil_back; depth_stencil_state.depthWriteEnable = state->depth_stencil_alpha_state->depth_write; - VkDynamicState dynamicStateEnables[24] = { + VkDynamicState dynamicStateEnables[30] = { VK_DYNAMIC_STATE_LINE_WIDTH, VK_DYNAMIC_STATE_DEPTH_BIAS, VK_DYNAMIC_STATE_BLEND_CONSTANTS,