Skip to content
Commit 27d2a4cf authored by Michael Olbrich's avatar Michael Olbrich Committed by Daniel Stone
Browse files

libweston: don't reset the plane for views from other outputs



The paint_node_z_order_list contains all views, not just the ones visible on the
current output. So all views are moved to the primary plane when one output
does not support planes.

This will be relevant with multiple backends: When an output without plane
support is rendered then the views of all other outputs are removed from
the current planes and the corresponding outputs will be repainted
unnecessarily.

So only reset the plane if the view is actually on the current output.

Signed-off-by: default avatarMichael Olbrich <m.olbrich@pengutronix.de>
parent 2badd284
Loading
Loading
Loading
Pipeline #648115 passed with stages
in 3 minutes and 10 seconds
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