Summary: | SceneOpenGL::copyPixels can crash if framebufferblit is not supported | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Martin Flöser <mgraesslin> |
Component: | scene-opengl | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | crash | CC: | koukos.konstantinos |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Flöser
2013-09-05 09:34:49 UTC
commit ec059f95a1a8785ffe53d1357a52cd97056e92b6 Author: Fredrik Höglund <fredrik@kde.org> Date: Wed Mar 13 18:38:56 2013 +0100 kwin/glx: Use glBlitFramebuffer() instead of glCopyPixels() glCopyPixels(), glRasterPos() and glBitmap() are not available in a core context. Either - we introduce a branch/virtual here, or - declare" no glBlitFramebuffer and no glXCopySubBuffer" unsupported, or - enforce full scene repaints *** Bug 326321 has been marked as a duplicate of this bug. *** sceneOpengl1 is dead |