zink: only try doing qbo updates on query suspend if !in_rp
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 22 Feb 2023 17:28:09 +0000 (12:28 -0500)
committerMarge Bot <emma+marge@anholt.net>
Tue, 28 Feb 2023 03:15:42 +0000 (03:15 +0000)
commit6bcf4721dc06ad5e0a09105dfce64e418220be55
treee68f3aeb84e62e87f099903aceaeff27659e46d3
parent2440c98b3bccba403442c5b752bc9ccf0d5d9270
zink: only try doing qbo updates on query suspend if !in_rp

this otherwise creates infinite recursion trying to end a currently
ending renderpass

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