/build-mesa

Automatic build of mesa3d for Windows

Primary LanguageBatchfile

Fork Info: mesa 25.1.8 and 25.1.9 for Windows Drivers that do not support mesa 25.2.x requirements

Automatic build of mesa opengl & vulkan implementations for Windows (x86, x64, arm64).

Builds are linked statically to their dependencies, just place necessary dll file next to your exe and it will use it.

Download binary builds as zip archive from latest release page. It provides following builds:

  • llvmpipe - software implementation of OpenGL using llvm
  • d3d12 - Collabora & Microsoft implementation of OpenGL using D3D12
  • zink - implementation of OpenGL using Vulkan
  • lavapipe - software implementation of Vulkan using llvm
  • dzn - Microsoft implementation of Vulkan using D3D12

To build locally run build.cmd batch file, make sure you have installed all necessary dependencies (see the beginning of file).