wlroots/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.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
legacy.c
libliftoff.c wlr_drm_format_set: Store formats on array 2023-05-11 18:25:52 +02:00
meson.build
monitor.c
properties.c
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