https://bugs.kde.org/show_bug.cgi?id=428089
Bug ID: 428089
Summary: Restarting compositing breaks existing EGLStreams
Product: kwin
Version: git master
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: wayland-generic
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
In some cases, kwin has to restart compositing. For example, one such case is
where user settings have changed.
Unfortunately, it also means that kwin needs to destroy window pixmaps, which
means that all existing EGLStreams will transition into the "disconnected"
state (because the consumer texture has been destroyed).
STEPS TO REPRODUCE
1. Change any compositing settings.
OBSERVED RESULT
Applications that use EGL have no any contents
EXPECTED RESULT
Applications that use EGL look the same before and after a compositing restart
--
You are receiving this mail because:
You are watching all bug changes.