st/egl: Add fbdev backend.
authorChia-I Wu <olv@lunarg.com>
Thu, 3 Jun 2010 11:52:15 +0000 (19:52 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 11 Jun 2010 04:55:09 +0000 (12:55 +0800)
commit71580edc017f8feb667953df5a6e0792557672e1
tree02deae6321a4a47deb8e60241f293d657d335b41
parentce0c837f60d951de4f4798e5d4ab559155c09979
st/egl: Add fbdev backend.

The backend is pure software.  It implements EGL_MESA_screen_surface
extension, and is kept simple by only exporting the current mode.
src/gallium/state_trackers/egl/Makefile
src/gallium/state_trackers/egl/fbdev/native_fbdev.c [new file with mode: 0644]
src/gallium/targets/Makefile.egl