[Webkit-unassigned] [Bug 96627] [EFL] Use the shareable GraphicsContext3DOpenGL* implementation.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 3 22:10:58 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96627
--- Comment #18 from Regina Chung <heejin.r.chung at samsung.com> 2012-10-03 22:11:22 PST ---
(In reply to comment #14)
> (From update of attachment 166164 [details])
> 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.
I'll move the isGLES2Compliant() implementation in GC3DPrivate to GC3D.
--
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