kwin/backends/wayland
Martin Gräßlin 2220ae44c4 Create a plugin for each of the wayland backends
Each of the backends becomes a plugin. This allows kwin_wayland to load
the requested plugin and kwin itself doesn't need to link all the
libraries needed. E.g. libdrm is no longer linked if running kwin_x11.
Also this allows to create backends for the non-standard EGL platforms
(examples could be raspberrypi or Android devices).
2015-05-06 10:31:39 +02:00
..
CMakeLists.txt Create a plugin for each of the wayland backends 2015-05-06 10:31:39 +02:00
egl_wayland_backend.cpp [wayland] Dedicate logging category for each of the backends 2015-05-05 17:47:03 +02:00
egl_wayland_backend.h [wayland] Move backend implementations into a backends/<name> directory 2015-05-05 13:05:37 +02:00
logging.cpp [wayland] Dedicate logging category for each of the backends 2015-05-05 17:47:03 +02:00
logging.h [wayland] Dedicate logging category for each of the backends 2015-05-05 17:47:03 +02:00
scene_qpainter_wayland_backend.cpp [wayland] Dedicate logging category for each of the backends 2015-05-05 17:47:03 +02:00
scene_qpainter_wayland_backend.h [wayland] Move WaylandQPainterBackend into backends/wayland 2015-05-05 15:13:36 +02:00
screens_wayland.cpp [wayland] Dedicate logging category for each of the backends 2015-05-05 17:47:03 +02:00
screens_wayland.h [wayland] Move backend implementations into a backends/<name> directory 2015-05-05 13:05:37 +02:00
wayland.json Create a plugin for each of the wayland backends 2015-05-06 10:31:39 +02:00
wayland_backend.cpp [wayland] Introduce a deviceIdentifier in AbstractBackend 2015-05-06 09:38:18 +02:00
wayland_backend.h Create a plugin for each of the wayland backends 2015-05-06 10:31:39 +02:00