st/egl: Move sw screen creation to native helper.
authorChia-I Wu <olv@lunarg.com>
Fri, 4 Jun 2010 04:05:37 +0000 (12:05 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 4 Jun 2010 04:12:50 +0000 (12:12 +0800)
commit22c2e57cbb0fd5ed6856a7350672fa01c02b00ca
tree6b43a33760acc1e5abf906550c6700b76c918095
parent27910c42a9769a63855db06035c9874dd2ef5da0
st/egl: Move sw screen creation to native helper.

The code is shared by ximage and gdi backend.
src/gallium/state_trackers/egl/Makefile
src/gallium/state_trackers/egl/common/native_helper.c
src/gallium/state_trackers/egl/common/native_helper.h
src/gallium/state_trackers/egl/gdi/native_gdi.c
src/gallium/state_trackers/egl/x11/native_ximage.c