st/egl: Remove unnecessary egl_g3d_find_pixmap_config.
authorChia-I Wu <olv@lunarg.com>
Wed, 22 Dec 2010 04:19:12 +0000 (12:19 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 22 Dec 2010 05:22:36 +0000 (13:22 +0800)
commit0364c08d7f219ef3a250a4fd8396aacfdddf0368
tree28b098a1c36316204c69e8529911480bb2f204f2
parentaf767ee1133058bb24e2183e8bf2846424c96ee0
st/egl: Remove unnecessary egl_g3d_find_pixmap_config.

It was used to find a compatible config for a given pixmap.  Now that a
config is optional for pixmap surface creation, the function is not
needed.
src/gallium/state_trackers/egl/common/egl_g3d_api.c
src/gallium/state_trackers/egl/common/egl_g3d_api.h
src/gallium/state_trackers/egl/common/egl_g3d_image.c