From d2c5a3093ffc6d1eae2689d603c502ecbdb6edcd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Wed, 14 Apr 2010 10:03:22 +0900 Subject: [PATCH] trace: Ignore transfer_flush_region too. --- src/gallium/drivers/trace/tr_context.c | 7 ------- 1 file changed, 7 deletions(-) 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); -- 2.30.2