Home | History | Annotate | Download | only in docs

Lines Matching full:drivers

93 Currently there's only one config file provided when dri drivers are
192 <h3 id="dri">DRI</h3><p>This mode uses the DRI hardware drivers for
200 location the DRI drivers will be installed to and the location libGL
201 will search for DRI drivers. The default is <code>${libdir}/dri</code>.
202 <dt><code>--with-dri-drivers=DRIVER,DRIVER,...</code>
204 allows a specific set of DRI drivers to be built. For example,
205 <code>--with-dri-drivers="swrast,i965,radeon,nouveau"</code>. By
206 default, the drivers will be chosen depending on the target platform.
207 See the directory <code>src/mesa/drivers/dri</code> in the source tree
208 for available drivers. Beware that the swrast DRI driver is used by both
214 GLX. Normally, direct hardware rendering through the DRI drivers and