i965: Add a driconf option to disable flush throttling.
[mesa.git] / src / mesa / drivers / dri / intel / intel_screen.c
index 32e92594c0821fe8c976d7ef76b0f8a7bb9ad982..3ca10c8e5348e0a789b6d9bb9934c6c0a0952fb6 100644 (file)
@@ -80,6 +80,7 @@ PUBLIC const char __driConfigOptions[] =
      DRI_CONF_NO_RAST(false)
      DRI_CONF_ALWAYS_FLUSH_BATCH(false)
      DRI_CONF_ALWAYS_FLUSH_CACHE(false)
+     DRI_CONF_DISABLE_THROTTLING(false)
      DRI_CONF_FORCE_GLSL_EXTENSIONS_WARN(false)
      DRI_CONF_DISABLE_GLSL_LINE_CONTINUATIONS(false)
      DRI_CONF_DISABLE_BLEND_FUNC_EXTENDED(false)
@@ -94,7 +95,7 @@ PUBLIC const char __driConfigOptions[] =
    DRI_CONF_SECTION_END
 DRI_CONF_END;
 
-const GLuint __driNConfigOptions = 16;
+const GLuint __driNConfigOptions = 17;
 
 #include "intel_batchbuffer.h"
 #include "intel_buffers.h"