summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2021-10-29 12:09:41 -0400
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2021-11-05 14:37:25 -0400
commit810305fbed8bc4a3d729e108a89abb8060679a77 (patch)
tree6634f48e38273ecb7f2b40654ffe8bc3ba041fe8
parentd2f3aba5f0e0c25901cf7bcc636944a91bc106a2 (diff)
aux/trace: trace pipe_screen::is_format_supported better
storage_sample_count is important Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13582>
-rw-r--r--src/gallium/auxiliary/driver_trace/tr_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/driver_trace/tr_screen.c b/src/gallium/auxiliary/driver_trace/tr_screen.c
index 81eaff92f3e..643e21dae09 100644
--- a/src/gallium/auxiliary/driver_trace/tr_screen.c
+++ b/src/gallium/auxiliary/driver_trace/tr_screen.c
@@ -252,6 +252,7 @@ trace_screen_is_format_supported(struct pipe_screen *_screen,
trace_dump_arg(format, format);
trace_dump_arg(int, target);
trace_dump_arg(uint, sample_count);
+ trace_dump_arg(uint, storage_sample_count);
trace_dump_arg(uint, tex_usage);
result = screen->is_format_supported(screen, format, target, sample_count,