Bug 69706 - [GTK] Enable WebGL by default
Summary: [GTK] Enable WebGL by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Martin Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-08 12:57 PDT by Martin Robinson
Modified: 2011-11-23 02:35 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.92 KB, patch)
2011-10-09 08:56 PDT, Martin Robinson
xan.lopez: review+
gustavo: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2011-10-08 12:57:11 PDT
This is required to prevent the WebGL build from breaking consistently. Note that WebGL must still be enabled at runtime. If we run into trouble with the link against libGL, we can load it dynamically in a followup patch.  This is the first step toward doing lots of cool hardware stuff by default, like accelerated compositing and shader assisted rendering. I'd also like Epiphany to support WebGL out-of-the-box.
Comment 1 Martin Robinson 2011-10-09 08:56:45 PDT
Created attachment 110304 [details]
Patch
Comment 2 Gustavo Noronha (kov) 2011-10-09 09:06:17 PDT
Comment on attachment 110304 [details]
Patch

Attachment 110304 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/10015551
Comment 3 Xan Lopez 2011-11-03 12:40:37 PDT
Comment on attachment 110304 [details]
Patch

I'm OK with this, but I think if this is safe to enable by default we should drop the "experimental" bit.
Comment 4 Martin Robinson 2011-11-23 02:35:33 PST
Committed r101060: <http://trac.webkit.org/changeset/101060>