Skip to content

backend-drm: avoid rendering when possible

Michael Olbrich requested to merge mol/weston:render into master

There are multiple cases where force_renderer is set to true when that's actually not necessary.

Change and reorder the conditions to avoid that.

Merge request reports