i915: DriConfigOptions started complaining on this line
authorJakob Bornecrantz <jakob@tungstengraphics.com>
Wed, 28 May 2008 12:22:50 +0000 (14:22 +0200)
committerJakob Bornecrantz <jakob@tungstengraphics.com>
Wed, 28 May 2008 12:22:50 +0000 (14:22 +0200)
src/gallium/winsys/dri/intel/intel_screen.c

index 58bebbe..429a2cf 100644 (file)
@@ -50,11 +50,11 @@ PUBLIC const char __driConfigOptions[] =
    DRI_CONF_FTHROTTLE_MODE(DRI_CONF_FTHROTTLE_IRQS)
    DRI_CONF_VBLANK_MODE(DRI_CONF_VBLANK_DEF_INTERVAL_0)
    DRI_CONF_SECTION_END DRI_CONF_SECTION_QUALITY
-   DRI_CONF_FORCE_S3TC_ENABLE(false)
+//   DRI_CONF_FORCE_S3TC_ENABLE(false)
    DRI_CONF_ALLOW_LARGE_TEXTURES(1)
    DRI_CONF_SECTION_END DRI_CONF_END;
 
-const uint __driNConfigOptions = 4;
+const uint __driNConfigOptions = 3;
 
 #ifdef USE_NEW_INTERFACE
 static PFNGLXCREATECONTEXTMODES create_context_modes = NULL;