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

Issue 24090003: Enable general CSS filters in the software compositor (Closed)

Created:
7 years, 3 months ago by ajuma
Modified:
7 years, 1 month ago
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Enable general CSS filters in the software compositor The software compositor has only supported filters that include a reference filter. This CL enables support for filters that don't include a reference filter. BUG=160302 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=229569 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232476

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : Rebased #

Patch Set 5 : Address review comments #

Patch Set 6 : Rebased again #

Patch Set 7 : Rebased again #

Patch Set 8 : Rebased #

Patch Set 9 : Fix Windows crash #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -55 lines) Patch
M cc/output/renderer_pixeltest.cc View 1 2 3 4 5 6 7 1 chunk +159 lines, -0 lines 0 comments Download
M cc/output/software_renderer.cc View 1 2 3 4 5 6 7 8 1 chunk +35 lines, -11 lines 1 comment Download
A cc/test/data/blue_yellow_filter_chain.png View Binary file 0 comments Download
M cc/trees/layer_tree_host_pixeltest_filters.cc View 1 2 3 4 5 1 chunk +51 lines, -44 lines 0 comments Download

Messages

Total messages: 41 (0 generated)
ajuma
https://chromiumcodereview.appspot.com/24090003/diff/1/cc/output/software_renderer.cc File cc/output/software_renderer.cc (right): https://chromiumcodereview.appspot.com/24090003/diff/1/cc/output/software_renderer.cc#newcode443 cc/output/software_renderer.cc:443: // TODO(ajuma): Pass the quad's rect origin when applying ...
7 years, 3 months ago (2013-09-11 15:59:45 UTC) #1
Stephen White
https://chromiumcodereview.appspot.com/24090003/diff/1/cc/output/software_renderer.cc File cc/output/software_renderer.cc (right): https://chromiumcodereview.appspot.com/24090003/diff/1/cc/output/software_renderer.cc#newcode443 cc/output/software_renderer.cc:443: // TODO(ajuma): Pass the quad's rect origin when applying ...
7 years, 3 months ago (2013-09-11 16:48:06 UTC) #2
slavi
https://chromiumcodereview.appspot.com/24090003/diff/1/cc/output/software_renderer.cc File cc/output/software_renderer.cc (right): https://chromiumcodereview.appspot.com/24090003/diff/1/cc/output/software_renderer.cc#newcode443 cc/output/software_renderer.cc:443: // TODO(ajuma): Pass the quad's rect origin when applying ...
7 years, 3 months ago (2013-09-13 18:53:20 UTC) #3
ajuma
PTAL. Note that four layout tests from virtual/softwarecompositing/culling (specifically, filter-occlusion-alpha-large.html, filter-occlusion-alpha.html, filter-occlusion-blur-large.html, and filter-occlusion-blur.html) will ...
7 years, 2 months ago (2013-10-15 19:36:20 UTC) #4
Stephen White
On 2013/10/15 19:36:20, ajuma wrote: > PTAL. > > Note that four layout tests from ...
7 years, 2 months ago (2013-10-15 19:46:33 UTC) #5
Stephen White
LGTM. Nice! https://codereview.chromium.org/24090003/diff/21001/cc/output/software_renderer.cc File cc/output/software_renderer.cc (right): https://codereview.chromium.org/24090003/diff/21001/cc/output/software_renderer.cc#newcode460 cc/output/software_renderer.cc:460: filter_bitmap = device->accessBitmap(false); Might want to log ...
7 years, 2 months ago (2013-10-15 19:49:19 UTC) #6
danakj
LGTM w/ 2 things. https://codereview.chromium.org/24090003/diff/21001/cc/output/software_renderer.cc File cc/output/software_renderer.cc (right): https://codereview.chromium.org/24090003/diff/21001/cc/output/software_renderer.cc#newcode452 cc/output/software_renderer.cc:452: false)); can you use temporary ...
7 years, 2 months ago (2013-10-16 15:48:58 UTC) #7
ajuma
On 2013/10/15 19:46:33, Stephen White wrote: > On 2013/10/15 19:36:20, ajuma wrote: > > Note ...
7 years, 2 months ago (2013-10-16 19:12:06 UTC) #8
Stephen White
Thanks, still LGTM
7 years, 2 months ago (2013-10-16 19:59:29 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/24090003/66001
7 years, 2 months ago (2013-10-18 13:04:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:04:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:04:58 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:05:17 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:05:28 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/24090003/66001
7 years, 2 months ago (2013-10-18 13:05:50 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:06:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:07:26 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:07:48 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:07:56 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:08:32 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:08:47 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:16:13 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:16:21 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:16:32 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 13:16:45 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 16:31:30 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 16:32:33 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/66001
7 years, 2 months ago (2013-10-18 16:33:25 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/255001
7 years, 2 months ago (2013-10-18 20:32:01 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/255001
7 years, 2 months ago (2013-10-18 21:04:51 UTC) #30
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=210889
7 years, 2 months ago (2013-10-19 00:36:45 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/255001
7 years, 2 months ago (2013-10-19 14:22:24 UTC) #32
commit-bot: I haz the power
Change committed as 229569
7 years, 2 months ago (2013-10-19 15:47:48 UTC) #33
ajuma
Reopening since this was reverted for causing a crash on Windows content_browsertests with the following ...
7 years, 2 months ago (2013-10-22 21:20:20 UTC) #34
ajuma
PTAL. https://codereview.chromium.org/24090003/diff/575001/cc/output/software_renderer.cc File cc/output/software_renderer.cc (right): https://codereview.chromium.org/24090003/diff/575001/cc/output/software_renderer.cc#newcode451 cc/output/software_renderer.cc:451: skia::AdoptRef(new SkBitmapDevice(SkBitmap::kARGB_8888_Config, Using createCompatibleDevice leads to a crash ...
7 years, 1 month ago (2013-10-31 17:36:09 UTC) #35
Stephen White
On 2013/10/31 17:36:09, ajuma wrote: > PTAL. > > https://codereview.chromium.org/24090003/diff/575001/cc/output/software_renderer.cc > File cc/output/software_renderer.cc (right): > ...
7 years, 1 month ago (2013-10-31 17:52:13 UTC) #36
danakj
Indeed, LGTM
7 years, 1 month ago (2013-11-01 13:45:17 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/575001
7 years, 1 month ago (2013-11-01 14:29:22 UTC) #38
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=217470
7 years, 1 month ago (2013-11-01 18:10:07 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/24090003/575001
7 years, 1 month ago (2013-11-01 18:35:11 UTC) #40
commit-bot: I haz the power
7 years, 1 month ago (2013-11-01 22:08:05 UTC) #41
Message was sent while issue was closed.
Change committed as 232476

Powered by Google App Engine
This is Rietveld 408576698