Bug 82845 - [BlackBerry] Simplify the code that gets accelerated compositing output to screen
Summary: [BlackBerry] Simplify the code that gets accelerated compositing output to sc...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-01 11:32 PDT by Arvid Nilsson
Modified: 2012-04-01 14:22 PDT (History)
4 users (show)

See Also:


Attachments
Patch (9.24 KB, patch)
2012-04-01 12:04 PDT, Arvid Nilsson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Nilsson 2012-04-01 11:32:34 PDT
A long time ago, in a galaxy far away, the BlackBerry port used a separate compositing window, effectively juggling two windows for every web page when AC was active.

Now, we either use a compositing surface for AC output, which we blend onto the window containing the BackingStore output, or render both BackingStore and AC output directly to one OpenGL capable window surface.

The two-window setup is long gone, so simplify the code now that we don't have to consider that case.
Comment 1 Arvid Nilsson 2012-04-01 12:04:52 PDT
Created attachment 135009 [details]
Patch
Comment 2 Rob Buis 2012-04-01 13:36:22 PDT
Comment on attachment 135009 [details]
Patch

I trust you on this one.
Comment 3 WebKit Review Bot 2012-04-01 14:22:17 PDT
Comment on attachment 135009 [details]
Patch

Clearing flags on attachment: 135009

Committed r112819: <http://trac.webkit.org/changeset/112819>
Comment 4 WebKit Review Bot 2012-04-01 14:22:22 PDT
All reviewed patches have been landed.  Closing bug.