diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2010-01-22 15:05:31 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2010-01-22 15:06:06 +0800 |
commit | 29732f982cb0ad3bd9c81da2ba9f64b9205ff6b0 (patch) | |
tree | 67d0fe0825ed873540cdadfd7eb4d077a6d8a9a1 /docs | |
parent | 18b63b55d5626dec86e3470bdf8c9996faf28384 (diff) |
docs: Update the status of egl_xdri.
Mention that it also supports DRISW.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/egl.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/egl.html b/docs/egl.html index 9bbce83d4b..5561d1a4b8 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -182,12 +182,12 @@ is not available in GLX or GLX extensions.</p> <li><code>egl_xdri</code> <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 -<code>libGL</code>. It talks to the X server directly using DRI or DRI2 -protocols. It also talks minimal GLX protocol for things like available -visuals or fbconfigs. With direct access to the DRI drivers, it has the -potential to support more EGL functions that are not possible with -<code>egl_glx</code></p> +as a DRI driver loader and can load DRI/DRI2/DRISW drivers. Unlike +<code>egl_glx</code>, it has no dependency on <code>libGL</code>. It talks to +the X server directly using DRI or DRI2 protocols. It also talks minimal GLX +protocol for things like available visuals or fbconfigs. With direct access to +the DRI drivers, it has the potential to support more EGL functions that are +not possible with <code>egl_glx</code>.</p> </li> <li><code>egl_dri</code> |