trace: Fix create_depth_stencil_alpha_state trace.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 11 Aug 2008 16:08:27 +0000 (17:08 +0100)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 12 Aug 2008 10:34:41 +0000 (11:34 +0100)
src/gallium/drivers/trace/tr_context.c

index c9c15b2bb9e8b603504043ed6c73dd27e198cbbe..1df6842b714a99e2fd423698e20a5437f54590fd 100644 (file)
@@ -457,8 +457,10 @@ trace_context_create_depth_stencil_alpha_state(struct pipe_context *_pipe,
 
    result = pipe->create_depth_stencil_alpha_state(pipe, state);;
 
-   trace_dump_ret(stream, ptr, result);
+   trace_dump_arg(stream, ptr, pipe);
    trace_dump_arg(stream, depth_stencil_alpha_state, state);
+   
+   trace_dump_ret(stream, ptr, result);
 
    trace_dump_call_end(stream);