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

Issue 270823003: cc: Move gpu rasterization flag from LayerImpl to LayerTreeImpl. (Closed)

Created:
6 years, 7 months ago by alokp
Modified:
6 years, 7 months ago
Reviewers:
reveman, ernstm, enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org, ernstm
Visibility:
Public.

Description

cc: Move gpu rasterization flag from LayerImpl to LayerTreeImpl. BUG=367198 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269576

Patch Set 1 #

Total comments: 4

Patch Set 2 : inline use-gpu-rasterization #

Total comments: 2

Patch Set 3 : rebase #

Patch Set 4 : release tree resources internally #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -55 lines) Patch
M cc/layers/picture_layer.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl.h View 1 4 chunks +5 lines, -4 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 12 chunks +8 lines, -20 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 3 chunks +9 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 2 chunks +5 lines, -17 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 2 3 4 4 chunks +6 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 2 3 4 5 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (0 generated)
alokp
I will rip out the rasterizer delegate and add mechanism for switching rasterizer in a ...
6 years, 7 months ago (2014-05-08 21:29:31 UTC) #1
reveman
https://codereview.chromium.org/270823003/diff/1/cc/layers/picture_layer_impl.h File cc/layers/picture_layer_impl.h (right): https://codereview.chromium.org/270823003/diff/1/cc/layers/picture_layer_impl.h#newcode134 cc/layers/picture_layer_impl.h:134: bool UseGpuRasterization() const; should we just get rid of ...
6 years, 7 months ago (2014-05-08 21:51:30 UTC) #2
alokp
https://codereview.chromium.org/270823003/diff/1/cc/layers/picture_layer_impl.h File cc/layers/picture_layer_impl.h (right): https://codereview.chromium.org/270823003/diff/1/cc/layers/picture_layer_impl.h#newcode134 cc/layers/picture_layer_impl.h:134: bool UseGpuRasterization() const; I will prefer to keep this ...
6 years, 7 months ago (2014-05-08 22:44:41 UTC) #3
reveman
https://codereview.chromium.org/270823003/diff/1/cc/layers/picture_layer_impl.h File cc/layers/picture_layer_impl.h (right): https://codereview.chromium.org/270823003/diff/1/cc/layers/picture_layer_impl.h#newcode134 cc/layers/picture_layer_impl.h:134: bool UseGpuRasterization() const; On 2014/05/08 22:44:41, Alok Priyadarshi wrote: ...
6 years, 7 months ago (2014-05-08 23:08:33 UTC) #4
alokp
https://codereview.chromium.org/270823003/diff/1/cc/layers/picture_layer_impl.h File cc/layers/picture_layer_impl.h (right): https://codereview.chromium.org/270823003/diff/1/cc/layers/picture_layer_impl.h#newcode134 cc/layers/picture_layer_impl.h:134: bool UseGpuRasterization() const; On 2014/05/08 23:08:33, reveman wrote: > ...
6 years, 7 months ago (2014-05-08 23:34:43 UTC) #5
reveman
lgtm
6 years, 7 months ago (2014-05-09 00:44:43 UTC) #6
ernstm
The CQ bit was checked by ernstm@chromium.org
6 years, 7 months ago (2014-05-09 00:49:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/270823003/20001
6 years, 7 months ago (2014-05-09 00:50:09 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-09 04:33:06 UTC) #9
alokp
The CQ bit was unchecked by alokp@chromium.org
6 years, 7 months ago (2014-05-09 05:26:21 UTC) #10
alokp
Manfred: I would like to wait until enne@ has had a chance to look at ...
6 years, 7 months ago (2014-05-09 05:27:39 UTC) #11
enne (OOO)
https://codereview.chromium.org/270823003/diff/20001/cc/trees/layer_tree_host_impl.cc File cc/trees/layer_tree_host_impl.cc (right): https://codereview.chromium.org/270823003/diff/20001/cc/trees/layer_tree_host_impl.cc#newcode339 cc/trees/layer_tree_host_impl.cc:339: SendReleaseResourcesRecursive(pending_tree_->root_layer()); I think you should have the tree do ...
6 years, 7 months ago (2014-05-09 19:13:27 UTC) #12
alokp
https://codereview.chromium.org/270823003/diff/20001/cc/trees/layer_tree_host_impl.cc File cc/trees/layer_tree_host_impl.cc (right): https://codereview.chromium.org/270823003/diff/20001/cc/trees/layer_tree_host_impl.cc#newcode339 cc/trees/layer_tree_host_impl.cc:339: SendReleaseResourcesRecursive(pending_tree_->root_layer()); On 2014/05/09 19:13:27, enne wrote: > I think ...
6 years, 7 months ago (2014-05-09 19:59:54 UTC) #13
enne (OOO)
Thanks! That looks a lot cleaner. :) lgtm
6 years, 7 months ago (2014-05-09 20:01:28 UTC) #14
alokp
The CQ bit was checked by alokp@chromium.org
6 years, 7 months ago (2014-05-09 20:18:16 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/270823003/60001
6 years, 7 months ago (2014-05-09 20:23:16 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-09 21:02:31 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-09 21:07:44 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/2993) ios_rel_device_ninja on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device_ninja/builds/15763) linux_chromium_chromeos_rel ...
6 years, 7 months ago (2014-05-09 21:07:45 UTC) #19
alokp
The CQ bit was checked by alokp@chromium.org
6 years, 7 months ago (2014-05-09 21:40:37 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/270823003/80001
6 years, 7 months ago (2014-05-09 21:42:35 UTC) #21
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-10 01:12:12 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-10 01:16:57 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/152744)
6 years, 7 months ago (2014-05-10 01:16:57 UTC) #24
alokp
The CQ bit was checked by alokp@chromium.org
6 years, 7 months ago (2014-05-10 02:05:03 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/270823003/80001
6 years, 7 months ago (2014-05-10 02:07:11 UTC) #26
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-10 03:36:22 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-10 04:50:51 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/152768)
6 years, 7 months ago (2014-05-10 04:50:51 UTC) #29
alokp
The CQ bit was checked by alokp@chromium.org
6 years, 7 months ago (2014-05-10 04:54:01 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/270823003/80001
6 years, 7 months ago (2014-05-10 04:54:46 UTC) #31
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-10 06:26:51 UTC) #32
commit-bot: I haz the power
6 years, 7 months ago (2014-05-10 12:15:50 UTC) #33
Message was sent while issue was closed.
Change committed as 269576

Powered by Google App Engine
This is Rietveld 408576698