[Bug 80349] [Regression][Bisected] Choppy fullscreen using OpenGL with compositor
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Jun 22 03:00:18 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=80349
Chris Wilson <chris at chris-wilson.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTOURBUG
--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
Kwin makes a buggy micro-optimisation:
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/20140622/d14f186a/attachment.html>
More information about the intel-gfx-bugs
mailing list