From edd0cb6d56dbf9192814b6f3076bedfe513675fa Mon Sep 17 00:00:00 2001 From: Mel Henning Date: Fri, 10 Oct 2025 20:22:54 -0400 Subject: [PATCH] docs/nvk: Update hardware support Reviewed-by: Emma Anholt Part-of: --- docs/drivers/nvk.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/drivers/nvk.rst b/docs/drivers/nvk.rst index 354dd955328..327a92e8e3a 100644 --- a/docs/drivers/nvk.rst +++ b/docs/drivers/nvk.rst @@ -6,10 +6,8 @@ NVK is a Vulkan driver for NVIDIA GPUs. Hardware support ---------------- -NVK currently supports Maxwell (some GTX 700 and 800 series, most 900 -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. +NVK currently supports Kepler (GeForce 600 and 700 series) and later GPUs up to +and including Blackwell (RTX 5000 series). Conformance status: ------------------- @@ -23,7 +21,7 @@ OpenGL support through Zink: Starting with Mesa 25.1, all Turing (RTX 2000 series and GTX 16xx) and later GPUs will get NVK+Zink as their OpenGL implementation by default instead of the old Nouveau GL driver. NVK+Zink is a conformant OpenGL 4.6 -implementation. +implementation. The Nouveau GL driver is no longer supported on these cards. Kernel requirements -------------------