st/egl: Allow single-buffered pixmaps.
authorChia-I Wu <olv@lunarg.com>
Wed, 22 Dec 2010 05:47:50 +0000 (13:47 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 22 Dec 2010 06:12:33 +0000 (14:12 +0800)
commit0fb2dcc98ff46299094c308b7b4e0cde9e38d5c0
treee822086ad3795cb20c7f5601fb03910561c3cab9
parentf431e0452b33ca9028e07cd85783297df6e87e69
st/egl: Allow single-buffered pixmaps.

All single-buffered configs were ignored before to make sure
EGL_RENDER_BUFFER is settable for window surfaces.  It is better to
allow single-buffered configs and set EGL_WINDOW_BIT only for
double-buffered ones.  This way there can be single-buffered pixmaps.
src/gallium/state_trackers/egl/common/egl_g3d.c
src/gallium/state_trackers/egl/common/egl_g3d_api.c