zink: just end the current renderpass in zink_batch_no_rp()
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 8 Sep 2020 17:00:49 +0000 (13:00 -0400)
committerMarge Bot <eric+marge@anholt.net>
Fri, 19 Feb 2021 03:44:51 +0000 (03:44 +0000)
commit1cb3015a31c293606922616b0ceeb31e0f709656
tree8242bb6d837371e0a024684bc2443132be18f26e
parentf3080eca75bca2567841188f1b7e9093e96f91b6
zink: just end the current renderpass in zink_batch_no_rp()

since we aren't (currently) parallelizing and now have barriers, we don't need to cycle
the batch here, which lets us avoid submitting too-small command buffers

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