Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Issue 2351343002: Disable CA compositor if there are too many quads. (Closed)

Created:
4 years, 3 months ago by erikchen
Modified:
4 years, 3 months ago
CC:
chromium-reviews, cc-bugs_chromium.org, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable CA compositor if there are too many RenderPassDrawQuads If there are too many RenderPassDrawQuads, we shouldn't use Core Animation to present them as individual layers, since that potentially doubles the amount of work needed to present them. cc has to blit them into an IOSurface, and then Core Animation has to blit them to the final surface. BUG=636884 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/e4e1cdc9897a759cf154dad8e81c6dd88ac4b22d Cr-Commit-Position: refs/heads/master@{#420188}

Patch Set 1 #

Patch Set 2 : Change IOSurface quad count. #

Patch Set 3 : Only look at RPDQs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -2 lines) Patch
M cc/output/ca_layer_overlay.cc View 1 2 5 chunks +22 lines, -2 lines 0 comments Download
M cc/output/overlay_unittest.cc View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 24 (13 generated)
erikchen
ccameron: Please review.
4 years, 3 months ago (2016-09-20 20:24:29 UTC) #4
ccameron
lgtm (guessing that we're going to see this be hit for <0.01% of frames, which ...
4 years, 3 months ago (2016-09-20 20:27:36 UTC) #6
erikchen
On 2016/09/20 20:27:36, ccameron wrote: > lgtm (guessing that we're going to see this be ...
4 years, 3 months ago (2016-09-20 20:31:36 UTC) #7
erikchen
On 2016/09/20 20:31:36, erikchen wrote: > On 2016/09/20 20:27:36, ccameron wrote: > > lgtm (guessing ...
4 years, 3 months ago (2016-09-20 20:46:37 UTC) #10
erikchen
asvitkine: Please review tools/metric/histograms.
4 years, 3 months ago (2016-09-20 22:25:18 UTC) #15
ccameron
still lgtm
4 years, 3 months ago (2016-09-20 22:35:55 UTC) #16
erikchen
isherman: Please review tools/metrics
4 years, 3 months ago (2016-09-21 20:06:05 UTC) #18
Ilya Sherman
histograms.xml lgtm
4 years, 3 months ago (2016-09-21 21:12:09 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2351343002/40001
4 years, 3 months ago (2016-09-21 21:56:39 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-21 22:59:45 UTC) #22
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 23:04:09 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e4e1cdc9897a759cf154dad8e81c6dd88ac4b22d
Cr-Commit-Position: refs/heads/master@{#420188}

Powered by Google App Engine
This is Rietveld 408576698