OSMesa: Difference between revisions

147 bytes added ,  15 February 2015
(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="" \
    --enable-texture-float \
     --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"
Anonymous user