Skip to content

libweston: Don't add frame callbacks from occluded paint nodes

Marius Vlad requested to merge mvlad/weston:wip/mvlad/dont-send-frame-cbs into main

This changes the callback frame list insertion after paint node late update takes place in order for to the visibily region to be modified.

This has two implication: occluded clients should not get frame callbacks any more and we can reset the instant frame rates.

Signed-off-by: Marius Vlad marius.vlad@collabora.com

Merge request reports