mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 18:20:23 +01:00
aux/trace: dump 'wait' param for get_query_result
Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10899>
This commit is contained in:
parent
ebd69c718c
commit
8ab36670e9
1 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ trace_context_get_query_result(struct pipe_context *_pipe,
|
|||
|
||||
trace_dump_arg(ptr, pipe);
|
||||
trace_dump_arg(ptr, query);
|
||||
trace_dump_arg(bool, wait);
|
||||
|
||||
if (tr_ctx->threaded)
|
||||
threaded_query(query)->flushed = trace_query(_query)->base.flushed;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue