zink: disable fbfetch when flushing clears
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 13 Oct 2022 20:35:22 +0000 (16:35 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 14 Oct 2022 01:16:30 +0000 (01:16 +0000)
commitd3880a632456879a1c06320879aa684c1886f438
treefa6acd8f99f233b59407d21db7e766944b92eb6a
parent1ae26de36f51520d4285777c435e918b31dc442a
zink: disable fbfetch when flushing clears

this ensures there's no weird perf happening, avoids using renderpass
instead of dynamic rendering, and avoids hitting an assert from broken
framebuffer construction

cc: mesa-stable

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