zink: handle 'blitting' flag better in msrtss replication
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 27 Mar 2023 19:50:10 +0000 (15:50 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Apr 2023 12:58:12 +0000 (12:58 +0000)
commit1e7cb4642e99e863cae25a942a823897ef7a1605
tree7c8da739f9819fe6e9a2842bb01bfb7d97b70d49
parentec0860b40137779e1cbe92c8ca5b3e5d86105da5
zink: handle 'blitting' flag better in msrtss replication

barriers are illegal while 'blitting' is set, so unset it temporarily
for the replication barriers and then also re-set the layouts after

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