swaywm / wlroots

A modular Wayland compositor library
https://gitlab.freedesktop.org/wlroots/wlroots/
MIT License
2.15k stars 340 forks source link

Turn off blending when surface is opaque #2000

Open emersion opened 4 years ago

emersion commented 4 years ago

When drawing a part of a surface which is opaque, we can turn off blending.


wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:

https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/2000

emersion commented 2 years ago

https://github.com/swaywm/wlroots/pull/3041 implements part of this.