Skip to content

mesa

  • Depends on mako
  • The vulkan driver for nouveau requires rust
  • These llvm subprojects mention mesa:
    • clang
    • libclc
    • lld
    • llvm
    • mlir
  • Does not build with reflex; requires bison-bridge and extra-type support which flex provides
  • To build without llvm; this is not the case anymore as glaucus now provides llvm libraries and tools:
# amd
-Dplatforms=wayland \
-Dgallium-drivers=radeonsi \
-Dvulkan-drivers=amd \
-Dllvm=disabled \
-Dglx=disabled \
-Dglvnd=enabled \
-Dgallium-va=disabled
# qemu
-Dplatforms=wayland \
-Dgallium-drivers=virgl \
-Dvulkan-drivers=virtio \
-Dllvm=disabled \
-Dglx=disabled \
-Dglvnd=enabled \
-Dgallium-va=disabled