6b1a8226fa
Fill a vk_graphics_pipeline_state and pass it around instead of passing VkGraphicsPipelineCreateInfo. We also call vk_cmd_set_dynamic_graphics_state() from CmdBindPipeline() to prepare for a smooth 'make it all dynamic' transition. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28927>