gallium/u_threaded: Missing driver-thread marking

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11200>
This commit is contained in:
Rob Clark 2021-06-08 15:09:57 -07:00
parent 3f758afe6a
commit 256938e2a1

View file

@ -2498,7 +2498,9 @@ tc_emit_string_marker(struct pipe_context *_pipe,
struct pipe_context *pipe = tc->pipe;
tc_sync(tc);
tc_set_driver_thread(tc);
pipe->emit_string_marker(pipe, string, len);
tc_clear_driver_thread(tc);
}
}