WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
79852
Optimize the rects being drawn into compositing layers
https://bugs.webkit.org/show_bug.cgi?id=79852
Summary
Optimize the rects being drawn into compositing layers
Simon Fraser (smfr)
Reported
2012-02-28 17:51:53 PST
We should make sure that we're not drawing more than necessary in composting layers because of rect coalescing.
Attachments
Patch
(2.49 KB, patch)
2012-02-28 18:14 PST
,
Simon Fraser (smfr)
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2012-02-28 18:14:09 PST
Created
attachment 129370
[details]
Patch
mitz
Comment 2
2012-02-28 18:49:12 PST
Comment on
attachment 129370
[details]
Patch In drawRect: we examine the total area of all texts and do a single paint if they cover a sufficiently large fraction of the clip bounds. I wonder if we don't need something similar here.
mitz
Comment 3
2012-02-28 18:50:24 PST
s/texts/rects/.
Simon Fraser (smfr)
Comment 4
2012-02-28 20:19:19 PST
I wonder that too. I'll look to see if CA does that already.
Simon Fraser (smfr)
Comment 5
2012-02-28 20:47:50 PST
http://trac.webkit.org/changeset/109186
Simon Fraser (smfr)
Comment 6
2012-11-28 16:52:34 PST
<
rdar://problem/9082399
>
Simon Fraser (smfr)
Comment 7
2012-11-28 16:56:58 PST
This change was made to help
http://ie.microsoft.com/testdrive/performance/mazesolver/default.html
performance.
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