diff options
author | Nicolai Hähnle <[email protected]> | 2019-03-14 09:51:43 +0100 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2019-04-25 12:35:27 +0200 |
commit | ca95adf8ff0986ae4b40aeb9afb13e02f7e88f98 (patch) | |
tree | abfdec4832b6922262669a3909478a0743abae8c /src/gallium/drivers/radeonsi/si_debug_options.h | |
parent | fea3dcb844af03231f7aa6d1ede93a7733733641 (diff) |
radeonsi: add radeonsi_aux_debug option for aux context debug dumps
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 <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_debug_options.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_debug_options.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |