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

Issue 2062743003: Bin circular blur profile textures by scale and blur to radius ratio (Closed)

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

Description

Bin circular blur profile textures by scale and blur to radius ratio. This reduces the number of profile textures that will be generated throughout an animation and also caps the texture size. It could probably be better tuned. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2062743003 Committed: https://skia.googlesource.com/skia/+/f7fcdb226dc1a2d2929ef26c5ce7cea4460b809c

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 6

Patch Set 3 : Address comments #

Patch Set 4 : Fix compiler warnings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -63 lines) Patch
M src/effects/GrCircleBlurFragmentProcessor.h View 1 2 2 chunks +28 lines, -19 lines 0 comments Download
M src/effects/GrCircleBlurFragmentProcessor.cpp View 1 2 3 7 chunks +69 lines, -44 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
bsalomon
4 years, 6 months ago (2016-06-13 18:55:49 UTC) #4
jvanverth1
Just a few questions/comments. https://codereview.chromium.org/2062743003/diff/20001/src/effects/GrCircleBlurFragmentProcessor.cpp File src/effects/GrCircleBlurFragmentProcessor.cpp (right): https://codereview.chromium.org/2062743003/diff/20001/src/effects/GrCircleBlurFragmentProcessor.cpp#newcode110 src/effects/GrCircleBlurFragmentProcessor.cpp:110: return; Won't this return garbage ...
4 years, 6 months ago (2016-06-14 18:51:15 UTC) #5
bsalomon
https://codereview.chromium.org/2062743003/diff/20001/src/effects/GrCircleBlurFragmentProcessor.cpp File src/effects/GrCircleBlurFragmentProcessor.cpp (right): https://codereview.chromium.org/2062743003/diff/20001/src/effects/GrCircleBlurFragmentProcessor.cpp#newcode110 src/effects/GrCircleBlurFragmentProcessor.cpp:110: return; On 2016/06/14 18:51:15, jvanverth1 wrote: > Won't this ...
4 years, 6 months ago (2016-06-14 19:16:52 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2062743003/40001
4 years, 6 months ago (2016-06-14 19:17:41 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/9192)
4 years, 6 months ago (2016-06-14 19:23:33 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2062743003/60001
4 years, 6 months ago (2016-06-14 19:55:15 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-14 20:08:01 UTC) #14
jvanverth1
lgtm
4 years, 6 months ago (2016-06-14 20:27:15 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2062743003/60001
4 years, 6 months ago (2016-06-14 21:08:57 UTC) #17
commit-bot: I haz the power
4 years, 6 months ago (2016-06-14 21:37:19 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/f7fcdb226dc1a2d2929ef26c5ce7cea4460b809c

Powered by Google App Engine
This is Rietveld 408576698