[Webkit-unassigned] [Bug 96627] [EFL] Use the shareable GraphicsContext3DOpenGL* implementation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 11:21:26 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96627





--- Comment #14 from Yael <yael.aharon.m at gmail.com>  2012-09-28 11:21:51 PST ---
(From update of attachment 166164)
View in context: https://bugs.webkit.org/attachment.cgi?id=166164&action=review

> Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp:47
> +    , m_compiler(isGLES2Compliant() ? SH_ESSL_OUTPUT : SH_GLSL_OUTPUT)

This will crash.
GraphicsContext3D::isGLES2Compliant() is calling on m_private which was not created yet.
You need to change GraphicsContext3D::isGLES2Compliant() to simply return a value, like other ports do.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list