Collabora developers have initiated a Valve-sponsored project to port the open-source AMD Radeon RADV Vulkan driver from Linux Mesa to Windows, creating a community-driven alternative to proprietary graphics stacks. According to project details, the effort builds on 2024 experiments by Faith Ekstrand and has already achieved a working state for Counter-Strike 2.
Understanding RADV and Graphics Driver Architecture
The RADV driver functions as a user-mode Vulkan implementation designed for modern Radeon graphics cards. Within standard driver stacks, this user-mode component must communicate directly with a kernel-mode driver, which then interfaces with the physical hardware. Both Linux and Windows share a similar split architecture separating user-mode operations from kernel-mode routines.
Because AMD’s proprietary kernel-mode driver remains closed-source and virtually impossible to replace completely, the RADV port does not aim to serve as a full drop-in replacement for official Windows drivers. Instead, according to developer disclosures, the initiative seeks to explore technical feasibility and demonstrate the practical value of open-source graphics infrastructure on non-Linux platforms.
Valve Sponsorship and Development History
Valve is financially backing the current porting initiative, continuing a long-running partnership with Collabora on open graphics and system architecture. Previous collaborations between the two companies include porting Arch Linux to the AArch64 architecture for use with Steam Frame hardware.
Did You Know?
Technical Milestones and Counter-Strike 2
Development of the Windows RADV port stems directly from experimental groundwork laid by Faith Ekstrand in 2024. Building on those initial concepts, engineers successfully booted and ran an initial application on the experimental driver stack: Valve’s competitive shooter, Counter-Strike 2.
Frequently Asked Questions
What is the RADV driver?
RADV is an open-source user-mode Vulkan graphics driver for modern AMD Radeon GPUs developed within the Mesa project.
Who is funding the Windows RADV port?
Valve is sponsoring Collabora developers to carry out the porting work.
Can this replace official AMD Windows drivers?
No. Because AMD’s kernel-mode driver is proprietary and cannot be replaced, RADV functions as an experimental project rather than a complete replacement for official software.
What game was first tested on the driver?
Counter-Strike 2 was successfully run using the experimental Windows port.
Join the Discussion
What are your thoughts on open-source drivers running on Windows? Share your perspective in the comments below, or subscribe to our newsletter for more graphics engineering updates.