docs: document latest changes
This commit is contained in:
parent
f4da029166
commit
0e04e0b146
3 changed files with 17 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- Needs jay-algorithms release.
|
||||||
|
- Needs jay-config release.
|
||||||
|
- Needs jay-toml-config release.
|
||||||
|
- Needs jay-compositor release.
|
||||||
|
|
||||||
# 1.5.0
|
# 1.5.0
|
||||||
|
|
||||||
- Needs jay-config release.
|
- Needs jay-config release.
|
||||||
|
|
|
||||||
|
|
@ -130,6 +130,10 @@ Jay supports adaptive sync with configurable cursor refresh rates.
|
||||||
|
|
||||||
Jay supports tearing presentation for games.
|
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
|
## Protocol Support
|
||||||
|
|
||||||
Jay supports the following wayland protocols:
|
Jay supports the following wayland protocols:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Unreleased
|
# 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)
|
# 1.5.0 (2024-09-02)
|
||||||
|
|
||||||
- Add fine-grained damage tracking.
|
- Add fine-grained damage tracking.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue