diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2008-07-25 18:31:44 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2008-07-25 18:31:44 -0700 |
commit | 1e645b365900cf1c71ca5594bd6b549a1f203040 (patch) | |
tree | d114e55df428550c9829acf929b9fb7bcb89c429 /docs/autoconf.html | |
parent | e5022c3fdf9888857f22f9a1690035ff3f90d36b (diff) | |
parent | 9bc9e0ecb0fb2069b2c123e665eb2118e358098f (diff) |
Merge branch 'master' into drm-gem
Conflicts:
src/mesa/drivers/dri/common/dri_bufmgr.c
src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Diffstat (limited to 'docs/autoconf.html')
-rw-r--r-- | docs/autoconf.html | 11 |
1 files changed, 6 insertions, 5 deletions
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 <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 |