diff options
author | Eric Anholt <[email protected]> | 2009-12-26 18:43:20 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-12-28 18:51:18 -0800 |
commit | 1e4677a61f0576c32e65e9202fa08e81e1162f65 (patch) | |
tree | f0476dc113aebe46dca1002057d3cd931e480a93 /src/mesa/drivers/dri/intel/intel_screen.c | |
parent | 2515ccaf244d3a2c5f16189737a04f44f698fbeb (diff) |
intel: Remove dead fthrottle_mode option. We only do IRQ waits.
Noticed by clang.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_screen.c')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_screen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_screen.c b/src/mesa/drivers/dri/intel/intel_screen.c index 68e8db1de67..a3d676741a1 100644 --- a/src/mesa/drivers/dri/intel/intel_screen.c +++ b/src/mesa/drivers/dri/intel/intel_screen.c @@ -57,7 +57,6 @@ PUBLIC const char __driConfigOptions[] = DRI_CONF_BEGIN DRI_CONF_SECTION_PERFORMANCE - DRI_CONF_FTHROTTLE_MODE(DRI_CONF_FTHROTTLE_IRQS) DRI_CONF_VBLANK_MODE(DRI_CONF_VBLANK_ALWAYS_SYNC) /* Options correspond to DRI_CONF_BO_REUSE_DISABLED, * DRI_CONF_BO_REUSE_ALL @@ -99,7 +98,7 @@ PUBLIC const char __driConfigOptions[] = DRI_CONF_SECTION_END DRI_CONF_END; -const GLuint __driNConfigOptions = 12; +const GLuint __driNConfigOptions = 11; #ifdef USE_NEW_INTERFACE static PFNGLXCREATECONTEXTMODES create_context_modes = NULL; |