Module: Mesa
Branch: main
Commit: 46b488151f299581ba3a6acc303e1c16777c84c7
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=46b488151f299581ba3a6acc303e1c16777c84c7

Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Jul  3 09:34:39 2023 -0400

aux/trace: fix bindless texture dumping

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23971>

---

 src/gallium/auxiliary/driver_trace/tr_context.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gallium/auxiliary/driver_trace/tr_context.c 
b/src/gallium/auxiliary/driver_trace/tr_context.c
index 6023665d197..74f228b5d15 100644
--- a/src/gallium/auxiliary/driver_trace/tr_context.c
+++ b/src/gallium/auxiliary/driver_trace/tr_context.c
@@ -2202,9 +2202,7 @@ static uint64_t 
trace_context_create_texture_handle(struct pipe_context *_pipe,
    trace_dump_call_begin("pipe_context", "create_texture_handle");
    trace_dump_arg(ptr, pipe);
    trace_dump_arg(ptr, view);
-   trace_dump_arg_begin("state");
    trace_dump_arg(sampler_state, state);
-   trace_dump_arg_end();
 
    handle = pipe->create_texture_handle(pipe, view, state);
 

Reply via email to