Mesa (master): docs: Update the status of egl_xdri.

Chia-I Wu olv at kemper.freedesktop.org
Fri Jan 22 07:07:22 UTC 2010


Module: Mesa
Branch: master
Commit: 29732f982cb0ad3bd9c81da2ba9f64b9205ff6b0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=29732f982cb0ad3bd9c81da2ba9f64b9205ff6b0

Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Fri Jan 22 15:05:31 2010 +0800

docs: Update the status of egl_xdri.

Mention that it also supports DRISW.

---

 docs/egl.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/egl.html b/docs/egl.html
index 9bbce83..5561d1a 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>




More information about the mesa-commit mailing list