Mesa 26.3 Adds Vulkan Video Support for NVK Driver
The latest major update to the open-source NVIDIA ‘NVK’ Vulkan driver, now integrated into Mesa 26.3, introduces initial support for Vulkan Video. This feature enables H.264 decoding on compatible hardware, marking a significant milestone after years of development. The implementation faced challenges including reverse engineering NVIDIA’s video acceleration handling and adapting to Rust-based infrastructure, which delayed progress. While H.265 decoding is under development, current code only supports H.264 due to reliance on the NVIDIA GPU System Processor (GSP). This means Turing and newer GPUs will benefit from Vulkan Video support. The NVK driver’s availability depends on a Nouveau patch in Linux 7.3, highlighting the collaborative effort between kernel and user-space components. Developers can now build Mesa with NVK Vulkan Video support, offering improved performance compared to proprietary NVIDIA drivers. This release, set for Q4 2026, represents progress toward open-source GPU acceleration, though challenges remain in fully replicating proprietary capabilities.
