Skip to content

Automatic build of mesa3d for Windows

Notifications You must be signed in to change notification settings

mmozeiko/build-mesa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4537ac · Apr 12, 2024

History

31 Commits
Sep 21, 2022
Sep 21, 2022
Dec 16, 2021
Sep 21, 2022
Apr 12, 2024
Feb 1, 2024
Mar 15, 2024

Repository files navigation

Automatic build of mesa opengl implementations for 64-bit Windows.

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
  • osmesa - off-screen software rendering implementation of OpenGL using llvmpipe
  • d3d12 - Collabora & Microsoft implementation of OpenGL using D3D12
  • zink - implementation of OpenGL using Vulkan
  • lavapipe - software implementation of Vulkan using llvm

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