| Summary: | [Regression][Bisected] Choppy fullscreen using OpenGL with compositor | ||
|---|---|---|---|
| Product: | xorg | Reporter: | ValdikSS <iam> |
| Component: | Driver/intel | Assignee: | Chris Wilson <chris> |
| Status: | RESOLVED NOTOURBUG | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
| Severity: | normal | ||
| Priority: | medium | CC: | luiorpe1 |
| Version: | unspecified | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
ValdikSS
2014-06-22 09:14:09 UTC
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;
(In reply to comment #1) Thanks! Filled bug to KDE bugtracker https://bugs.kde.org/show_bug.cgi?id=336589 |
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.