kwin/plugins/platforms/x11/windowed
Martin Flöser cbbe94d769 Restrict available supported compositors based on first initialized one
Summary:
On Wayland we cannot switch from OpenGL to QPainter compositor as this
would break any running OpenGL application. KWin registers it's
EGLDisplay to Wayland and without OpenGL this doesn't make sense any
more. We are not able to render OpenGL buffers in the QPainter
compositor.

While it's theoretically possible to switch from QPainter to OpenGL it
doesn't make any sense for the same reason. Any running OpenGL
application would be using llvmpipe and could not be switched to proper
OpenGL.

This change stores the selected compositing type in Platform and the
implementations can use it to restrict the supported compositors. On X11
we don't need this, all other Platforms implement the restriction. Thus
it's no longer possible to switch the backends at runtime.

Test Plan:
Adjusted tests run, no runtime test as gui doesn't support
switching to QPainter anyway.

Reviewers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D19084
2019-02-22 16:59:08 +01:00
..
CMakeLists.txt Add touch support to x11 windowed platform 2018-12-31 07:57:09 +01:00
egl_x11_backend.cpp Fix viewport on vertically stacked monitors 2017-10-25 23:13:44 +01:00
egl_x11_backend.h
logging.cpp
logging.h
scene_qpainter_x11_backend.cpp Scale QPainter x11 windowed backend 2017-03-29 20:53:22 +01:00
scene_qpainter_x11_backend.h Move QPainter compositor into plugin 2017-09-01 17:44:49 +02:00
x11.json SVN_SILENT made messages (.desktop file) - always resolve ours 2018-12-24 05:25:01 +01:00
x11windowed_backend.cpp Add touch support to x11 windowed platform 2018-12-31 07:57:09 +01:00
x11windowed_backend.h Restrict available supported compositors based on first initialized one 2019-02-22 16:59:08 +01:00