Unverified Commit 09c2c8c9 authored by Maíra Canal's avatar Maíra Canal Committed by Maíra Canal
Browse files

drm/vkms: drop full alpha blending TODO



Now that VKMS supports full alpha blending on all planes, drop the
"ARGB format on primary plane" and "Full alpha blending on all planes"
tasks from the TODO list.

Signed-off-by: default avatarMaíra Canal <mcanal@igalia.com>
Reviewed-by: default avatarMelissa Wen <mwen@igalia.com>
Reviewed-by: default avatarArthur Grillo <arthurgrillo@riseup.net>
Signed-off-by: default avatarMaíra Canal <mairacanal@riseup.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20230420232228.273340-2-mcanal@igalia.com
parent a03f0285
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -118,13 +118,8 @@ Add Plane Features

There's lots of plane features we could add support for:

- ARGB format on primary plane: blend the primary plane into background with
  translucent alpha.

- Add background color KMS property[Good to get started].

- Full alpha blending on all planes.

- Rotation, scaling.

- Additional buffer formats, especially YUV formats for video like NV12.