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

Issue 2201133002: Implement GPU occluded blur mask filter (Closed)

Created:
4 years, 4 months ago by robertphillips
Modified:
4 years, 4 months ago
Reviewers:
jvanverth1, bsalomon, reed1
CC:
reviews_skia.org, djsollen
Base URL:
https://skia.googlesource.com/skia.git@occluded-blur
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Implement GPU occluded blur mask filter Spawned off: https://codereview.chromium.org/2214163003/ (Minor clean up related to blur mask filters) https://codereview.chromium.org/2232263002/ (Always give simple circular rrects a shot at being directly blurred on the GPU) GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2201133002 Committed: https://skia.googlesource.com/skia/+/27cdd947903a4262bb483e7d35153358f4541bf8

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : update to ToT #

Patch Set 4 : update to ToT #

Total comments: 4

Patch Set 5 : update #

Patch Set 6 : update to ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -32 lines) Patch
M bench/BlurOccludedRRectBench.cpp View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M gm/occludedrrectblur.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkMaskFilter.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M include/core/SkPicture.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M include/effects/SkBlurMaskFilter.h View 1 2 3 4 5 1 chunk +12 lines, -4 lines 0 comments Download
M src/core/SkMaskFilter.cpp View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkReadBuffer.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 3 4 5 12 chunks +69 lines, -19 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/SkGpuDevice_drawTexture.cpp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 29 (21 generated)
robertphillips
4 years, 4 months ago (2016-08-02 17:44:45 UTC) #4
robertphillips
ping
4 years, 4 months ago (2016-08-09 13:54:09 UTC) #11
reed1
https://codereview.chromium.org/2201133002/diff/100001/src/effects/SkBlurMaskFilter.cpp File src/effects/SkBlurMaskFilter.cpp (right): https://codereview.chromium.org/2201133002/diff/100001/src/effects/SkBlurMaskFilter.cpp#newcode155 src/effects/SkBlurMaskFilter.cpp:155: fOccluder.sort(); Lets do this (or reject it) in the ...
4 years, 4 months ago (2016-08-09 14:04:54 UTC) #12
bsalomon
lgtm https://codereview.chromium.org/2201133002/diff/100001/src/effects/SkBlurMaskFilter.cpp File src/effects/SkBlurMaskFilter.cpp (right): https://codereview.chromium.org/2201133002/diff/100001/src/effects/SkBlurMaskFilter.cpp#newcode1178 src/effects/SkBlurMaskFilter.cpp:1178: static void to_points(const SkRect& r, SkPoint* points) { ...
4 years, 4 months ago (2016-08-09 14:05:57 UTC) #13
robertphillips
https://codereview.chromium.org/2201133002/diff/100001/src/effects/SkBlurMaskFilter.cpp File src/effects/SkBlurMaskFilter.cpp (right): https://codereview.chromium.org/2201133002/diff/100001/src/effects/SkBlurMaskFilter.cpp#newcode155 src/effects/SkBlurMaskFilter.cpp:155: fOccluder.sort(); On 2016/08/09 14:04:54, reed1 wrote: > Lets do ...
4 years, 4 months ago (2016-08-09 14:46:35 UTC) #14
reed1
I still hate the API lgtm
4 years, 4 months ago (2016-08-09 15:06:09 UTC) #15
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/2201133002/140001
4 years, 4 months ago (2016-08-10 22:09:55 UTC) #26
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 23:25:30 UTC) #28
Message was sent while issue was closed.
Committed patchset #6 (id:140001) as
https://skia.googlesource.com/skia/+/27cdd947903a4262bb483e7d35153358f4541bf8

Powered by Google App Engine
This is Rietveld 408576698