Stefan
Stefan
WSA+Tencent App Store rumor https://winfuture.de/news,143107.html
You can build the guest driver from this MR [Draft: virgl/win: Virtio GPU 3D acceleration for windows ](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24223) But i didn't understand how the host works...
Almost there in the new archive, this forum ate a backslash. Windows insists on a dot and 2 backslashes `"library_path": ".\\vulkan_lvp.dll"` Also i added a batch file in the same...
I'm not sure why my system is picky with the library_path Looks like there is VK_ADD_DRIVER_FILES and VK_DRIVER_FILES which is equal to VK_ICD_FILENAMES according to https://vulkan.lunarg.com/doc/view/1.3.211.0/linux/LoaderDriverInterface.html#user-content-overriding-the-default-driver-discovery I think i have...
You stranded at the wrong place. Linux exclusive NVK driver can be found at https://launchpad.net/~ernstp/+archive/ubuntu/mesaaco
Double-checked on GeForce 840M. Close enough i guess. 
> The first commit is a bug fixes for tests. > > The second commit changes the order of PhysicalDevices to match the order of ICDs and updates the tests...
Launch Blender in debug mode to hopefully get some hints: `blender_debug_gpu.cmd`
setx /m MESA_GL_VERSION_OVERRIDE 4.6 setx /m MESA_GLSL_VERSION_OVERRIDE 460 copy latest WARP runtime from https://www.nuget.org/packages/Microsoft.Direct3D.WARP next to target application. Is there no native driver for your mystery GPU?
Building 32 bit binaries with MSVC is broken for me since https://gitlab.freedesktop.org/mesa/mesa/-/tree/ae75b59cb526eff5de906726b105e33258a283cf 64 bit binaries building OK Actual error: _\src\mesa\main/glthread.h(408): error C2373: "_mesa_InternalReleaseBufferMESA"_ Can s.o. double-check? EDIT: i filed a...