mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
3f758afe6a
commit
256938e2a1
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue