summaryrefslogtreecommitdiff
path: root/src/util/driconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/driconf.h')
-rw-r--r--src/util/driconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/driconf.h b/src/util/driconf.h
index 130fb1f535b..299f55f9f3a 100644
--- a/src/util/driconf.h
+++ b/src/util/driconf.h
@@ -203,6 +203,10 @@
DRI_CONF_OPT_B(allow_draw_out_of_order, def, \
"Allow out-of-order draw optimizations. Set when Z fighting doesn't have to be accurate.")
+#define DRI_CONF_ALLOW_INCORRECT_PRIMITIVE_ID(def) \
+ DRI_CONF_OPT_B(allow_incorrect_primitive_id, def, \
+ "Allows drawing display list using merged draws (might cause invalid gl_PrimitiveID values).")
+
#define DRI_CONF_FORCE_GL_VENDOR(def) \
DRI_CONF_OPT_S(force_gl_vendor, def, "Override GPU vendor string.")