From 05cd97c7468d16dc43b86d319edd03fd0cbbbb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sat, 4 Feb 2012 11:23:04 +0100 Subject: [PATCH] Enable Blur by default for SandyBridge REVIEW: 103852 --- effects/blur/blur.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects/blur/blur.cpp b/effects/blur/blur.cpp index 06c685450d..f192765bb1 100644 --- a/effects/blur/blur.cpp +++ b/effects/blur/blur.cpp @@ -150,7 +150,7 @@ bool BlurEffect::enabledByDefault() { GLPlatform *gl = GLPlatform::instance(); - if (gl->isIntel()) + if (gl->isIntel() && gl->chipClass() < SandyBridge) return false; if (gl->driver() == Driver_Catalyst) { // fglrx supports only ARB shaders and those tend to crash KWin (see Bug #270818 and #286795)