zink: stop swizzling conditional render during batch flush
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 11 May 2023 14:29:00 +0000 (10:29 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 8 Jun 2023 14:30:39 +0000 (14:30 +0000)
commit6aa9e95021c79f22ec9557035226563b017e796e
treef43871c21321bc1547190c088b25df361384b4b2
parent43a6f8b9f8ca09328ec27956ebcd4140a0defba9
zink: stop swizzling conditional render during batch flush

conditional render is only supposed to be enabled during renderpasses,
and this ends up doing mismatched start/stop in and out of renderpasses

affects:
GTF-GL46.gtf30.GL3Tests.conditional_render*

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23511>
src/gallium/drivers/zink/zink_context.c