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

Issue 422233008: Re-raster during scale animations for GPU-rasterized layers without text (Closed)

Created:
6 years, 4 months ago by ajuma
Modified:
6 years, 4 months ago
Reviewers:
enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews, ernstm, nduca, Ian Vollick
Project:
chromium
Visibility:
Public.

Description

Re-raster during scale animations for GPU-rasterized layers without text This re-rasters GPU-rasterized layers during scale animations in order to keep content crisp, but only for layers that don't have text (since re-rastering text at different scales leads to expensive glyph texture uploads at each scale). BUG=395760, 372391 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291068

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -5 lines) Patch
M cc/layers/picture_layer_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 3 chunks +24 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 chunk +105 lines, -0 lines 0 comments Download
M cc/resources/picture.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/picture.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M cc/resources/picture_pile.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/picture_pile_base.h View 2 chunks +4 lines, -0 lines 0 comments Download
M cc/resources/picture_pile_base.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M cc/test/fake_picture_pile_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
ajuma
6 years, 4 months ago (2014-08-20 15:10:48 UTC) #1
enne (OOO)
lgtm https://codereview.chromium.org/422233008/diff/20001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/422233008/diff/20001/cc/layers/picture_layer_impl.cc#newcode1311 cc/layers/picture_layer_impl.cc:1311: if (pile_->has_text()) Can you add some comments about ...
6 years, 4 months ago (2014-08-20 18:15:50 UTC) #2
ajuma
https://codereview.chromium.org/422233008/diff/20001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/422233008/diff/20001/cc/layers/picture_layer_impl.cc#newcode1311 cc/layers/picture_layer_impl.cc:1311: if (pile_->has_text()) On 2014/08/20 18:15:49, enne wrote: > Can ...
6 years, 4 months ago (2014-08-20 18:51:29 UTC) #3
ajuma
The CQ bit was checked by ajuma@chromium.org
6 years, 4 months ago (2014-08-20 18:51:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/422233008/40001
6 years, 4 months ago (2014-08-20 18:52:47 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-20 20:45:58 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-20 20:50:02 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55065) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/7882)
6 years, 4 months ago (2014-08-20 20:50:04 UTC) #8
ajuma
The CQ bit was checked by ajuma@chromium.org
6 years, 4 months ago (2014-08-20 20:51:40 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/422233008/40001
6 years, 4 months ago (2014-08-20 20:53:45 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-20 20:58:29 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-20 21:01:50 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55081) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/7895)
6 years, 4 months ago (2014-08-20 21:01:50 UTC) #13
ajuma
The CQ bit was checked by ajuma@chromium.org
6 years, 4 months ago (2014-08-21 13:02:20 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/422233008/40001
6 years, 4 months ago (2014-08-21 13:03:38 UTC) #15
commit-bot: I haz the power
6 years, 4 months ago (2014-08-21 14:59:01 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (40001) as 291068

Powered by Google App Engine
This is Rietveld 408576698