projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee9ee03
)
trace: Ignore transfer_flush_region too.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 14 Apr 2010 01:03:22 +0000
(10:03 +0900)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 14 Apr 2010 01:22:57 +0000
(10:22 +0900)
src/gallium/drivers/trace/tr_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/trace/tr_context.c
b/src/gallium/drivers/trace/tr_context.c
index 9f92b4426b3d423c20553de5b01bc9c7a62b1abe..512acb7d13c2d21b64970823a9bd39c9eaa6ba05 100644
(file)
--- 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);