wlroots/backend/drm
Simon Ser ee5f98ad49 output: atomic mode, enabled, scale and transform
This commit makes more output properties (mode, enabled, scale and transform)
atomic. This means that they are double-buffered and only applied on commit.

Compositors now need to call wlr_output_commit after setting any of those
properties.

Internally, backends still apply properties sequentially. The behaviour should
be exactly the same as before. Future commits will update some backends to take
advantage of the atomic interface. Some backends are non-atomic by design, e.g.
the X11 backend or the legacy DRM backend.

Updates: https://github.com/swaywm/wlroots/issues/1640
2019-08-02 10:01:29 -04:00
..
atomic.c backend: drm: switch to pageflip_handler_2 2019-06-27 00:17:27 +00:00
backend.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
drm.c output: atomic mode, enabled, scale and transform 2019-08-02 10:01:29 -04:00
legacy.c backend: drm: switch to pageflip_handler_2 2019-06-27 00:17:27 +00:00
properties.c backend/drm: check format when scanning out DMA-BUF 2019-06-07 09:06:11 -04:00
renderer.c backend/drm: add basic support for direct scan-out 2019-06-07 09:06:11 -04:00
util.c backend/drm: add support for multiplanar BOs 2019-06-07 09:06:11 -04:00