Summary: | TearFree sometimes causes windows to not refresh properly with Kwin OpenGL compositing | ||
---|---|---|---|
Product: | xorg | Reporter: | Ildar Nurislamov <absorbb> |
Component: | Driver/intel | Assignee: | Chris Wilson <chris> |
Status: | RESOLVED NOTOURBUG | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Ildar Nurislamov
2014-06-19 08:31:00 UTC
Actually it seems that problem is not reproducible with kwin vsync off. It ... It lowers significance It's a bug in Kwin. They ignore notifications that the buffers change. diff --git a/kwin/libkwineffects/kwinglplatform.cpp b/kwin/libkwineffects/kwinglplatform.cpp index ae2f459..c41b9df 100644 --- a/kwin/libkwineffects/kwinglplatform.cpp +++ b/kwin/libkwineffects/kwinglplatform.cpp @@ -808,7 +808,6 @@ void GLPlatform::detect(OpenGLPlatformInterface platformInterface) m_supportsGLSL = false; m_limitedGLSL = m_supportsGLSL && m_chipClass < I965; - m_looseBinding = true; if (m_chipClass < I915) { m_recommendedCompositor = XRenderCompositing; |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.