Bug 80459 - [chromium] Fix threaded compositing issues in WebGLLayerChromium (except for printing)
Summary: [chromium] Fix threaded compositing issues in WebGLLayerChromium (except for ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: James Robinson
URL:
Keywords:
: 72739 78129 (view as bug list)
Depends on:
Blocks: 80464 82275
  Show dependency treegraph
 
Reported: 2012-03-06 17:25 PST by James Robinson
Modified: 2012-04-10 12:19 PDT (History)
6 users (show)

See Also:


Attachments
Patch (6.19 KB, patch)
2012-03-06 17:35 PST, James Robinson
kbr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2012-03-06 17:25:56 PST
[chromium] Fix threaded compositing issues in WebGLLayerChromium (except for printing)
Comment 1 James Robinson 2012-03-06 17:35:39 PST
Created attachment 130490 [details]
Patch
Comment 2 James Robinson 2012-03-06 17:43:50 PST
Printing in threaded mode taken care of here: https://bugs.webkit.org/show_bug.cgi?id=80464

Lost context recovery doesn't generally work in threaded mode yet, but it will once https://bugs.webkit.org/show_bug.cgi?id=80100 lands (currently in the commit queue)
Comment 3 Kenneth Russell 2012-03-06 17:58:32 PST
Comment on attachment 130490 [details]
Patch

Thanks, this is excellent. Do you want to close https://bugs.webkit.org/show_bug.cgi?id=78129 as a dup of this one?
Comment 4 James Robinson 2012-03-06 18:00:22 PST
Yup, I had forgotten about that other bug. Thanks for the quick review!
Comment 5 James Robinson 2012-03-06 18:00:35 PST
*** Bug 78129 has been marked as a duplicate of this bug. ***
Comment 6 James Robinson 2012-03-06 18:13:14 PST
Committed r109993: <http://trac.webkit.org/changeset/109993>
Comment 7 Kenneth Russell 2012-04-10 12:19:16 PDT
*** Bug 72739 has been marked as a duplicate of this bug. ***