zink: remove explicit fencing for query results
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 12 Mar 2021 14:00:16 +0000 (09:00 -0500)
committerMarge Bot <eric+marge@anholt.net>
Mon, 29 Mar 2021 02:50:53 +0000 (02:50 +0000)
commitc962980725ba857f9c065831afd2586786887aca
tree3bd3a50703d720cc6a071167a996ee829e77122d
parent726e2eb8f92c03625e2085dce6605e04c3187509
zink: remove explicit fencing for query results

now that the results are automatically being copied to internal buffers,
mapping the buffers will handle any fencing that's required

the only caveat is that the query still needs to be flushed for a result
to be returned

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9811>
src/gallium/drivers/zink/zink_query.c