From 29732f982cb0ad3bd9c81da2ba9f64b9205ff6b0 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 22 Jan 2010 15:05:31 +0800 Subject: docs: Update the status of egl_xdri. Mention that it also supports DRISW. --- docs/egl.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/egl.html') 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.

  • egl_xdri

    This driver supports the X Window System as its window system. It functions -as a DRI driver loader. Unlike egl_glx, it has no dependency on -libGL. 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 -egl_glx

    +as a DRI driver loader and can load DRI/DRI2/DRISW drivers. Unlike +egl_glx, it has no dependency on libGL. 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 egl_glx.

  • egl_dri -- cgit v1.2.3