Skip to content

scene: set output damage during direct scan-out

Simon Ser requested to merge emersion/wlroots:scene-scanout-damage into master

This allows the backend to have access to the frame damage, as reported by the scanned-out client. Some KMS drivers can make use of it (e.g. for PSR, or optimized USB transfers in the GUD driver), and the Wayland/X11 backends forward it to the parent compositor.

Merge request reports