projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aabd94
)
trace: Dump result of create_stream_output_target
87/7087/1
author
José Fonseca
<jfonseca@vmware.com>
Sat, 22 Jun 2013 11:26:10 +0000
(12:26 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Sat, 22 Jun 2013 11:30:39 +0000
(12:30 +0100)
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
5514f62
..
26df371
100644
(file)
--- a/
src/gallium/drivers/trace/tr_context.c
+++ b/
src/gallium/drivers/trace/tr_context.c
@@
-1100,6
+1100,8
@@
trace_context_create_stream_output_target(struct pipe_context *_pipe,
result = pipe->create_stream_output_target(pipe,
res, buffer_offset, buffer_size);
+ trace_dump_ret(ptr, result);
+
trace_dump_call_end();
return result;