diff options
author | José Fonseca <[email protected]> | 2013-06-20 19:37:31 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2013-06-21 14:30:19 +0100 |
commit | a8f7e12d92a8c3dab8ec2e821f51ed711849f1b5 (patch) | |
tree | 485bf3b45dbf9758c911d607dfd4bc8b5fe620c4 /src/gallium/drivers/trace/tr_dump.h | |
parent | bbd2d575e649c0929d125c7dd44723aeabcb2323 (diff) |
trace: Don't dump texture transfers.
Huge trace files with little value.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/trace/tr_dump.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_dump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/tr_dump.h b/src/gallium/drivers/trace/tr_dump.h index 4737a93a6c3..4758755fcf4 100644 --- a/src/gallium/drivers/trace/tr_dump.h +++ b/src/gallium/drivers/trace/tr_dump.h @@ -88,7 +88,7 @@ void trace_dump_uint(long long unsigned value); void trace_dump_float(double value); void trace_dump_bytes(const void *data, size_t size); void trace_dump_box_bytes(const void *data, - enum pipe_format format, + struct pipe_resource *resource, const struct pipe_box *box, unsigned stride, unsigned slice_stride); |