kwin/src/plugins/platforms/virtual
Vlad Zahorodnii 0f2f69ad7c Decouple window pixmaps from scene windows
One of the scene redesign goals is to make wayland surface items
re-usable. So we have the same rendering path for drag-and-drop icons,
software cursors, and window surfaces.

The biggest issue at the moment is that window pixmaps are tightly
coupled with scene windows.

This change de-couples window pixmaps from scene windows. In order to
achieve that, some architecture changes were made.

The WindowPixmap class was replaced with the SurfacePixmap class. A
surface pixmap is created by a surface item.

Under the hood, a SurfacePixmap will create a PlatformSurfaceTexture
object, which contains all the information necessary for the renderer.

The SceneOpenGLTexture class was removed. However, the GLX and the EGL
on X11 backends still mess with GLTexture's internals.
2021-05-18 09:11:24 +00:00
..
CMakeLists.txt
egl_gbm_backend.cpp Decouple window pixmaps from scene windows 2021-05-18 09:11:24 +00:00
egl_gbm_backend.h Decouple window pixmaps from scene windows 2021-05-18 09:11:24 +00:00
scene_qpainter_virtual_backend.cpp
scene_qpainter_virtual_backend.h
virtual.json
virtual_backend.cpp
virtual_backend.h
virtual_output.cpp
virtual_output.h