Lines Matching full:dri
54 Yes. Specifically, Mesa serves as the OpenGL core for the open-source DRI
58 <li>See the <a href="https://dri.freedesktop.org/">DRI website</a>
75 <li>Mesa is used as the core of the open-source X.org DRI
97 <h2>1.4 What's the difference between "Stand-Alone" Mesa and the DRI drivers?</h2>
114 within the DRI (Direct Rendering Infrastructure):
123 For the DRI, this module is basically a software Mesa renderer.
128 <h2>1.5 How do I upgrade my DRI installation to use a new Mesa release?</h2>
131 Now, the DRI drivers are included in the Mesa tree and can be compiled
241 <code>--libdir</code>, and <code>--with-dri-driverdir</code>. To install Mesa
245 <code>/usr/lib64</code>. Set <code>--with-dri-driverdir</code> to the directory
246 where your Linux distribution installs DRI drivers. To find your system's DRI
247 driver directory, try executing <code>find /usr -type d -name dri</code>. For
248 example, if the <code>find</code> command listed <code>/usr/lib64/dri</code>,
249 then set <code>--with-dri-driverdir=/usr/lib64/dri</code>.
253 with <code>./configure --prefix=/usr --libdir=xxx --with-dri-driverdir=xxx</code>
278 If your DRI-based driver isn't working, go to the
279 <a href="https://dri.freedesktop.org/">DRI website</a> for trouble-shooting information.
347 extensions, writing hardware drivers (for the DRI), and code optimization.
363 <p>The DRI website has more information about writing hardware drivers.
386 In the mean time, a 3rd party <a href="https://dri.freedesktop.org/wiki/S3TC">