From 785b9a0861e943566656319c50467602e627c3c2 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Tue, 22 Apr 2025 23:57:19 +0200 Subject: [PATCH] docs: fix color management docs --- docs/features.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/features.md b/docs/features.md index 902cc15e..918134ba 100644 --- a/docs/features.md +++ b/docs/features.md @@ -134,6 +134,10 @@ Jay supports tearing presentation for games. Jay uses frame scheduling to achieve input latency as low as 1.5 ms. +## Color Management & HDR + +Jay supports the color management protocol and HDR10. + ## Protocol Support Jay supports the following wayland protocols: @@ -160,7 +164,7 @@ Jay supports the following wayland protocols: | wl_shm | 2 | | | wl_subcompositor | 1 | | | wp_alpha_modifier_v1 | 1 | | -| wp_color_manager_v1 | 1[^color_mng] | | +| wp_color_manager_v1 | 1 | | | wp_commit_timing_manager_v1 | 1 | | | wp_content_type_manager_v1 | 1 | | | wp_cursor_shape_manager_v1 | 2 | | @@ -197,4 +201,3 @@ Jay supports the following wayland protocols: [^lsaccess]: Sandboxes can restrict access to this protocol. [^ts_rejected]: Seat creation is always rejected. [^composited]: Cursors are always composited. -[^color_mng]: Only SRGB is supported.