Enable Blur by default for SandyBridge

REVIEW: 103852
This commit is contained in:
Martin Gräßlin 2012-02-04 11:23:04 +01:00
parent 139c5bf58b
commit 05cd97c746

View file

@ -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)