zink: add util function for submitting the compute batch
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Sun, 6 Sep 2020 14:55:12 +0000 (10:55 -0400)
committerMarge Bot <eric+marge@anholt.net>
Tue, 16 Feb 2021 01:05:07 +0000 (01:05 +0000)
commit759a71b67d09afb0e3d72dbfbce05a8ff4c12da3
tree48af57f989d9ee5c3c65d1cb3f21d4aa1a3e819a
parentf1bc95bfa5e0a9737d73894c984556c1e4053493
zink: add util function for submitting the compute batch

sometimes we just want to submit this and not wait on it

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