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

Issue 2451273003: cc : Snap texture layers to pixel boundary (Closed)

Created:
4 years, 1 month ago by jaydasika
Modified:
4 years, 1 month ago
Reviewers:
ajuma, enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews, flackr, Ian Vollick
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc : Snap texture layers to pixel boundary This is to avoid blurring caused by fractional translation. BUG=629522 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/2a1718bffdb1d3c9538731498382e9aafd886ceb Cr-Commit-Position: refs/heads/master@{#427859}

Patch Set 1 #

Total comments: 10

Patch Set 2 : rebase #

Patch Set 3 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -28 lines) Patch
M cc/layers/layer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/layer.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/layers/texture_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/texture_layer.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/layers/texture_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/texture_layer_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/proto/property_tree.proto View 1 3 chunks +3 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
M cc/trees/property_tree.cc View 1 2 4 chunks +28 lines, -17 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 1 3 chunks +4 lines, -1 line 0 comments Download
M cc/trees/property_tree_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/transform_node.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M cc/trees/transform_node.cc View 1 8 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
jaydasika
PTAL
4 years, 1 month ago (2016-10-26 19:46:44 UTC) #3
enne (OOO)
lgtm with a few small nits. You probably want ajuma to review or at least ...
4 years, 1 month ago (2016-10-26 20:32:33 UTC) #8
ajuma
lgtm too https://codereview.chromium.org/2451273003/diff/1/cc/trees/property_tree.cc File cc/trees/property_tree.cc (right): https://codereview.chromium.org/2451273003/diff/1/cc/trees/property_tree.cc#newcode520 cc/trees/property_tree.cc:520: unsnapping.Subtract(current->snap_amount); Could we DCHECK that the snap_amount ...
4 years, 1 month ago (2016-10-26 21:19:39 UTC) #10
jaydasika
https://codereview.chromium.org/2451273003/diff/1/cc/trees/layer_tree_host_common_unittest.cc File cc/trees/layer_tree_host_common_unittest.cc (right): https://codereview.chromium.org/2451273003/diff/1/cc/trees/layer_tree_host_common_unittest.cc#newcode3548 cc/trees/layer_tree_host_common_unittest.cc:3548: fractional_translate.Translate(10.5f, 10.5f); On 2016/10/26 20:32:32, enne wrote: > Can ...
4 years, 1 month ago (2016-10-26 21:49:14 UTC) #11
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/2451273003/60001
4 years, 1 month ago (2016-10-26 21:50:27 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 1 month ago (2016-10-26 22:58:37 UTC) #15
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 23:00:22 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2a1718bffdb1d3c9538731498382e9aafd886ceb
Cr-Commit-Position: refs/heads/master@{#427859}

Powered by Google App Engine
This is Rietveld 408576698