radeonsi: add radeonsi_aux_debug option for aux context debug dumps
[mesa.git] / src / gallium / drivers / radeonsi / si_debug_options.h
1 OPT_BOOL(clear_db_cache_before_clear, false, "Clear DB cache before fast depth clear")
2 OPT_BOOL(enable_nir, false, "Enable NIR")
3 OPT_BOOL(aux_debug, false, "Generate ddebug_dumps for the auxiliary context")
4
5 #undef OPT_BOOL