Skip to content

wlr_scene: Skip direct scanout on color transform

Kenny Levinsen requested to merge kennylevinsen/wlroots:skip-scanout into master

If we need to apply a color transform to rendered content, we will not be able to use direct scanout. Explicitly skip it to not accidentally show frames lacking the color transform.

Merge request reports