wlroots/include
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
..
backend backend/drm: add test_only arg to wlr_drm_interface.crtc_commit 2021-07-09 15:31:19 -04:00
render render/egl: remove EGL_WL_bind_wayland_display support 2021-07-05 11:13:41 -04:00
types buffer: make enum wlr_buffer_cap public 2021-07-01 16:40:19 -04:00
util util/array: add array_remove_at 2021-07-01 10:35:39 -04:00
wlr seat: add wlr_seat_touch_{send,notify}_frame 2021-07-08 09:12:17 +02:00
xcursor xcursor: make cursor data and metadata const 2021-02-05 10:04:20 +01:00
xwayland xwm: implement _NET_CLIENT_LIST_STACKING 2021-05-31 10:41:29 +02:00
meson.build render: make GLES2 renderer optional 2021-04-17 16:39:40 +02:00