st/egl: Introduce native_platform.
authorChia-I Wu <olv@lunarg.com>
Thu, 17 Jun 2010 15:21:43 +0000 (23:21 +0800)
committerChia-I Wu <olv@lunarg.com>
Tue, 29 Jun 2010 09:16:19 +0000 (17:16 +0800)
commitf66a4e20c19d55005854bbee312947ec16e287e3
treea8d4450952da24dd3a7f7e14965a28dcea86c677
parentf9574c5f890f3205efa4ab4ff509223e2a7c6b74
st/egl: Introduce native_platform.

Move native_get_name, native_create_probe, native_get_probe_result, and
native_create_display into struct native_platform, and add
native_get_platform to get a handle to the struct.
src/gallium/state_trackers/egl/common/egl_g3d.c
src/gallium/state_trackers/egl/common/egl_g3d.h
src/gallium/state_trackers/egl/common/native.h
src/gallium/state_trackers/egl/common/native_probe.h
src/gallium/state_trackers/egl/fbdev/native_fbdev.c
src/gallium/state_trackers/egl/gdi/native_gdi.c
src/gallium/state_trackers/egl/kms/native_kms.c
src/gallium/state_trackers/egl/x11/native_x11.c