From 67551627d34fff4a0fbe719bce33a3bacb55ccef Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 28 Jun 2012 08:08:21 +0200 Subject: xkeyboard-config mesa fontconfig randrproto git update 28 Jun 2012 --- mesalib/docs/autoconf.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'mesalib/docs/autoconf.html') diff --git a/mesalib/docs/autoconf.html b/mesalib/docs/autoconf.html index 4f1ad8d64..4fa96c3c6 100644 --- a/mesalib/docs/autoconf.html +++ b/mesalib/docs/autoconf.html @@ -10,18 +10,18 @@

Compilation and Installation using Autoconf

    -
  1. Basic Usage

  2. -
  3. Driver Options +

  4. Basic Usage

  5. +
  6. Driver Options

    -
  7. Library Options +

  8. Library Options

    -
  9. Demo Program Options +

  10. Demo Program Options

@@ -149,13 +149,13 @@ configure option --with-driver. There are currently three supported options in the configure script.

-

Xlib

This is the default mode for building Mesa. +

Xlib

This is the default mode for building Mesa. It uses Xlib as a software renderer to do all rendering. It corresponds to the option --with-driver=xlib. 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 +

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 installation instructions for details on prerequisites for the DRI @@ -163,12 +163,12 @@ drivers.

-
--with-dri-driverdir=DIR -

This option specifies the +

--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 ${libdir}/dri. -

--with-dri-drivers=DRIVER,DRIVER,... -

This option +

--with-dri-drivers=DRIVER,DRIVER,... +

This option allows a specific set of DRI drivers to be built. For example, --with-dri-drivers="swrast,i965,radeon,nouveau". By default, the drivers will be chosen depending on the target platform. @@ -177,16 +177,16 @@ 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 +

--disable-driglx-direct +

Disable direct rendering in GLX. Normally, direct hardware rendering through the DRI drivers and indirect software rendering are enabled in GLX. This option disables direct rendering entirely. It can be useful on architectures where kernel DRM modules are not available. -

--enable-glx-tls

+

--enable-glx-tls

Enable Thread Local Storage (TLS) in GLX. -

--with-expat=DIR
The DRI-enabled libGL uses expat to +
--with-expat=DIR
The DRI-enabled libGL uses expat to parse the DRI configuration files in /etc/drirc and ~/.drirc. This option allows a specific expat installation to be used. For example, --with-expat=/usr/local will @@ -201,7 +201,7 @@ page for more details.
-
--with-osmesa-bits=BITS +
--with-osmesa-bits=BITS

This option allows the size of the color channel in bits to be specified. By default, an 8-bit channel will be used, and the driver will be named libOSMesa. Other @@ -235,7 +235,7 @@ the programs will be built depending on the driver and library options chosen. See the directory progs for the full set of demos.

-
--with-demos=DEMOS,DEMOS,... +
--with-demos=DEMOS,DEMOS,...

This option allows a specific set of demo programs to be built. For example, --with-demos="xdemos,slang". Beware that if this option is -- cgit v1.2.3