From bd207d6c54cca8311e2247d7897e6b398f701573 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Fri, 9 May 2025 17:22:02 -0400 Subject: [PATCH] docs/nvk: Improve the NVK docs page Part-of: --- docs/drivers/nvk.rst | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/drivers/nvk.rst b/docs/drivers/nvk.rst index a06f6097547..183d10b7f01 100644 --- a/docs/drivers/nvk.rst +++ b/docs/drivers/nvk.rst @@ -7,23 +7,21 @@ Hardware support ---------------- NVK currently supports Maxwell (some GTX 700 and 800 series, most 900 -series) and later GPUs. Kepler (GeForce 600 and 700 series) work is -currently in-progress but incomplete. Support for new GPU generations may -take up to a year after the launch of the hardware because it takes time -for Nouveau developers to get access to hardware and documentation from -NVIDIA. +series) and later GPUs up to and including Ada (RTX 4000 series). Support +for Kepler (GeForce 600 and 700 series) and Blackwell (RTX 5000 series) is +currently in-progress but incomplete. + +Conformance status: +------------------- + +NVK is a conformant Vulkan 1.4 implementation for all officially supported +GPUs. Kernel requirements ------------------- NVK requires at least a Linux 6.6 kernel -Conformance status: -------------------- - -NVK is a conformant Vulkan 1.4 implementation for all Maxwell (some GTX 700 -and 800 series, most 900 series) and later GPUs. - Debugging ---------