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

Issue 2186693002: Implement filter effects in Core Animation using CAFilters. (Closed)

Created:
4 years, 4 months ago by erikchen
Modified:
4 years, 4 months ago
Reviewers:
piman, ccameron
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@temp50_base
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement filter effects in Core Animation using CAFilters. Filter effects are converted into CAFilters, which are applied to the CALayer. BUG=581526 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/3bf2141da52df2a38288455c142e5dd164253130 Cr-Commit-Position: refs/heads/master@{#407951}

Patch Set 1 #

Patch Set 2 : More cleanup. #

Patch Set 3 : Add test. #

Total comments: 2

Patch Set 4 : Comments from piman. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -11 lines) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/accelerated_widget_mac/ca_layer_tree_unittest_mac.mm View 1 2 3 chunks +33 lines, -2 lines 0 comments Download
M ui/accelerated_widget_mac/ca_renderer_layer_tree.h View 3 chunks +6 lines, -1 line 0 comments Download
M ui/accelerated_widget_mac/ca_renderer_layer_tree.mm View 1 2 11 chunks +221 lines, -6 lines 0 comments Download
M ui/gl/ca_renderer_layer_params.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/ca_renderer_layer_params.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 18 (10 generated)
erikchen
piman: Please review gpu/ ccameron: Please review ui/
4 years, 4 months ago (2016-07-26 20:31:39 UTC) #6
piman
lgtm https://codereview.chromium.org/2186693002/diff/40001/ui/gl/ca_renderer_layer_params.h File ui/gl/ca_renderer_layer_params.h (right): https://codereview.chromium.org/2186693002/diff/40001/ui/gl/ca_renderer_layer_params.h#newcode83 ui/gl/ca_renderer_layer_params.h:83: const ui::CARendererLayerParams::FilterEffect& b); Why the need for this ...
4 years, 4 months ago (2016-07-26 20:42:43 UTC) #7
ccameron
lgtm 2
4 years, 4 months ago (2016-07-26 21:33:31 UTC) #10
erikchen
https://codereview.chromium.org/2186693002/diff/40001/ui/gl/ca_renderer_layer_params.h File ui/gl/ca_renderer_layer_params.h (right): https://codereview.chromium.org/2186693002/diff/40001/ui/gl/ca_renderer_layer_params.h#newcode83 ui/gl/ca_renderer_layer_params.h:83: const ui::CARendererLayerParams::FilterEffect& b); On 2016/07/26 20:42:43, piman - slow ...
4 years, 4 months ago (2016-07-26 21:49:26 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/2186693002/60001
4 years, 4 months ago (2016-07-26 21:50:22 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-07-26 23:03:14 UTC) #15
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/3bf2141da52df2a38288455c142e5dd164253130 Cr-Commit-Position: refs/heads/master@{#407951}
4 years, 4 months ago (2016-07-26 23:05:19 UTC) #17
erikchen
4 years, 4 months ago (2016-08-04 00:14:12 UTC) #18
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/2208943002/ by erikchen@chromium.org.

The reason for reverting is: The new implementation for filter effects in the CA
compositor doesn't rely on CA filters, which are fundamentally flawed.

See https://bugs.chromium.org/p/chromium/issues/detail?id=581526#c29 for more
details..

Powered by Google App Engine
This is Rietveld 408576698