kwin/plugins/platforms/x11/standalone
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
..
CMakeLists.txt Create screen edge through the Platform 2016-04-19 13:29:55 +02:00
edge.cpp Create screen edge through the Platform 2016-04-19 13:29:55 +02:00
edge.h Create screen edge through the Platform 2016-04-19 13:29:55 +02:00
glxbackend.cpp Move glxbackend to x11 standalone plugin 2016-04-15 07:46:02 +02:00
glxbackend.h Move glxbackend to x11 standalone plugin 2016-04-15 07:46:02 +02:00
logging.cpp [plugins/platforms] Dedicated logging category for X11 standalone platform 2016-04-12 14:48:54 +02:00
logging.h [plugins/platforms] Dedicated logging category for X11 standalone platform 2016-04-12 14:48:54 +02:00
screens_xrandr.cpp Move XRandrScreens to the x11/standalone plugin 2016-04-12 08:04:16 +02:00
screens_xrandr.h Move XRandrScreens to the x11/standalone plugin 2016-04-12 08:04:16 +02:00
x11.json SVN_SILENT made messages (.desktop file) - always resolve ours 2016-04-21 10:02:53 +00:00
x11_platform.cpp If glx is not available try to create egl backend 2016-05-17 14:25:33 +02:00
x11_platform.h Provide functionality of CompositingPrefs through Platform 2016-05-17 13:59:52 +02:00