From 0e04e0b146fc18a79d6b860623cdc2006f40d20a Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Thu, 12 Sep 2024 12:48:09 +0200 Subject: [PATCH] docs: document latest changes --- deploy-notes.md | 5 +++++ docs/features.md | 4 ++++ release-notes.md | 8 ++++++++ 3 files changed, 17 insertions(+) diff --git a/deploy-notes.md b/deploy-notes.md index ed0f7c57..51251bcf 100644 --- a/deploy-notes.md +++ b/deploy-notes.md @@ -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. diff --git a/docs/features.md b/docs/features.md index 4bca24ce..2409c02d 100644 --- a/docs/features.md +++ b/docs/features.md @@ -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: diff --git a/release-notes.md b/release-notes.md index 04fbaf3f..667d6dd2 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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.