pal1000 / mesa-dist-win

Pre-built Mesa3D drivers for Windows
MIT License
860 stars 77 forks source link

Can RADV vulkan driver run on Windows? #138

Closed zouwen4321 closed 1 year ago

zouwen4321 commented 1 year ago

I compile radv_vulkan.dll success, but can not find suitable device when run vulkan benchmark. My PC has AMD 6800 GPU.

pal1000 commented 1 year ago

Unfortunately no. Only ACO compiler works in off-screen rendering mode and that's all as there is no WSI WDDM support implemented and probably never will. That''s why I dropped it from release package at the suggestion of @zmike in #103. I imagine you patched buildscript\modules\mesa3d.cmd to re-enable it.

zouwen4321 commented 1 year ago

Thank you.