From 5cae1b747bf7013124c21f15c410635c16593656 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Mon, 30 Jun 2008 10:28:02 -0700 Subject: autoconf: Improve the visibility of the swrast DRI driver Improve the --with-dri-drivers help text so that users are aware that they should install the swrast DRI driver. --- docs/autoconf.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/autoconf.html b/docs/autoconf.html index 837c92f4e2..936ddcffeb 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -182,11 +182,12 @@ 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 -- cgit v1.2.3