docs: Update the status of egl_xdri.

Mention that it also supports DRISW.
This commit is contained in:
Chia-I Wu 2010-01-22 15:05:31 +08:00
parent 18b63b55d5
commit 29732f982c
1 changed files with 6 additions and 6 deletions

View File

@ -182,12 +182,12 @@ is not available in GLX or GLX extensions.</p>
<li><code>egl_xdri</code> <li><code>egl_xdri</code>
<p>This driver supports the X Window System as its window system. It functions <p>This driver supports the X Window System as its window system. It functions
as a DRI driver loader. Unlike <code>egl_glx</code>, it has no dependency on as a DRI driver loader and can load DRI/DRI2/DRISW drivers. Unlike
<code>libGL</code>. It talks to the X server directly using DRI or DRI2 <code>egl_glx</code>, it has no dependency on <code>libGL</code>. It talks to
protocols. It also talks minimal GLX protocol for things like available the X server directly using DRI or DRI2 protocols. It also talks minimal GLX
visuals or fbconfigs. With direct access to the DRI drivers, it has the protocol for things like available visuals or fbconfigs. With direct access to
potential to support more EGL functions that are not possible with the DRI drivers, it has the potential to support more EGL functions that are
<code>egl_glx</code></p> not possible with <code>egl_glx</code>.</p>
</li> </li>
<li><code>egl_dri</code> <li><code>egl_dri</code>