st/egl: add get_pixmap_format callback to native_display
authorChia-I Wu <olv@lunarg.com>
Sat, 25 Jun 2011 07:44:11 +0000 (16:44 +0900)
committerChia-I Wu <olv@lunarg.com>
Sat, 25 Jun 2011 09:50:53 +0000 (18:50 +0900)
commita0ad339915d8b5fdbebe82678fc81cbf1ec6682b
tree6f2a18964fdeac8d789a6742986a495be4331234
parent31520548b763947da6b70b6debe38820835c5bcc
st/egl: add get_pixmap_format callback to native_display

And use it for EGL_MATCH_NATIVE_PIXMAP.  Remove is_pixmap_supported
meanwhile.
src/gallium/state_trackers/egl/common/egl_g3d_api.c
src/gallium/state_trackers/egl/common/native.h
src/gallium/state_trackers/egl/wayland/native_wayland.c
src/gallium/state_trackers/egl/x11/native_dri2.c
src/gallium/state_trackers/egl/x11/native_ximage.c