autoconf: Improve the visibility of the swrast DRI driver
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 30 Jun 2008 17:28:02 +0000 (10:28 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Mon, 30 Jun 2008 18:16:09 +0000 (11:16 -0700)
Improve the --with-dri-drivers help text so that users are aware that
they should install the swrast DRI driver.

configure.ac
docs/autoconf.html

index e44f619a7518beda533f0c134822e440f8d434bc..f15d9ff94a62751ff644036c270072a8ae41b1d6 100644 (file)
@@ -604,7 +604,8 @@ fi
 dnl Which drivers to build - default is chosen by platform
 AC_ARG_WITH([dri-drivers],
     [AS_HELP_STRING([--with-dri-drivers@<:@=DIRS...@:>@],
-        [comma delimited DRI drivers, e.g. "i965,radeon,nouveau" @<:@default=auto@:>@])],
+        [comma delimited DRI drivers list, e.g.
+        "swrast,i965,radeon,nouveau" @<:@default=auto@:>@])],
     [with_dri_drivers="$withval"],
     [with_dri_drivers=yes])
 if test "x$with_dri_drivers" = x; then
index 837c92f4e299df4d76d892dd8b9186e87cc02420..936ddcffebb49d4230af2e9026cb79ac6e4e5a69 100644 (file)
@@ -182,11 +182,12 @@ will search for DRI drivers. The default is <code>${libdir}/dri</code>.
 </li>
 <li><code>--with-dri-drivers=DRIVER,DRIVER,...</code> - This option
 allows a specific set of DRI drivers to be built. For example,
-<code>--with-dri-drivers="i965,radeon,nouveau"</code>. By default,
-the drivers will be chosen depending on the target platform. See the
-directory <code>src/mesa/drivers/dri</code> in the source tree for
-available drivers.
-</li>
+<code>--with-dri-drivers="swrast,i965,radeon,nouveau"</code>. By
+default, the drivers will be chosen depending on the target platform.
+See the directory <code>src/mesa/drivers/dri</code> 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.</li>
 <!-- This explanation might be totally bogus. Kristian? -->
 <li><code>--disable-driglx-direct</code> - Disable direct rendering in
 GLX. Normally, direct hardware rendering through the DRI drivers and