pal1000 / mesa-dist-win

Pre-built Mesa3D drivers for Windows
MIT License
864 stars 78 forks source link

RADV not working with vulkaninfo? #100

Closed kleinermob closed 2 years ago

kleinermob commented 2 years ago

CMD: C:\Users\Raja\Desktop>set VK_ICD_FILENAMES="C:\Users\Raja\Downloads\mesa3d-22.1.0-rc3-release-mingw\x64\radeon_icd.x86_64.json"

C:\Users\Raja\Desktop>vulkaninfo | findstr GPU Cannot create Vulkan instance. This problem is often caused by a faulty installation of the Vulkan driver or attempting to use a GPU that does not support Vulkan. ERROR at c:\j\msdk\build\khronos-tools\repo\vulkaninfo\vulkaninfo.h:649:vkCreateInstance failed with ERROR_INCOMPATIBLE_DRIVER

kleinermob commented 2 years ago

after setting both 32 and 64bit jsons i get this:

C:\Users\Raja\Desktop>set VK_ICD_FILENAMES=C:\Users\Raja\Downloads\mesa3d-22.1.0-rc3-release-mingw\x86\radeon_icd.x86.json;C:\Users\Raja\Downloads\mesa3d-22.1.0-rc3-release-mingw\x64\radeon_icd.x86_64.json

C:\Users\Raja\Desktop>vulkaninfo ERROR: [Loader Message] Code 0 : setup_loader_term_phys_devs: Failed to detect any valid GPUs in the current config ERROR: [Loader Message] Code 0 : setup_loader_tramp_phys_devs: Failed during dispatch call of 'vkEnumeratePhysicalDevices' to lower layers or loader to get count. ERROR at c:\j\msdk\build\khronos-tools\repo\vulkaninfo\vulkaninfo.h:230:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED

pal1000 commented 2 years ago

Lack of WSI for RADV on Windows hits hard.

pal1000 commented 2 years ago

Also, see #103.