Mesa 26.0: RADV catapults Radeon ray tracing forward on Linux
Mesa 26.0: RADV catapults Radeon ray tracing forward on Linux
https://www.igorslab.de/en/mesa-26-0-radv-catapults-radeon-raytracing-forward-under-linux/
Publish Date: 2026-02-14 00:00:00
Source Domain: www.igorslab.de
With Mesa 26.0, the free Linux graphics stack is experiencing one of the biggest ray tracing upgrades in recent years. Anyone running a Radeon based on RDNA 3, RDNA 3.5, or RDNA 4 and using the Vulkan driver RADV will see dramatic performance gains in some cases – without the need for new hardware. This is not marketing speak, but a clear shift in the performance landscape.
75 percent in individual cases
Initial benchmarks on a Radeon RX 9070 XT show what the optimizations mean in practice:
In Desordre, ray tracing performance increases by around 75 percent. Silent Hill 2 Remake sees an increase of around 50 percent. On average, the gains range between 25 and 35 percent FPS, depending on the title. These are not cosmetic improvements, but structural effects. Even an integrated Radeon 890M based on RDNA 3.5 benefits with performance increases between 25 and 33 percent. This makes ray tracing on AMD under Linux truly competitive for the first time – at least relative to the previous status quo.
What’s happening technically
Mesa is more than just a driver package. It is the central open-source implementation for Vulkan 1.4, OpenGL 4.6, OpenGL ES 3.2, and OpenCL 3.0 on Linux. When optimizations are made here, they affect the entire graphics pipeline.
The improvements in 26.0 particularly affect:
- Optimized BVH handling paths
- Improved shader compilation
- Reduced CPU overheads in the raytracing stack
- Bug fixes for GFX11 and GFX12 implementations
- More efficient use of hardware RT units
Eric Engestrom sums it up succinctly: Since Mesa 25.3, RADV has received significant improvements in ray tracing performance. That may sound unspectacular, but it isn’t. RADV has long been the underdog compared to proprietary Windows drivers.
Strategic importance
This isn’t just about FPS numbers. It’s about control over the graphics stack. AMD has been pursuing an open-source strategy on Linux for years. While Nvidia continues to rely heavily on proprietary…