1
0
Fork 0
forked from wry/wry

Merge pull request #437 from mahkoh/jorth/hdr-docs

docs: fix color management docs
This commit is contained in:
mahkoh 2025-04-22 23:59:21 +02:00 committed by GitHub
commit fd46fbbbd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.