Skip to content

compositor: Remove desktop zoom

Derek Foreman requested to merge derekf/weston:doom_zoom into main

Zoom is a neat trick, but in its current form it's very hard to test and maintain.

It also causes output damage to scale outside of the output's boundaries, which leads to an extra clipping step that's only necessary when zoom is enabled.

Remove it to simplify desktop-shell and compositor.

Signed-off-by: Derek Foreman derek.foreman@collabora.com

Merge request reports