radeonsi: add workaround for issue 2647
[mesa.git] / src / gallium / drivers / radeonsi / si_debug_options.h
index 83c7425e09466e86f2fd50f0bba8618bd3d1fa75..bf4329ad803540fcd9dccab57bfb7a7bd0f2e3a7 100644 (file)
@@ -7,5 +7,6 @@ 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(no_infinite_interp, false, "Kill PS with infinite interp coeff")
 
 #undef OPT_BOOL