pal1000

Results 288 comments of pal1000

As far as I know `__GLX_VENDOR_LIBRARY_NAME` and `MESA_LOADER_DRIVER_OVERRIDE` don't apply to Windows so setting them is pointless. > > Do you have any Vulkan driver on your system? > I'm...

System wide deployment is intended for systems without existing OpenGL drivers, e.g. virtual machines, cloud computing or remote desktop (RDP or VNC). Please use option 8 in system wide deployment...

Minecraft MultiMC launcher uses Java as far as I know so you'll need to deploy Mesa in MultiMC Java bin folder. Start a MultiMC game instance and then in Task...

> How to check if this works? Turn on [debug screen](https://minecraft.fandom.com/wiki/Debug_screen).

Okay so it appears you have a new enough NVIDIA GPU capable of running on latest driver. so you clearly have at least one Vulkan driver on your system unless...

Well, zink driver requires at least one Vulkan driver to function, no escaping that. Per application deployment cleans after itself if you run it again on same folder and choose...

It only cleans if you used perappdeploy.cmd to deploy otherwise it won't to avoid removing other OpenGL/GLES implementations that may be bundled with the program unless you actually do deploy.

First attempt doesn't look very promising. Clover has some unique requirements: - dependency on libclc ; - LLVM built with RTTI (MSVC is already covered here as I build LLVM...

There has been work to build clover over llvmpipe for Windows upstream. It still depends on [1](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12276) patch.

I was successful in building 64-bit clover in both ICD and standalone forms for 21.3.2 release. 51d15e77400a661ac985f53d8fb69ed945f2b92f was the last fix needed. It annoys me that ICD and standalone builds...