graesslin created this revision. graesslin added a reviewer: Plasma. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY So far the OpenGL is unsafe check functionality in Compositor disabled OpenGL compositing if glx is not available and we are in standalone X11 mode. This is technically no longer correct for quite some time. Just because GLX is not available doesn't mean that OpenGL doesn't work. We have an EGL backend. So let's try to use that if glx is not available. This change removes the check completely from Compositor. Instead the standalone x11 plugin checks whether glx is available prior to createing the glx backend. If not available it falls through to the egl backend. REPOSITORY rKWIN KWin BRANCH fallthrough-egl-if-no-glx REVISION DETAIL https://phabricator.kde.org/D1581 AFFECTED FILES composite.cpp plugins/platforms/x11/standalone/x11_platform.cpp EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: graesslin, Plasma Cc: plasma-devel, sebas
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel