aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorMaíra Canal <mcanal@igalia.com>2023-04-20 20:22:28 -0300
committerMaíra Canal <mairacanal@riseup.net>2023-04-26 17:25:14 -0300
commit09c2c8c94b3d3b3c259b05bdd5f67f3a0a8e2063 (patch)
tree6477b3532fbdf03a91c3d5df755cb8b3b3138fd4 /Documentation/gpu
parenta03f028542779fbdb0130b6a5e15445c94a859e8 (diff)
downloadlinux-09c2c8c94b3d3b3c259b05bdd5f67f3a0a8e2063.tar.gz
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: Maíra Canal <mcanal@igalia.com> Reviewed-by: Melissa Wen <mwen@igalia.com> Reviewed-by: Arthur Grillo <arthurgrillo@riseup.net> Signed-off-by: Maíra Canal <mairacanal@riseup.net> Link: https://patchwork.freedesktop.org/patch/msgid/20230420232228.273340-2-mcanal@igalia.com
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/vkms.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst
index 49db221c0f5284..0f599c89761482 100644
--- a/Documentation/gpu/vkms.rst
+++ b/Documentation/gpu/vkms.rst
@@ -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.