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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 18:18:39 PST 2012


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





--- Comment #13 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2012-01-31 18:18:39 PST ---
(From update of attachment 124747)
View in context: https://bugs.webkit.org/attachment.cgi?id=124747&action=review

Thank you for review. :)
AFAIK, WebGL has remained experimental. We usually disable that kind of feature as the default configuration. Same situation in GTK, MAC port and build-webkit.
In addition, above style alarm looks false... :p

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

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

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