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

Issue 2317913002: cc: Change preraster/predecode split to be half of max skewport extent. (Closed)

Created:
4 years, 3 months ago by vmpstr
Modified:
4 years, 3 months ago
Reviewers:
enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Change preraster/predecode split to be half of max skewport extent. This patch iterates on the raster/decode split to include skewport into consideration. Specifically, in addition to limiting preraster to 1000 pixels, we also limit it by half of the skewport extent, where skewport extent is the largest padding in any direction away from the viewport. The tough scrolling cases seems to indicate that checkerboards remain roughly the same with this patch. R=enne CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/1a4f3af8e0b96d1517939be11395132f9faa5e8c Cr-Commit-Position: refs/heads/master@{#417164}

Patch Set 1 #

Total comments: 4

Patch Set 2 : update #

Patch Set 3 : compile fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -49 lines) Patch
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/fake_tile_manager.cc View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M cc/tiles/picture_layer_tiling.h View 1 3 chunks +6 lines, -1 line 0 comments Download
M cc/tiles/picture_layer_tiling.cc View 1 3 chunks +29 lines, -4 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set.h View 3 chunks +5 lines, -2 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set.cc View 4 chunks +14 lines, -9 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set_unittest.cc View 1 2 4 chunks +10 lines, -7 lines 0 comments Download
M cc/tiles/picture_layer_tiling_unittest.cc View 1 2 2 chunks +12 lines, -3 lines 0 comments Download
M cc/tiles/prioritized_tile.h View 3 chunks +6 lines, -1 line 0 comments Download
M cc/tiles/prioritized_tile.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M cc/tiles/tile_manager.h View 2 chunks +1 line, -3 lines 0 comments Download
M cc/tiles/tile_manager.cc View 3 chunks +2 lines, -6 lines 0 comments Download
M cc/tiles/tile_manager_unittest.cc View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 2 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
vmpstr
Please take a look.
4 years, 3 months ago (2016-09-07 21:27:22 UTC) #4
enne (OOO)
So the goal here is to limit pre-raster work when the skewport is moving slowly? ...
4 years, 3 months ago (2016-09-07 22:03:21 UTC) #5
vmpstr
> So the goal here is to limit pre-raster work when the skewport is moving ...
4 years, 3 months ago (2016-09-07 22:06:40 UTC) #6
enne (OOO)
https://codereview.chromium.org/2317913002/diff/1/cc/tiles/picture_layer_tiling.cc File cc/tiles/picture_layer_tiling.cc (right): https://codereview.chromium.org/2317913002/diff/1/cc/tiles/picture_layer_tiling.cc#newcode805 cc/tiles/picture_layer_tiling.cc:805: tile_priority.distance_to_visible > 0.5f * max_skewport_extent_); On 2016/09/07 at 22:06:40, ...
4 years, 3 months ago (2016-09-07 22:13:03 UTC) #7
vmpstr
PTAL https://codereview.chromium.org/2317913002/diff/1/cc/tiles/picture_layer_tiling.cc File cc/tiles/picture_layer_tiling.cc (right): https://codereview.chromium.org/2317913002/diff/1/cc/tiles/picture_layer_tiling.cc#newcode805 cc/tiles/picture_layer_tiling.cc:805: tile_priority.distance_to_visible > 0.5f * max_skewport_extent_); On 2016/09/07 22:13:03, ...
4 years, 3 months ago (2016-09-07 22:48:28 UTC) #8
enne (OOO)
lgtm
4 years, 3 months ago (2016-09-08 00:03:33 UTC) #9
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/2317913002/20001
4 years, 3 months ago (2016-09-08 00:19:38 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/231939)
4 years, 3 months ago (2016-09-08 00:41:24 UTC) #13
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/2317913002/40001
4 years, 3 months ago (2016-09-08 01:09:46 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-08 02:14:56 UTC) #18
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 02:17:01 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1a4f3af8e0b96d1517939be11395132f9faa5e8c
Cr-Commit-Position: refs/heads/master@{#417164}

Powered by Google App Engine
This is Rietveld 408576698