olear / osmesa-install

script and patches to build and install variations of OSMesa http://www.mesa3d.org/osmesa.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osmesa-install

Script and patches to build and install variations of OSMesa http://www.mesa3d.org/osmesa.html:

  • "mangled" or not (in mangled OSMesa, all functions start with mgl instead of gl)
  • debug or not
  • choice of osmesa driver: swrast, softpipe or llvmpipe
  • possibility to also compile and install LLVM 3.4.2 for the llvmpipe driver

Usage:

  • edit variables / paths as the beginning of the osmesa-install.sh script
  • compile and install:
mkdir build
cd build
sh ../osmesa-install.sh
  • there is a test program on the osdemo directory, with a few checks

Note that the script fixes the following Mesa bugs related to mangles OSMesa:

About

script and patches to build and install variations of OSMesa http://www.mesa3d.org/osmesa.html

License:GNU General Public License v3.0


Languages

Language:Shell 63.3%Language:C 34.2%Language:Makefile 2.5%