kwin/src/wayland/tests
Vlad Zahorodnii 6f3cb932df wayland: Rewrite wl-shm implementation
The main motivation for the rewrite is to properly port ShmClientBuffer
to our GraphicsBuffer abstractions. As is, libwayland implementation is
not suitable for our needs. We may need ShmClientBuffer to be alive when
its corresponding wl_shm_buffer resource is destroyed, for example to
play a window closing animation. With the existing api, we need to fight
libwayland. Besides that, libwayland doesn't provide a way to get
underlying pool file descriptor, which is needed to fill ShmAttributes.
2023-06-08 06:22:46 +00:00
..
CMakeLists.txt We use qt6 now 2023-05-29 13:36:59 +00:00
copyclient.cpp
dpmstest.cpp
fakeoutput.cpp wayland: Make XdgOutputV1Interface pull information from Output 2022-10-20 12:27:51 +00:00
fakeoutput.h wayland: Make XdgOutputV1Interface pull information from Output 2022-10-20 12:27:51 +00:00
paneltest.cpp build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00
pasteclient.cpp Prefer QThreadPool over QtConcurrent where we don't care about result 2023-03-27 10:00:22 +03:00
plasmasurfacetest.cpp
renderingservertest.cpp wayland: Rewrite wl-shm implementation 2023-06-08 06:22:46 +00:00
shadowtest.cpp
subsurfacetest.cpp
touchclienttest.cpp build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00
touchclienttest.h
waylandservertest.cpp wayland: Make OutputInterface pull information from Output 2022-10-20 06:18:30 +00:00
xdgforeigntest.cpp build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00
xdgtest.cpp build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00