egl_xdri: Revive the driver.
authorChia-I Wu <olvaffe@gmail.com>
Sun, 16 Aug 2009 00:51:58 +0000 (08:51 +0800)
committerBrian Paul <brianp@vmware.com>
Mon, 24 Aug 2009 17:49:45 +0000 (11:49 -0600)
commit58ac57c2b7b40b64df2a867d4b9d4e5c5bc13c47
treea775fc0ab3a31beeb7349af947224579b4170b66
parent17090cf3efb0db8fa01b502a9c0df27cbd1a67da
egl_xdri: Revive the driver.

egl_xdri does not compile for some time.  This commit revives the
driver.  It no longer depends on libGL.so for GLX related functions.
Instead, it uses code from src/glx/ directly.  Both DRI and DRI2 are
supported.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/egl/drivers/xdri/Makefile
src/egl/drivers/xdri/driinit.c [new file with mode: 0644]
src/egl/drivers/xdri/driinit.h [new file with mode: 0644]
src/egl/drivers/xdri/egl_xdri.c
src/egl/drivers/xdri/glxinit.c [new file with mode: 0644]
src/egl/drivers/xdri/glxinit.h [new file with mode: 0644]