Bug 218482
Summary: | [GPU Process] Enable worker based ImageBitmap and OffscreenCanvas drawing to use GPU Process rendering | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Canvas | Assignee: | Matt Woodrow <mattwoodrow> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | clord, dino, hotaru, mattwoodrow, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=217735 https://bugs.webkit.org/show_bug.cgi?id=238846 |
||
Bug Depends on: | 244825, 244828, 244830, 247103, 248419 | ||
Bug Blocks: | 183720 |
Said Abou-Hallawa
No HostWindow can be got from a WorkerGlobalScope. All the drawing have to run on a separate thread. Parts of the code are not ready for multithreading.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/71229140>
Matt Woodrow
All the blocking sub-tasks are complete, and this should be working now.