f497cc9d56
Previously, drivers have either not supported some dynamic state (like vertex input or sample locations) at all or it's been always dynamic. In order to be able to set dynamic state sometimes and other times leave it up to driver-specific state packets, we need a few helpers. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22301>