Enable Blur by default for SandyBridge
REVIEW: 103852
This commit is contained in:
parent
139c5bf58b
commit
05cd97c746
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ bool BlurEffect::enabledByDefault()
|
||||||
{
|
{
|
||||||
GLPlatform *gl = GLPlatform::instance();
|
GLPlatform *gl = GLPlatform::instance();
|
||||||
|
|
||||||
if (gl->isIntel())
|
if (gl->isIntel() && gl->chipClass() < SandyBridge)
|
||||||
return false;
|
return false;
|
||||||
if (gl->driver() == Driver_Catalyst) {
|
if (gl->driver() == Driver_Catalyst) {
|
||||||
// fglrx supports only ARB shaders and those tend to crash KWin (see Bug #270818 and #286795)
|
// fglrx supports only ARB shaders and those tend to crash KWin (see Bug #270818 and #286795)
|
||||||
|
|
Loading…
Reference in a new issue