aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_debug_options.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2020-01-03 23:15:27 -0500
committerMarek Olšák <[email protected]>2020-01-06 15:57:20 -0500
commit420fe1e7f9ef56177c8f45e98e057488a2b57646 (patch)
treeb672598dfc95bc48449817d7f87951204a7c45ab /src/gallium/drivers/radeonsi/si_debug_options.h
parente5167a9276de1f383888714b41d3a9be2b9c1da9 (diff)
radeonsi: remove TGSI
Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_debug_options.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_debug_options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_debug_options.h b/src/gallium/drivers/radeonsi/si_debug_options.h
index 7ba835acf84..9a0dd0c9f78 100644
--- a/src/gallium/drivers/radeonsi/si_debug_options.h
+++ b/src/gallium/drivers/radeonsi/si_debug_options.h
@@ -1,5 +1,4 @@
OPT_BOOL(clear_db_cache_before_clear, false, "Clear DB cache before fast depth clear")
-OPT_BOOL(enable_nir, true, "Enable NIR")
OPT_BOOL(aux_debug, false, "Generate ddebug_dumps for the auxiliary context")
OPT_BOOL(sync_compile, false, "Always compile synchronously (will cause stalls)")
OPT_BOOL(dump_shader_binary, false, "Dump shader binary as part of ddebug_dumps")