From 810305fbed8bc4a3d729e108a89abb8060679a77 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 29 Oct 2021 12:09:41 -0400 Subject: [PATCH] aux/trace: trace pipe_screen::is_format_supported better storage_sample_count is important Reviewed-by: Ilia Mirkin Part-of: --- src/gallium/auxiliary/driver_trace/tr_screen.c | 1 + 1 file changed, 1 insertion(+) 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,