refi64 / rpms / mesa

Forked from rpms/mesa 3 years ago
Clone
4938b1e
commit 532d2051245a1d8afe7ca236f1d966d555bb121a
4938b1e
Author: Dave Airlie <airlied@linux.ie>
4938b1e
Date:   Fri Sep 12 17:21:25 2008 +1000
4938b1e
4938b1e
    Revert "intel: sync to vblank by default"
4938b1e
    
4938b1e
    This reverts commit e9bf3e4cc9a7e4bcd4c45bd707541d26ecdf0409.
4938b1e
4938b1e
diff --git a/src/mesa/drivers/dri/intel/intel_screen.c b/src/mesa/drivers/dri/intel/intel_screen.c
4938b1e
index c193830..f02192d 100644
4938b1e
--- a/src/mesa/drivers/dri/intel/intel_screen.c
4938b1e
+++ b/src/mesa/drivers/dri/intel/intel_screen.c
4938b1e
@@ -55,7 +55,7 @@ PUBLIC const char __driConfigOptions[] =
4938b1e
    DRI_CONF_BEGIN
4938b1e
    DRI_CONF_SECTION_PERFORMANCE
4938b1e
       DRI_CONF_FTHROTTLE_MODE(DRI_CONF_FTHROTTLE_IRQS)
4938b1e
-      DRI_CONF_VBLANK_MODE(DRI_CONF_VBLANK_ALWAYS_SYNC)
4938b1e
+      DRI_CONF_VBLANK_MODE(DRI_CONF_VBLANK_DEF_INTERVAL_0)
4938b1e
       /* Options correspond to DRI_CONF_BO_REUSE_DISABLED,
4938b1e
        * DRI_CONF_BO_REUSE_ALL
4938b1e
        */