kwin/plugins/platforms
Martin Gräßlin 48e69b77d9 If glx is not available try to create egl backend
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
2016-05-17 14:25:33 +02:00
..
drm add override to bufferForScreen 2016-05-02 14:50:23 +02:00
fbdev
hwcomposer [platforms/hwcomposer] Remove integration with VirtualTerminal 2016-04-22 14:18:56 +02:00
virtual
wayland
x11 If glx is not available try to create egl backend 2016-05-17 14:25:33 +02:00
CMakeLists.txt