1
0
Fork 0
forked from wry/wry

Merge pull request #261 from mahkoh/jorth/docs

docs: document latest changes
This commit is contained in:
mahkoh 2024-09-12 12:54:24 +02:00 committed by GitHub
commit 4fed38f707
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View file

@ -1,5 +1,10 @@
# Unreleased
- Needs jay-algorithms release.
- Needs jay-config release.
- Needs jay-toml-config release.
- Needs jay-compositor release.
# 1.5.0
- Needs jay-config release.

View file

@ -130,6 +130,10 @@ Jay supports adaptive sync with configurable cursor refresh rates.
Jay supports tearing presentation for games.
## Low Input Latency
Jay uses frame scheduling to achieve input latency as low as 1.5 ms.
## Protocol Support
Jay supports the following wayland protocols:

View file

@ -1,5 +1,13 @@
# Unreleased
- Various bugfixes.
- Improve compatibility Nvidia hardware.
- Implement format negotiation for screencasts.
- Allow configuring 6, 8, or 10 bit framebuffer formats.
- Upload shm textures on a separate thread in the Vulkan renderer.
- Disable implicit sync in KMS.
- Implement frame scheduling for KMS.
# 1.5.0 (2024-09-02)
- Add fine-grained damage tracking.