Try using OpenGL2 compositor on the Intel i915 and newer chipsets.

If it causes problem it can be still reverted

REVIEW: 117053
This commit is contained in:
Bhushan Shah 2014-03-28 22:22:16 +05:30
parent 3d9abbe6ff
commit 27deaa2d46

View file

@ -810,7 +810,7 @@ void GLPlatform::detect(OpenGLPlatformInterface platformInterface)
m_limitedGLSL = m_supportsGLSL && m_chipClass < I965;
m_looseBinding = true;
if (m_chipClass < I965) {
if (m_chipClass < I915) {
m_recommendedCompositor = XRenderCompositing;
} else {
m_recommendedCompositor = OpenGL2Compositing;