wlroots-hyprland/backend/drm
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
..
atomic.c backend/drm: add libliftoff interface 2023-02-20 18:38:57 +01:00
backend.c wlr_drm_format_set: Store formats on array 2023-05-11 18:25:52 +02:00
drm.c wlr_drm_format: Rework wlr_drm_format_intersect 2023-05-11 18:24:43 +02:00
gen_pnpids.sh backend/drm: use libdisplay-info to parse EDID 2023-02-28 14:44:02 +00:00
legacy.c backend/drm: store pending FB in state 2022-12-07 17:45:59 +01:00
libliftoff.c wlr_drm_format_set: Store formats on array 2023-05-11 18:25:52 +02:00
meson.build backend/drm: use libdisplay-info for CVT mode generation 2023-02-28 14:44:02 +00:00
monitor.c backend/drm: add wlr_drm_backend_monitor 2021-12-13 14:55:16 +01:00
properties.c backend/drm: set "max bpc" to the max 2022-06-19 16:55:36 +00:00
renderer.c drm_plane_pick_render_format: return false if no format could be found 2023-05-17 18:24:20 +00:00
util.c backend/drm: fix di_info memory leak 2023-05-08 10:16:25 +08:00