kwin/platformsupport/scenes/opengl
Vlad Zagorodniy bebe81209c Port QPA away from Wayland
Summary:
So far wayland was used by internal clients to submit raster buffers
and position themselves on the screen. While we didn't have issues with
submitting raster buffers, there were some problems with positioning
task switchers. Mostly, because we had effectively two paths that may
alter geometry.

A better approach to deal with internal clients is to let our QPA use
kwin core api directly. This way we can eliminate unnecessary roundtrips
as well make geometry handling much easier and comprehensible.

The last missing piece is shadows. Both Plasma::Dialog and Breeze widget
style use platform-specific APIs to set and unset shadows. We need to
add shadows API to KWindowSystem. Even though some internal clients lack
drop-shadows at the moment, I don't consider it to be a blocker. We can
add shadows back later on.

CCBUG: 386304

Reviewers: #kwin, davidedmundson, romangg

Reviewed By: #kwin, romangg

Subscribers: romangg, kwin

Tags: #kwin

Maniphest Tasks: T9600

Differential Revision: https://phabricator.kde.org/D22810
2019-09-23 17:28:56 +03:00
..
abstract_egl_backend.cpp Port QPA away from Wayland 2019-09-23 17:28:56 +03:00
abstract_egl_backend.h Port QPA away from Wayland 2019-09-23 17:28:56 +03:00
backend.cpp Use nullptr everywhere 2019-09-19 17:48:21 +03:00
backend.h Split Compositor class in Wayland and X11 child classes 2019-08-07 21:06:53 +02:00
CMakeLists.txt [wayland] Add support for zwp_linux_dmabuf 2019-08-06 21:55:45 +02:00
drm_fourcc.h [wayland] Add support for zwp_linux_dmabuf 2019-08-06 21:55:45 +02:00
linux_dmabuf.cpp Use nullptr everywhere 2019-09-19 17:48:21 +03:00
linux_dmabuf.h [wayland] Add support for zwp_linux_dmabuf 2019-08-06 21:55:45 +02:00
swap_profiler.cpp
swap_profiler.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
texture.cpp
texture.h [platformsupport] Minor code style and class variables access changes 2019-06-27 15:22:40 +02:00