mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 03:50:13 +01:00
trace: Ignore transfer_flush_region too.
This commit is contained in:
parent
ee9ee03cab
commit
d2c5a3093f
1 changed files with 0 additions and 7 deletions
|
|
@ -1380,13 +1380,6 @@ trace_context_transfer_flush_region( struct pipe_context *_context,
|
|||
struct pipe_context *context = tr_context->pipe;
|
||||
struct pipe_transfer *transfer = tr_transfer->transfer;
|
||||
|
||||
trace_dump_call_begin("pipe_context", "transfer_flush_region");
|
||||
|
||||
trace_dump_arg(ptr, context);
|
||||
trace_dump_arg(ptr, transfer);
|
||||
trace_dump_arg(box, box);
|
||||
trace_dump_call_end();
|
||||
|
||||
context->transfer_flush_region(context,
|
||||
transfer,
|
||||
box);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue