From ca95adf8ff0986ae4b40aeb9afb13e02f7e88f98 Mon Sep 17 00:00:00 2001 From: Nicolai Hähnle Date: Thu, 14 Mar 2019 09:51:43 +0100 Subject: radeonsi: add radeonsi_aux_debug option for aux context debug dumps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enabling this option will create ddebug-style dumps for the aux context, except that instead of intercepting the pipe_context layer we just dump the IB contents on flush. Reviewed-by: Marek Olšák --- src/gallium/drivers/radeonsi/si_debug_options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/radeonsi/si_debug_options.h') diff --git a/src/gallium/drivers/radeonsi/si_debug_options.h b/src/gallium/drivers/radeonsi/si_debug_options.h index 165dba8baf5..f4c3e19ed95 100644 --- a/src/gallium/drivers/radeonsi/si_debug_options.h +++ b/src/gallium/drivers/radeonsi/si_debug_options.h @@ -1,4 +1,5 @@ OPT_BOOL(clear_db_cache_before_clear, false, "Clear DB cache before fast depth clear") OPT_BOOL(enable_nir, false, "Enable NIR") +OPT_BOOL(aux_debug, false, "Generate ddebug_dumps for the auxiliary context") #undef OPT_BOOL -- cgit v1.2.3