mesa: Changes to 'master'

Dan Nicholson dbn at kemper.freedesktop.org
Fri Jan 11 16:26:05 UTC 2008


 configure.ac       |   40 ++++++++++++++++++----------------------
 docs/autoconf.html |   16 ++++++----------
 src/mesa/Makefile  |   34 +++++++++++++++++-----------------
 3 files changed, 41 insertions(+), 49 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 544ab209e75ec3646d7edbafd736dcf4c93738cc
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Sun Dec 30 08:41:53 2007 -0800

    Allow osmesa to be enabled or disabled
    
    The conditional in src/mesa/Makefile currently hardcodes the cases where
    libOSMesa can be built on libGL. Likewise, the xlib case always includes
    libOSMesa in the stand-alone target.
    
    This changes the conditional to a loop over the DRIVER_DIRS variable.
    This means that any driver configuration can enable or disable osmesa.
    The current "stand-alone" rule is changed so that DRIVER_DIRS=x11 and
    DRIVER_DIRS="x11 osmesa" are both respected.
    
    The configure option is changed to --enable-gl-osmesa as this change
    allows libOSMesa to be built upon any of the libGL-enabling drivers.




More information about the mesa-commit mailing list