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

Issue 2249973003: Add alternative ambient shadow method to Android shadow sample (Closed)

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

Description

Add alternative ambient shadow method to Android shadow sample TBR=bsalomon@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2249973003 Committed: https://skia.googlesource.com/skia/+/6c177a1a49fcfe8bfd5f3ffda3ee50bbe2679463

Patch Set 1 #

Patch Set 2 : Some fixups #

Patch Set 3 : Some fixups #

Patch Set 4 : Fix some overlong lines #

Total comments: 18

Patch Set 5 : Address comments #

Patch Set 6 : Added comment to GrOvalRenderer.cpp #

Patch Set 7 : Fixup distance vector usage #

Total comments: 4

Patch Set 8 : Nits #

Patch Set 9 : Nits (again) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -9 lines) Patch
M gyp/effects.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
A include/effects/SkGaussianEdgeShader.h View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
M samplecode/SampleAndroidShadows.cpp View 1 2 3 4 5 6 7 8 7 chunks +89 lines, -2 lines 0 comments Download
A src/effects/SkGaussianEdgeShader.cpp View 1 2 3 4 5 6 7 1 chunk +152 lines, -0 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 4 5 6 2 chunks +16 lines, -5 lines 0 comments Download
M src/gpu/batches/GrAnalyticRectBatch.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/glsl/GrGLSLProgramBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (7 generated)
jvanverth1
4 years, 4 months ago (2016-08-16 17:16:54 UTC) #3
robertphillips
https://codereview.chromium.org/2249973003/diff/60001/include/effects/SkGaussianEdgeShader.h File include/effects/SkGaussianEdgeShader.h (right): https://codereview.chromium.org/2249973003/diff/60001/include/effects/SkGaussianEdgeShader.h#newcode15 include/effects/SkGaussianEdgeShader.h:15: /** Returns a shader that applies a Gaussian blur ...
4 years, 4 months ago (2016-08-16 17:56:07 UTC) #4
jvanverth1
https://codereview.chromium.org/2249973003/diff/60001/include/effects/SkGaussianEdgeShader.h File include/effects/SkGaussianEdgeShader.h (right): https://codereview.chromium.org/2249973003/diff/60001/include/effects/SkGaussianEdgeShader.h#newcode15 include/effects/SkGaussianEdgeShader.h:15: /** Returns a shader that applies a Gaussian blur ...
4 years, 4 months ago (2016-08-16 19:14:11 UTC) #5
jvanverth1
Missed a couple: https://codereview.chromium.org/2249973003/diff/60001/src/gpu/GrOvalRenderer.cpp File src/gpu/GrOvalRenderer.cpp (right): https://codereview.chromium.org/2249973003/diff/60001/src/gpu/GrOvalRenderer.cpp#newcode71 src/gpu/GrOvalRenderer.cpp:71: * innerRad is the innerRadius in ...
4 years, 4 months ago (2016-08-16 19:24:54 UTC) #6
jvanverth1
Fixed up the other distance vector uses. PTAL.
4 years, 4 months ago (2016-08-16 20:15:01 UTC) #7
robertphillips
https://codereview.chromium.org/2249973003/diff/120001/samplecode/SampleAndroidShadows.cpp File samplecode/SampleAndroidShadows.cpp (right): https://codereview.chromium.org/2249973003/diff/120001/samplecode/SampleAndroidShadows.cpp#newcode176 samplecode/SampleAndroidShadows.cpp:176: do we need std::move here ? Can't we just ...
4 years, 4 months ago (2016-08-16 21:25:42 UTC) #8
robertphillips
lgtm
4 years, 4 months ago (2016-08-16 21:30:54 UTC) #9
jvanverth1
https://codereview.chromium.org/2249973003/diff/120001/samplecode/SampleAndroidShadows.cpp File samplecode/SampleAndroidShadows.cpp (right): https://codereview.chromium.org/2249973003/diff/120001/samplecode/SampleAndroidShadows.cpp#newcode176 samplecode/SampleAndroidShadows.cpp:176: On 2016/08/16 21:25:42, robertphillips wrote: > do we need ...
4 years, 4 months ago (2016-08-16 21:31:20 UTC) #10
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/2249973003/160001
4 years, 4 months ago (2016-08-16 21:31:35 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on master.client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/12670)
4 years, 4 months ago (2016-08-16 21:33:06 UTC) #14
jvanverth1
On 2016/08/16 21:33:06, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 4 months ago (2016-08-17 13:26:32 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/2249973003/160001
4 years, 4 months ago (2016-08-17 14:58:43 UTC) #18
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 14:59:44 UTC) #20
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://skia.googlesource.com/skia/+/6c177a1a49fcfe8bfd5f3ffda3ee50bbe2679463

Powered by Google App Engine
This is Rietveld 408576698