Skip to content
Snippets Groups Projects
Commit e74f2897 authored by Derek Foreman's avatar Derek Foreman Committed by Marius Vlad
Browse files

libweston: Clip damage to paint node visible region


commit 79212ba9 fixed a bug by
introducing a new one.

Before that point we could clip paint node damage to stale
visibility data. After that point we post damage for occluded
views, leading to large amounts of pointless drawing.

Add back the clip to visible region, in
weston_output_flush_damage_for_plane(), where we have up to date
visibility region information.

fixes 79212ba9

Signed-off-by: default avatarDerek Foreman <derek.foreman@collabora.com>
parent 3f919e3d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment