diff options
author | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-05-28 14:22:50 +0200 |
---|---|---|
committer | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-05-28 14:22:50 +0200 |
commit | 2c004a4bece706c590f5ab03432d2aa65d6d0263 (patch) | |
tree | 27936f5ecbf6136312056691f2a338fb1fef9201 | |
parent | 4b1f382e13ba2d8ad08bdf8dac1738ad1d22acf3 (diff) |
i915: DriConfigOptions started complaining on this line
-rw-r--r-- | src/gallium/winsys/dri/intel/intel_screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/winsys/dri/intel/intel_screen.c b/src/gallium/winsys/dri/intel/intel_screen.c index 58bebbe972..429a2cf8f8 100644 --- a/src/gallium/winsys/dri/intel/intel_screen.c +++ b/src/gallium/winsys/dri/intel/intel_screen.c @@ -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; |