wlroots-hyprland/include
Simon Ser 15d8f1806e backend/drm: introduce pending and current CRTC state
Previously, we only had the pending state (crtc->pending, crtc->mode and
crtc->active). This causes issues when a commit fails: the pending state
is left as-is, and the next commit may read stale data from it.

This will also cause issues when implementing test-only commits: we need
to rollback the pending CRTC state after a test-only commit.

Introduce separate pending and current CRTC states. Properly update the
current state after a commit.
2020-05-26 23:34:37 +02:00
..
backend backend/drm: introduce pending and current CRTC state 2020-05-26 23:34:37 +02:00
render render/texture: add width and height fields 2020-04-28 21:45:14 +02:00
types Send pointer enter/leave on capability change 2020-03-14 00:09:32 +01:00
util util: add wlr_output_destroy_safe 2020-02-17 20:52:37 +01:00
wlr xwayland: add option to disable WM 2020-05-19 22:07:47 +02:00
xcursor Add xcursor sublibrary 2017-08-07 21:13:04 -04:00
xwayland xwayland: split server 2020-05-19 22:07:47 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00