Merge pull request #261 from mahkoh/jorth/docs
docs: document latest changes
This commit is contained in:
commit
4fed38f707
3 changed files with 17 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue