9061f5f57d
Vulkan allows the user to set extraneous dynamic state which then gets ignored if a pipeline with static state is bound. We weren't implementing this correctly for viewports because we weren't clearing the dirty bit, but it was happening to work until changes for dynamic depth negative-one-to-one broke dEQP-VK.pipeline.*.depth.depth_clip_control.d32_sfloat_less_viewport_before_static. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18912>