am 8521fe4e: am 1a3c8950: Merge change 27387 into eclair

Merge commit '8521fe4ef2e74bd7b38aaeb95d5380fc213d4b7f'

* commit '8521fe4ef2e74bd7b38aaeb95d5380fc213d4b7f':
  fix [2147737] Pixel Flinger needs to set EGL_RENDERABLE_TYPE to EGL_OPENGL_ES_BIT
This commit is contained in:
Mathias Agopian
2009-09-28 10:05:19 -07:00
committed by Android Git Automerger

View File

@@ -952,7 +952,8 @@ static config_pair_t const config_base_attribute_list[] = {
{ EGL_BIND_TO_TEXTURE_RGBA, EGL_FALSE },
{ EGL_BIND_TO_TEXTURE_RGB, EGL_FALSE },
{ EGL_MIN_SWAP_INTERVAL, 1 },
{ EGL_MAX_SWAP_INTERVAL, 4 },
{ EGL_MAX_SWAP_INTERVAL, 1 },
{ EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT },
};
// These configs can override the base attribute list