trace: Ignore transfer_flush_region too.

This commit is contained in:
José Fonseca 2010-04-14 10:03:22 +09:00
parent ee9ee03cab
commit d2c5a3093f
1 changed files with 0 additions and 7 deletions

View File

@ -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);