Updated
Updated · Phoronix · Jun 19
Mesa 26.2 NVK Driver Adds DLSS Support, Hidden Behind Experimental Flag
Updated
Updated · Phoronix · Jun 19

Mesa 26.2 NVK Driver Adds DLSS Support, Hidden Behind Experimental Flag

3 articles · Updated · Phoronix · Jun 19

Summary

  • Code merged into Mesa 26.2 now lets the open-source NVK Vulkan driver run DLSS-enabled games on NVIDIA GPUs.
  • VK_NVX_binary_import makes that possible by importing NVIDIA CuBIN CUDA binaries, which DLSS relies on for execution through NVK.
  • Known bugs keep the feature gated behind the NVK_EXPERIMENTAL=dlss environment variable rather than enabled by default.
  • Support also depends on compatible GPU bytecode being available, because NVK still lacks the proprietary driver’s PTX-to-bytecode path and cannot yet translate PTX into Mesa’s NIR.
  • Mesa 26.2 is due to ship as a stable release in August, making this an early but notable step for NVIDIA gaming support in the open-source stack.

Insights

Is NVIDIA's DLSS support a gift to Linux gaming or a Trojan horse for its proprietary ecosystem?
Could this breakthrough run NVIDIA’s AI ecosystem on open-source drivers, not just DLSS?
Does injecting NVIDIA’s proprietary 'black box' code into open drivers create an unavoidable new security risk?