diff options
| author | Mel Henning <mhenning@darkrefraction.com> | 2025-10-10 20:22:54 -0400 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-29 20:08:39 +0000 |
| commit | edd0cb6d56dbf9192814b6f3076bedfe513675fa (patch) | |
| tree | 71b30e6ea38b796aca9f7953d5e4fb3d605d4c1f /docs | |
| parent | b92521a019bbb86107bd288714c8901603c64ff8 (diff) | |
docs/nvk: Update hardware support
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37828>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/drivers/nvk.rst | 8 |
1 files 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 ------------------- |