aux/trace: fix bindless texture dumping

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23971>
(cherry picked from commit 46b488151f)
This commit is contained in:
Mike Blumenkrantz 2023-07-03 09:34:39 -04:00 committed by Eric Engestrom
parent 6453019667
commit d766ffcc24
2 changed files with 1 additions and 3 deletions

View file

@ -4036,7 +4036,7 @@
"description": "aux/trace: fix bindless texture dumping",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},

View file

@ -2181,9 +2181,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);