[Bug 80218] TearFree sometimes causes windows to not refresh properly with Kwin OpenGL compositing

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 19 02:08:14 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=80218

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> ---
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;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140619/7f03e6e0/attachment.html>


More information about the intel-gfx-bugs mailing list