Skip to content

wayland: Don't force a bpp of 24 for desktop windows

Vlad Zahorodnii requested to merge work/desktop-bpp into master

plasmashell provides the compositor buffers with an alpha channel and without indicating the opaque region. Given that, kwin forces a bpp of 24 for desktop windows to improve performance. Unfortunately, there are legit cases where plasma may attach a buffer that is not fully opaque, for example when switching between activities.

BUG: 423545 BUG: 421237

Merge request reports