Bug 121062 - [WebGL] Allow multithreaded OpenGL contexts
Summary: [WebGL] Allow multithreaded OpenGL contexts
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-09-09 17:33 PDT by Dean Jackson
Modified: 2020-05-22 16:51 PDT (History)
5 users (show)

See Also:


Attachments
Patch (15.70 KB, patch)
2013-09-09 17:38 PDT, Dean Jackson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2013-09-09 17:33:39 PDT
Support multithreaded OpenGL contexts in the engine. Expose a setting to enable or disable them.
Comment 1 Radar WebKit Bug Importer 2013-09-09 17:34:18 PDT
<rdar://problem/14950272>
Comment 2 Dean Jackson 2013-09-09 17:38:51 PDT
Created attachment 211125 [details]
Patch
Comment 3 Simon Fraser (smfr) 2013-09-09 17:44:29 PDT
Comment on attachment 211125 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=211125&action=review

> Source/WebCore/ChangeLog:8
> +        No new tests (OOPS!).

Oops
Comment 4 Dean Jackson 2013-09-09 18:26:38 PDT
Committed r155409: <http://trac.webkit.org/changeset/155409>