Skip to content

libweston: skip view which doesn't touch the output, in compositor_accumulate_damage()

Tomohito Esaki requested to merge etom/weston:skip-not-touched-view into main

Since repaint is called for each output, a view which doesn't touch the output need to be skipped in compositor_accumulate_damage().

Merge request reports