Home | History | Annotate | Download | only in docs

Lines Matching full:driver

54 the 3Dfx Glide/Voodoo driver, an old S3 driver, etc) but the DRI drivers
107 protocol encoder, and a device driver loader.
108 <li>The device driver modules (such as r200_dri.so) contain a built-in
253 driver).
256 <a name="part3">What you really want is a DRI or NVIDIA (or another vendor's OpenGL) driver
267 <a name="part3">If your DRI-based driver isn't working, go to the
354 <h2>4.2 How do I write a new device driver?</h2>
356 Unfortunately, writing a device driver isn't easy.
362 The best way to get started is to use an existing driver as your starting
364 For a software driver, the X11 and OSMesa drivers are good examples.
365 For a hardware driver, the Radeon and R200 DRI drivers are good examples.
368 The process isn't well document because the Mesa driver interface changes