You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
almost 3 months have passed since @driver1998 released his great guide (US-EN/ZH-CN) on how to retrofit older Snapdragon SoCs with graphics drivers for the Vulkan API.
The basics remain (the transfusion comes from the SD Elite's graphics drivers package), however there were some developments worth mentioning:
THE BAD - Qualcomm stopped / blocked the usage of the Vulkan ICD on older Snapdragon SoCs (back in April starting with v31.0.53)
No more hunting for the vulkan-1.dll, it's included
The accompanying command line tool vulkaninfo.exe, can display and export the supported Vulkan feature palett
THE UGLY - The few Vulkan applications I have tested so far (tech demos, benchmarks & games), produced mixed results - so there is no way around meticulous testing
Last but not least, let's gather additional information and compile a compatibility chart:
GPU
SoC
Vulkan_status
Vulkan_extensions
Adreno 685
Snapdragon 8cx Gen2
✅
77
Adreno 642L
Snapdragon 7c+ Gen3
✅
87
Adreno 630
Snapdragon 850
❌
0
Adreno 618
Snapdragon 7c Gen2
❌
0
Adreno 618
Snapdragon 7c Gen1
❌
0
The text was updated successfully, but these errors were encountered:
After ugprading to Windows 11 version 24H2 (build 26100) you might lose the Vulkan capability.
The culprit is the OpenGL Compatibility Pack (MS store / GitHub), which lately also contains a Vulkan to Direct3D12 wrapper called Dozen (part of the Mesa 3D project).
Unfortunately Dozen is not working / not enabled for pre Snapdragon 8cx Gen 3 SoCs, but overrides and thus breaks the above-mentioned manual but native Vulkan driver installation.
There are two options to remedy this:
Uninstall the whole Compatibility Pack (NOT recommended as you will lose the OpenGL driver functionality)
Deactivate Dozen (only the Vulkan part of the Compatibility Pack):
Take ownership of the following hidden folder (to gain full access rights):
Dear @jenatali , please introduce a wrapper switch (for OGL, OCL & VK compatibility), accessible through the Windows settings' apps section in order to make steps 1 & 2 obsolete.
Greetings fellow windowed ARMenians,
almost 3 months have passed since @driver1998 released his great guide (US-EN/ZH-CN) on how to retrofit older Snapdragon SoCs with graphics drivers for the Vulkan API.
The basics remain (the transfusion comes from the SD Elite's graphics drivers package), however there were some developments worth mentioning:
qcvkarm64xum.dll
will remedy this in the future 🤞vulkan-1.dll
, it's includedvulkaninfo.exe
, can display and export the supported Vulkan feature palettLast but not least, let's gather additional information and compile a compatibility chart:
The text was updated successfully, but these errors were encountered: