Lines Matching full:dri
24 <li><a href="#dri">DRI Driver Options</a></li>
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
193 accelerated OpenGL rendering. To enable use <code>--enable-glx=dri
194 --enable-dri</code>.
196 <!-- DRI specific options -->
198 <dt><code>--with-dri-driverdir=DIR</code>
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
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
223 <p>The DRI-enabled libGL uses expat to
224 parse the DRI configuration files in <code>${sysconfdir}/drirc</code> and