X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fautoconf.html;h=936ddcffebb49d4230af2e9026cb79ac6e4e5a69;hb=0b4c529da5c67f9719f4ca92cbeca4fcf826796f;hp=964ff140abc7e5a642b40403521e3c6e8bcd096d;hpb=ab57cbaccccb30fd743ba3283251430e6bc3a071;p=mesa.git diff --git a/docs/autoconf.html b/docs/autoconf.html index 964ff140abc..936ddcffebb 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -43,9 +43,12 @@ configure script, type:

To see a short description of all the options, type ./configure --help. If you are using a development snapshot and the configure -script does not exist, type make configure to generate it -first. Once you have run ./configure and set the options to -your preference, type: +script does not exist, type ./autogen.sh to generate it +first. If you know the options you want to pass to +configure, you can pass them to autogen.sh. It +will run configure with these options after it is +generated. Once you have run configure and set the options +to your preference, type:

@@ -116,6 +119,12 @@ be used. In this case, the --with-x,
 --x-includes and --x-libraries options can
 control the use of X for Mesa.
 
+
  • --enable-gl-osmesa - The OSMesa +library can be built on top of libGL for drivers that provide it. +This option controls whether to build libOSMesa. By default, this is +enabled for the Xlib driver and disabled otherwise. Note that this +option is different than using OSMesa as the driver. +
  • --enable-debug - This option will enable compiler options and macros to aid in debugging the Mesa libraries.
  • @@ -156,16 +165,6 @@ libraries, as well as the X11 development headers, will be need to support the Xlib driver. - -

    -

    -

    -
  • DRI - This mode uses the DRI hardware drivers for accelerated OpenGL rendering. Enable the DRI drivers with the option @@ -179,16 +178,16 @@ drivers.
    • --with-dri-driverdir=DIR - This option specifies the location the DRI drivers will be installed to and the location libGL -will search for DRI drivers. The default is -/usr/X11R6/lib/modules/dri. +will search for DRI drivers. The default is ${libdir}/dri.
    • --with-dri-drivers=DRIVER,DRIVER,... - This option allows a specific set of DRI drivers to be built. For example, ---with-dri-drivers="i965,radeon,nouveau". By default, -the drivers will be chosen depending on the target platform. See the -directory src/mesa/drivers/dri in the source tree for -available drivers. -
    • +--with-dri-drivers="swrast,i965,radeon,nouveau". By +default, the drivers will be chosen depending on the target platform. +See the directory src/mesa/drivers/dri in the source tree +for available drivers. Beware that the swrast DRI driver is used by both +libGL and the X.Org xserver GLX module to do software rendering, so you +may run into problems if it is not available.
    • --disable-driglx-direct - Disable direct rendering in GLX. Normally, direct hardware rendering through the DRI drivers and