From: José Fonseca Date: Wed, 14 Apr 2010 01:03:22 +0000 (+0900) Subject: trace: Ignore transfer_flush_region too. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2c5a3093ffc6d1eae2689d603c502ecbdb6edcd;p=mesa.git trace: Ignore transfer_flush_region too. --- diff --git a/src/gallium/drivers/trace/tr_context.c b/src/gallium/drivers/trace/tr_context.c index 9f92b4426b3..512acb7d13c 100644 --- a/src/gallium/drivers/trace/tr_context.c +++ b/src/gallium/drivers/trace/tr_context.c @@ -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);