zink: delete need_blend_constants
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 19 Jan 2023 20:22:08 +0000 (15:22 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 20 Jan 2023 18:33:07 +0000 (18:33 +0000)
commitb4d18f2ad112e96320f6c5d130396a70ab702792
tree0354ff9da9292bf2fc0634b6534f54a0e18ed25b
parentc1d99283e6bc5548e1ae396882c7e5db755ec8bd
zink: delete need_blend_constants

this is an artifact of very old code before the dynamic state was set
for all graphics pipelines

now the checks only cause blend constants to not be updated, which triggers
bugs and validation failures

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20799>
src/gallium/drivers/zink/zink_draw.cpp
src/gallium/drivers/zink/zink_state.c
src/gallium/drivers/zink/zink_types.h