wlroots-hyprland/backend
Austin Shafer 0910fa9179 drm_plane_pick_render_format: return false if no format could be found
Commit 90d08f8f1c changed the way
wlr_drm_format_intersect worked, including passing in a destination
format list. This breaks scenarios where the intersection doesn't
find any matching formats, since we still have a valid destination
format set. This changes it to only return true if more than one
matching format is present in the intersection list.
2023-05-17 18:24:20 +00:00
..
drm drm_plane_pick_render_format: return false if no format could be found 2023-05-17 18:24:20 +00:00
headless backend_destroy: Similiar logic like DRM backend 2023-05-15 20:21:23 +02:00
libinput build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00
multi backend: drop wlr_backend_get_session() 2022-11-15 21:16:25 +00:00
session backend/session: make optional 2022-11-25 16:15:29 +00:00
wayland output-layer: add cropping support 2023-04-20 10:39:46 +02:00
x11 backend/x11: prevent segfault on empty DRI3 response 2022-05-01 06:13:58 +02:00
backend.c backend: move #ifdefs to nested functions 2023-02-27 11:33:52 +01:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00