8000 GitHub - CTSRD-CHERI/mesa: Mesa 3D graphics library (read-only mirror of https://gitlab.freedesktop.org/mesa/mesa/)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CTSRD-CHERI/mesa

 
 

Repository files navigation

CHERI Purecap Mesa (without window system support)

Build for Morello (Panfrost)

$ mkdir build
$ cd build
$ meson .. -Dcpp_rtti=false -Dllvm=disabled -Dgallium-xvmc=enabled -Ddri-drivers= -Dgallium-drivers=panfrost,swrast \
  -Dvulkan-drivers= -Dplatforms= -Dgallium-xa=disabled -Dgallium-vdpau=disabled -Dgallium-va=disabled -Dgles1=enabled \
  -Dgles2=enabled -Dglx=disabled -Dosmesa=false -Dtools= -Ddri-drivers= -Dglvnd=false -Dgbm=enabled -Degl=enabled \
  -Dgallium-nine=false -Dgallium-xa=disabled -Dgallium-va=disabled -Dgallium-omx=disabled -Dgallium-xvmc=disabled \
  -Dgallium-vdpau=disabled
$ ninja
$ sudo ninja install

About

Mesa 3D graphics library (read-only mirror of https://gitlab.freedesktop.org/mesa/mesa/)

Resources

Stars

Watchers

Forks

Languages

  • C 75.6%
  • C++ 18.9%
  • Python 2.3%
  • Assembly 1.4%
  • Meson 0.7%
  • Rust 0.4%
  • Other 0.7%
0