kwin: Enable loose binding with the Intel driver
This commit is contained in:
parent
58ed2e9a75
commit
e262d4fde6
1 changed files with 1 additions and 0 deletions
|
@ -726,6 +726,7 @@ void GLPlatform::detect()
|
||||||
m_supportsGLSL = false;
|
m_supportsGLSL = false;
|
||||||
|
|
||||||
m_limitedGLSL = m_supportsGLSL && m_chipClass < I965;
|
m_limitedGLSL = m_supportsGLSL && m_chipClass < I965;
|
||||||
|
m_looseBinding = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef KWIN_HAVE_OPENGLES
|
#ifdef KWIN_HAVE_OPENGLES
|
||||||
|
|
Loading…
Reference in a new issue