wlroots-hyprland/backend
Simon Ser 017555651b backend/drm: add test_only arg to wlr_drm_interface.crtc_commit
Right now callers of drm_crtc_commit need to check whether the
interface is legacy or atomic before passing the TEST_ONLY flag.
Additionally, the fallbacks for legacy are in-place in the common
code.

Add a test_only arg to the crtc_commit hook. This way, there's no
risk to pass atomic-only flags to the legacy function (add an assert
to ensure this) and all of the legacy-specific logic can be put back
into legacy.c (done in next commit).
2021-07-09 15:31:19 -04:00
..
drm backend/drm: add test_only arg to wlr_drm_interface.crtc_commit 2021-07-09 15:31:19 -04:00
headless buffer: make enum wlr_buffer_cap public 2021-07-01 16:40:19 -04:00
libinput Fix invalid uses of wl_array_for_each 2021-07-08 10:08:47 -04:00
multi backend: introduce wlr_backend_finish 2021-05-21 22:13:54 +02:00
noop backend: add output state allow-lists 2021-06-20 23:17:08 +02:00
session backend/session: use DRM_PRIMARY_MINOR_NAME 2021-06-17 00:28:04 +02:00
wayland backend/wayland: send touch frame events 2021-07-08 09:12:17 +02:00
x11 backend/x11: send touch frame events 2021-07-08 09:12:17 +02:00
backend.c backend: automatically create allocator 2021-05-21 22:13:54 +02:00
meson.build Drop RDP backend 2020-01-10 19:38:39 +01:00