projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0870e4a
)
trace: Fix typo in method name.
author
José Fonseca
<jfonseca@vmware.com>
Sun, 2 May 2010 12:03:37 +0000
(13:03 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Sun, 2 May 2010 14:32:09 +0000
(15:32 +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 71ba1e909dfabbcfb92290674221b3ede7bc04ee..3d1fb96b91e79ae344959362efa05c2e521f5dec 100644
(file)
--- a/
src/gallium/drivers/trace/tr_context.c
+++ b/
src/gallium/drivers/trace/tr_context.c
@@
-812,7
+812,7
@@
trace_context_delete_vertex_elements_state(struct pipe_context *_pipe,
struct trace_context *tr_ctx = trace_context(_pipe);
struct pipe_context *pipe = tr_ctx->pipe;
- trace_dump_call_begin("pipe_context", "delete_verte_elements_state");
+ trace_dump_call_begin("pipe_context", "delete_verte
x
_elements_state");
trace_dump_arg(ptr, pipe);
trace_dump_arg(ptr, state);