1
0
Fork 0
forked from wry/wry

docs: fix color management docs

This commit is contained in:
Julian Orth 2025-04-22 23:57:19 +02:00
parent fd1e260877
commit 785b9a0861

View file

@ -134,6 +134,10 @@ Jay supports tearing presentation for games.
Jay uses frame scheduling to achieve input latency as low as 1.5 ms. 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 ## Protocol Support
Jay supports the following wayland protocols: Jay supports the following wayland protocols:
@ -160,7 +164,7 @@ Jay supports the following wayland protocols:
| wl_shm | 2 | | | wl_shm | 2 | |
| wl_subcompositor | 1 | | | wl_subcompositor | 1 | |
| wp_alpha_modifier_v1 | 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_commit_timing_manager_v1 | 1 | |
| wp_content_type_manager_v1 | 1 | | | wp_content_type_manager_v1 | 1 | |
| wp_cursor_shape_manager_v1 | 2 | | | wp_cursor_shape_manager_v1 | 2 | |
@ -197,4 +201,3 @@ Jay supports the following wayland protocols:
[^lsaccess]: Sandboxes can restrict access to this protocol. [^lsaccess]: Sandboxes can restrict access to this protocol.
[^ts_rejected]: Seat creation is always rejected. [^ts_rejected]: Seat creation is always rejected.
[^composited]: Cursors are always composited. [^composited]: Cursors are always composited.
[^color_mng]: Only SRGB is supported.