wlroots-hyprland/backend
Simon Ser 5d054258af
backend/drm: fix segfault in page_flip_handler
Since 5b1b43c68c ("backend/drm: make wlr_drm_plane.{pending,queued,current}_fb
pointers"), current_fb can be NULL if there's no buffer. If current_fb
is not NULL, current_fb->wlr_buf is guaranteed to not be NULL.

Closes: https://github.com/swaywm/wlroots/issues/2634
2021-01-12 11:41:45 +01:00
..
drm backend/drm: fix segfault in page_flip_handler 2021-01-12 11:41:45 +01:00
headless render/egl: remove surface and buffer age args from make_current 2021-01-12 11:31:04 +01:00
libinput backend/session: replace session_signal with events.active 2020-11-19 22:47:49 +01:00
multi backend/multi: handle backends depending on each other properly 2020-05-02 19:36:03 +02:00
noop noop: listen to display destroy and destroy the backend 2020-12-31 20:34:36 +01:00
session backend/session: allow wlr_session_find_gpus to return an error 2021-01-04 19:46:44 +01:00
wayland render/egl: remove surface and buffer age args from make_current 2021-01-12 11:31:04 +01:00
x11 render/egl: remove surface and buffer age args from make_current 2021-01-12 11:31:04 +01:00
backend.c backend/session: allow wlr_session_find_gpus to return an error 2021-01-04 19:46:44 +01:00
meson.build Drop RDP backend 2020-01-10 19:38:39 +01:00