Merge branch 'drm' into 'master'

backend/drm: Add pixel blend mode properties

See merge request wlroots/wlroots!5312
This commit is contained in:
YaoBing Xiao 2026-05-26 16:42:14 +08:00
commit 6f130e17f3
6 changed files with 22 additions and 1 deletions

View file

@ -202,6 +202,7 @@ static struct wlr_drm_fb *drm_fb_create(struct wlr_drm_backend *drm,
fb->backend = drm;
fb->wlr_buf = buf;
fb->has_alpha = pixel_format_has_alpha(attribs.format);
wlr_addon_init(&fb->addon, &buf->addons, drm, &fb_addon_impl);
wl_list_insert(&drm->fbs, &fb->link);