radeonsi: add si_debug_options for convenient adding/removing of options
[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
4 #undef OPT_BOOL