vk/graphics_state: don't set default sample locations if rast samples is dynamic
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 30 Sep 2022 04:51:54 +0000 (00:51 -0400)
committerMarge Bot <emma+marge@anholt.net>
Tue, 11 Oct 2022 06:58:19 +0000 (06:58 +0000)
commit4b6b3f18f23ac1e6dade67db8eef561be31ed4f1
treeec15568228259e878e181949c359b74ce30945ef
parentca0c429d32b3c24d8b4923111950795dbaa710f2
vk/graphics_state: don't set default sample locations if rast samples is dynamic

dynamic rasterization samples got added late, and I forgot to update this

Fixes: 1deb83fb86d ("vulkan: Add more dynamic multisample states")

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18896>
src/vulkan/runtime/vk_graphics_state.c