X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fautoconf.html;h=d4e8a35d817bbde13881a9d8c6542950bae7bb5e;hb=3efed4cd050e448ec168e2c0c27068a1f5a6c20c;hp=d707e60515e89bfa826576c40068ab6831efd642;hpb=ab06629d5d257c6a205054de9fe34d24a55cd150;p=mesa.git diff --git a/docs/autoconf.html b/docs/autoconf.html index d707e60515e..d4e8a35d817 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -62,83 +62,89 @@ configuration run make realclean before rebuilding.

Some of the generic autoconf options are used with Mesa: - -

+directories.

+ +

There are also a few general options for altering the Mesa build: -

+architectures. Note that these options are mutually exclusive.

+ +

2. Driver Options

@@ -147,19 +153,19 @@ architectures. There are several different driver modes that Mesa can use. These are described in more detail in the basic installation instructions. The Mesa driver is controlled through the -configure option --with-driver. There are currently three supported -options in the configure script. +configure options --enable-xlib-glx, --enable-osmesa, +and --enable-dri.

-

Xlib

This is the default mode for building Mesa. +

Xlib

It uses Xlib as a software renderer to do all rendering. It corresponds -to the option --with-driver=xlib. The libX11 and libXext +to the option --enable-xlib-glx. The libX11 and libXext 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 ---with-driver=dri. See the basic +--enable-dri. See the basic installation instructions for details on prerequisites for the DRI drivers. @@ -199,7 +205,8 @@ and /usr/local/lib, respectively.

OSMesa

No libGL is built in this mode. Instead, the driver code is built into the Off-Screen Mesa (OSMesa) library. See the Off-Screen Rendering -page for more details. +page for more details. It corresponds to the option +--enable-osmesa.