kwin: Enable loose binding with the Intel driver

This commit is contained in:
Fredrik Höglund 2012-10-07 14:14:15 +02:00
parent 58ed2e9a75
commit e262d4fde6

View file

@ -726,6 +726,7 @@ void GLPlatform::detect()
m_supportsGLSL = false;
m_limitedGLSL = m_supportsGLSL && m_chipClass < I965;
m_looseBinding = true;
}
#ifdef KWIN_HAVE_OPENGLES