WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
ASSIGNED
49135
Optimize painting to avoid rendering areas that are completely obscured by other elements
https://bugs.webkit.org/show_bug.cgi?id=49135
Summary
Optimize painting to avoid rendering areas that are completely obscured by ot...
Simon Fraser (smfr)
Reported
2010-11-06 16:54:20 PDT
Painting is currently back-to-front, even across iframe boundaries. That means that if an area of some foreground element is invalidated, we'll repaint everything behind it (potentially including expensive gradients, scaled background images etc) before painting the element itself. This could be optimized.
Attachments
WIP patch
(7.55 KB, patch)
2010-11-06 17:16 PDT
,
Simon Fraser (smfr)
no flags
Details
Formatted Diff
Diff
Patch
(27.78 KB, patch)
2010-11-07 20:41 PST
,
Simon Fraser (smfr)
no flags
Details
Formatted Diff
Diff
Patch
(30.09 KB, patch)
2010-11-07 22:41 PST
,
Simon Fraser (smfr)
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2010-11-06 17:16:54 PDT
Created
attachment 73180
[details]
WIP patch This is a demonstration of how the optimization might work. If I tweak the test a little (make the iframe positioned), this makes some Peacekeeper tests 2-26% faster.
Simon Fraser (smfr)
Comment 2
2010-11-07 19:59:59 PST
Comment on
attachment 73180
[details]
WIP patch Better patch coming.
Simon Fraser (smfr)
Comment 3
2010-11-07 20:36:52 PST
Didn't mean to mark fixed.
Simon Fraser (smfr)
Comment 4
2010-11-07 20:41:06 PST
Created
attachment 73208
[details]
Patch
Simon Fraser (smfr)
Comment 5
2010-11-07 22:41:02 PST
Created
attachment 73214
[details]
Patch
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug