[Webkit-unassigned] [Bug 101291] [EFL] Refactor GraphicsContext3DEFL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 22:25:06 PST 2012


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





--- Comment #18 from Kalyan <kalyan.kondapally at intel.com>  2012-11-14 22:26:53 PST ---
(In reply to comment #16)
> (From update of attachment 174209 [details])



> > Source/WebCore/platform/graphics/efl/GLNativeSurface.cpp:47
> > +#if HAVE(GLX)
> > +    OwnPtr<GLNativeSurface> surface =  adoptPtr(new GLXPBuffer());
> > +
> > +    if (surface->handle().isValid())
> > +        return surface.release();
> > +#endif
> 
> Later this will handle EGL?
> 

Yes

-- 
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