mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
aux/trace: stop dumping transfer data for threaded contexts
this is only useful for unit testing (and is it really useful even then?), and does nothing but explode trace dumps and demolish performance otherwise Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10899>
This commit is contained in:
parent
94ab82a3ca
commit
d2ae8e6d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1634,7 +1634,7 @@ trace_context_transfer_unmap(struct pipe_context *_context,
|
|||
|
||||
trace_dump_call_end();
|
||||
|
||||
if (tr_trans->map) {
|
||||
if (tr_trans->map && !tr_ctx->threaded) {
|
||||
/*
|
||||
* Fake a texture/buffer_subdata
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue