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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user