From c1639d7bdac2d20a82d54febb7e0dd64727df161 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 31 May 2022 15:11:55 -0400 Subject: [PATCH] zink: reorder pipeline dynamic state1 substruct Reviewed-by: Dave Airlie Part-of: --- src/gallium/drivers/zink/zink_pipeline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/zink_pipeline.h b/src/gallium/drivers/zink/zink_pipeline.h index 4964464cf77..18b913d474c 100644 --- a/src/gallium/drivers/zink/zink_pipeline.h +++ b/src/gallium/drivers/zink/zink_pipeline.h @@ -55,9 +55,9 @@ struct zink_gfx_pipeline_state { bool dirty; struct { - struct zink_depth_stencil_alpha_hw_state *depth_stencil_alpha_state; //non-dynamic state VkFrontFace front_face; unsigned num_viewports; + struct zink_depth_stencil_alpha_hw_state *depth_stencil_alpha_state; //non-dynamic state } dyn_state1; struct {