pal1000
pal1000
I setup crosscompilation in 15121d6e and this is where I got: ```` Select Python installation 1. Python 3.8 64 bit Select Python version by entering its index from the table...
For starters I am worried that deployment tools may not function properly on Windows 10 ARM64. If you know CMD batch script you test and fix them if necessary. As...
zink on windows is mostly broken since kopper interface debut in 22.1rc1, hence the white screen which was also reported in #95 and [upstream](https://gitlab.freedesktop.org/mesa/mesa/-/issues/6337). As for graphics rendering glitches on...
Have you tested both MSVC and MinGW packages? You should report it [upstream](https://gitlab.freedesktop.org/mesa/mesa/-/issues), maybe someone can reproduce it.
The windowing system isn't in place so we are not even close to being able to replace AMD proprietary Vulkan ICD.
Most likely false positive. See also #39, #46, #51.
For starters only 32-bit executables are detected as malware, the x64 ones are not. The DLLs, which are the the most important part, are not detected at all. The executables...
You have to install [Vulkan runtime](https://vulkan.lunarg.com/sdk/home) first, then you can either point VK_ICD_FILENAMES to lavapipe JSON or create Vulkan slots to your GPU driver. See [Vulkan ICD discovery documentation](https://github.com/KhronosGroup/Vulkan-Loader/blob/master/loader/LoaderAndLayerInterface.md#icd-discovery).
You can try 21.1-rc1 MSVC package. It contains x64 lavapipe. Extract it and then follow the instructions from my last comment. Note that you won't find lavapipe in 21.0.3 or...
Unfortunately on hardware acceleration front only RADV AMD GPU Vulkan driver has Windows support, but it won't be available until 21.2 and it's not in a usable state yet.