summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2021-06-11 10:04:24 -0400
committerMarge Bot <eric+marge@anholt.net>2021-08-27 03:31:25 +0000
commit9c2fe8e621f03dd06a229f1e5c8ba9eaf9d6afa2 (patch)
treecabe6e2968e4c78b110037f90de38ae2181ee4ee
parent53da55ac872615aa72c4a2de5bda0403fa0fa547 (diff)
zink: bump dynamic pipeline state count
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12585>
-rw-r--r--src/gallium/drivers/zink/zink_pipeline.c2
1 files changed, 1 insertions, 1 deletions
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,