radeonsi: remove the always_nir option
[mesa.git] / src / gallium / drivers / radeonsi / si_debug_options.h
index 9fdb0bc5dadaa6e41d7225ac01acbaeff55dc458..d6cb315763250328e332e739957fe0fdf29d9a05 100644 (file)
@@ -7,6 +7,5 @@ OPT_BOOL(debug_disassembly, false, "Report shader disassembly as part of driver
 OPT_BOOL(halt_shaders, false, "Halt shaders at the start (will hang)")
 OPT_BOOL(vs_fetch_always_opencode, false, "Always open code vertex fetches (less efficient, purely for testing)")
 OPT_BOOL(prim_restart_tri_strips_only, false, "Only enable primitive restart for triangle strips")
-OPT_BOOL(disable_ngg, false, "Unconditionally disable NGG (gfx10+)")
 
 #undef OPT_BOOL