WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 27021
Make use of geometry information to decide which layers become composited
https://bugs.webkit.org/show_bug.cgi?id=27021
Summary
Make use of geometry information to decide which layers become composited
Simon Fraser (smfr)
Reported
2009-07-06 22:20:32 PDT
The current RenderLayerCompositor algorithm only makes use of painting order trees when deciding which layers should be composited. This means that an element like <video> can kick a bunch of non-overlapping elements into compositing layers, with resulting impact on text antialiasing. We can improve the RenderLayerCompositor algorithm to look at overlap.
Attachments
Patch, changelog
(30.84 KB, patch)
2009-07-06 23:30 PDT
,
Simon Fraser (smfr)
hyatt
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2009-07-06 22:21:26 PDT
<
rdar://problem/7011947
>
Simon Fraser (smfr)
Comment 2
2009-07-06 23:30:17 PDT
Created
attachment 32362
[details]
Patch, changelog
Dave Hyatt
Comment 3
2009-07-07 10:10:56 PDT
Comment on
attachment 32362
[details]
Patch, changelog r=me
Simon Fraser (smfr)
Comment 4
2009-07-07 10:15:37 PDT
http://trac.webkit.org/changeset/45598
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