Module: Mesa Branch: main Commit: 9c2fe8e621f03dd06a229f1e5c8ba9eaf9d6afa2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c2fe8e621f03dd06a229f1e5c8ba9eaf9d6afa2
Author: Mike Blumenkrantz <[email protected]> Date: Fri Jun 11 10:04:24 2021 -0400 zink: bump dynamic pipeline state count Reviewed-by: Dave Airlie <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12585> --- 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,
