OSMesa: Difference between revisions
→Build OSMesa from source
(Created page with "The minimum required version of OSMesa for Octave is 9.0.0 OSMesa versions < 9.0 show a strange bug where the return values of glGetIntegerv (GL_DEPTH_BITS, &z); glGetIn...") |
|||
Line 29: | Line 29: | ||
--with-dri-drivers="" \ | --with-dri-drivers="" \ | ||
--with-gallium-drivers="" \ | --with-gallium-drivers="" \ | ||
--disable-shared-glapi \ | --disable-shared-glapi \ | ||
--disable-egl \ | --disable-egl \ | ||
Line 40: | Line 39: | ||
make check | make check | ||
sudo make install | sudo make install | ||
=== Floating point textures === | |||
Floating point textures are disabled by default due to patent restrictions. We should check if we can enable it with "--enable-texture-float" |