zink: flag has_work when a GL semaphore is signalled
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 26 Jan 2022 15:06:48 +0000 (10:06 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 28 Jan 2022 14:02:48 +0000 (14:02 +0000)
commitd4720c65acc9aefe22b5364c0663e9a5a0ba4cf9
tree2f12272624d7b82341e5c67a6bd2ac81bdbf7f51
parent794fabc8c2ad46b96bdd982880a704af21f6bdb3
zink: flag has_work when a GL semaphore is signalled

this is an async flush, so it has to have this flag set or else
the subsequent (also async) flush won't do anything

Fixes: 32597e116d7 ("zink: implement GL semaphores")

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