YaGL: Fix for Tizen's WebKit incorrect EGL config choice
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Fri, 17 May 2013 09:36:23 +0000 (13:36 +0400)
committerStanislav Vorobiov <s.vorobiov@samsung.com>
Fri, 17 May 2013 09:36:23 +0000 (13:36 +0400)
commit0b6dc0942d80b5ffb7ed586eb11c58fb5cafb0f1
tree8b9dd9820ad30cd479d33600f3a59cb86f25f988
parent55726134d5ea4f9eddb1d64fb8ec94ce295364a5
YaGL: Fix for Tizen's WebKit incorrect EGL config choice
YaGL: Enable stencil buffer attachment in GL framebuffers

Tizen's WebKit doesn't choose EGL config the right way, we
fix it inside YaGL

We enable stencil buffer attachment in GL framebuffers, it was
disabled long ago because of the problems with WebGL gallery, I
guess now they're gone, and we can restore things as they should be
hw/yagl_apis/egl/yagl_egl_config.c
hw/yagl_apis/gles/yagl_gles_framebuffer.c