wlroots/include/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
session backend/session: Remove session_impl 2021-04-14 23:25:07 +02:00
backend.h backend: automatically create allocator 2021-05-21 22:13:54 +02:00
headless.h backend/headless: remove swapchain 2021-06-07 15:42:38 +02:00
libinput.h backend/libinput: send touch frame events 2021-07-08 09:12:17 +02:00
multi.h Rework session handling 2018-09-24 23:35:09 +02:00
noop.h noop: listen to display destroy and destroy the backend 2020-12-31 20:34:36 +01:00
wayland.h move wlr_box from /types to /util 2021-07-06 21:43:17 +02:00
x11.h backend/x11: remove swapchain 2021-06-07 15:42:38 +02:00