radeonsi: disable primitive restart for triangles for DiRT Rally
[mesa.git] / src / gallium / drivers / radeonsi / si_debug_options.h
index 0bde7910fc6f3d3573683ae3973a848703eca646..d5fe8499bb9b9233cf8200ce6bfcc26a43b11a93 100644 (file)
@@ -3,5 +3,6 @@ OPT_BOOL(enable_nir, false, "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(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")
 
 #undef OPT_BOOL