48e69b77d9
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. Reviewers: #plasma Subscribers: plasma-devel Projects: #plasma Differential Revision: https://phabricator.kde.org/D1581 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
edge.cpp | ||
edge.h | ||
glxbackend.cpp | ||
glxbackend.h | ||
logging.cpp | ||
logging.h | ||
screens_xrandr.cpp | ||
screens_xrandr.h | ||
x11.json | ||
x11_platform.cpp | ||
x11_platform.h |