Skip to content
Commit a1f8c49d authored by Michael Olbrich's avatar Michael Olbrich
Browse files

compositor: repaint backends separately



When a repaint is triggered then not all backends may have outputs that need to
be repainted.
Check which outputs will be repainted first and then repaint only the backends
that need it.
This way unnecessary repaint_begin() and repaint_flush()/repaint_cancel() can
be skipped and errors are handled for each backend separately.

Signed-off-by: default avatarMichael Olbrich <m.olbrich@pengutronix.de>
parent e5318af7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment