turn this off - definitely broken on n900! bug filing time!

SVN revision: 46685
This commit is contained in:
Carsten Haitzler 2010-03-01 12:29:10 +00:00
parent 4d33962b8c
commit c6117c504c
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@ eng_window_new(Display *disp,
config_attrs[n++] = EGL_WINDOW_BIT;
config_attrs[n++] = EGL_RENDERABLE_TYPE;
config_attrs[n++] = EGL_OPENGL_ES2_BIT;
#if 0
// FIXME: n900 - omap3 sgx libs break here
config_attrs[n++] = EGL_RED_SIZE;
config_attrs[n++] = 1;
@ -127,6 +128,7 @@ eng_window_new(Display *disp,
config_attrs[n++] = EGL_BLUE_SIZE;
config_attrs[n++] = 1;
// FIXME: end n900 breakage
#endif
if (alpha)
{
config_attrs[n++] = EGL_ALPHA_SIZE;