egl: Remove egl_softpipe.
authorChia-I Wu <olvaffe@gmail.com>
Fri, 22 Jan 2010 08:02:39 +0000 (16:02 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Fri, 22 Jan 2010 08:44:13 +0000 (16:44 +0800)
commit3b0ffd5a36c4626b44eafc43f5eaebb7c758bfbd
tree0bc065ef5db701558ad950a5eecc85715538d9f8
parenta1306f4ef6f83a86d03720641f3cdc5e13485fa6
egl: Remove egl_softpipe.

With the addition egl_x11_swrast, egl_softpipe is sort of deprecated.
The new driver serves the same purpose as egl_softpipe does.  It is
based on egl_g3d and provides more features.
configs/default
configs/linux-opengl-es
docs/sourcetree.html
src/egl/main/egldriver.c
src/gallium/winsys/egl_xlib/Makefile [deleted file]
src/gallium/winsys/egl_xlib/egl_xlib.c [deleted file]
src/gallium/winsys/egl_xlib/sw_winsys.c [deleted file]
src/gallium/winsys/egl_xlib/sw_winsys.h [deleted file]