[Webkit-unassigned] [Bug 77308] [EFL] Enable WebGL with glx backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 08:47:22 PST 2012


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





--- Comment #15 from Raphael Kubo da Costa <kubo at profusion.mobi>  2012-02-02 08:47:21 PST ---
(From update of attachment 124747)
View in context: https://bugs.webkit.org/attachment.cgi?id=124747&action=review

>>> Source/WebCore/CMakeLists.txt:2209
>>> +        platform/graphics/GraphicsContext3D.cpp
>> 
>> Why? It's not sorted anymore.
> 
> Sorry, I couldn't get the point. 'p' < 'r', right?

You need to take casing into account.

>>> Source/WebKit/efl/ewk/ewk_view.cpp:651
>>> +    priv->pageSettings->setWebGLEnabled(true);
>> 
>> What happens if you pass true here but have ENABLE_WEBGL set to OFF (the default configuration)?
> 
> In that case, we can't create webgl context, so that we wouldn't see any webgl image.

So enabling WebGL in the source code even if WebGL is disabled in the build won't do any harm?

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