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

Issue 1229693009: Add new SkPoint3 class (Closed)

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

Description

Add new SkPoint3 class The existing Light filter and the upcoming Lighting Shader both need a Point3 class Committed: https://skia.googlesource.com/skia/+/3d32d768cd8b66c49c070495c08f7933b9dd2423

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : Fix overlength lines #

Patch Set 4 : move files #

Total comments: 6

Patch Set 5 : Address code review issues #

Patch Set 6 : Fix comments #

Patch Set 7 : Add staging for Chromium #

Patch Set 8 : More Chromium staging #

Unified diffs Side-by-side diffs Delta from patch set Stats (+467 lines, -155 lines) Patch
M bench/LightingBench.cpp View 8 chunks +55 lines, -52 lines 0 comments Download
M gm/imagefiltersscaled.cpp View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M gm/lighting.cpp View 1 2 2 chunks +11 lines, -6 lines 0 comments Download
M gyp/effects.gypi View 1 2 3 3 chunks +5 lines, -3 lines 0 comments Download
M gyp/skia_for_chromium_defines.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M include/effects/SkLightingImageFilter.h View 1 2 3 4 5 6 7 1 chunk +6 lines, -29 lines 0 comments Download
A include/effects/SkPoint3.h View 1 2 3 4 5 6 1 chunk +113 lines, -0 lines 0 comments Download
M samplecode/SampleFilterFuzz.cpp View 3 chunks +4 lines, -3 lines 0 comments Download
M samplecode/SampleLighting.cpp View 1 2 chunks +1 line, -12 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 1 2 3 4 14 chunks +50 lines, -41 lines 0 comments Download
A src/effects/SkPoint3.cpp View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
M tests/ImageFilterTest.cpp View 4 chunks +5 lines, -6 lines 0 comments Download
A tests/Point3Test.cpp View 1 2 3 4 1 chunk +130 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
robertphillips
5 years, 5 months ago (2015-07-10 14:12:31 UTC) #2
reed1
perhaps we add this to include/effects for now, since it still isn't referenced by anything ...
5 years, 5 months ago (2015-07-10 14:22:06 UTC) #3
robertphillips
Moved
5 years, 5 months ago (2015-07-10 15:39:30 UTC) #4
reed1
https://codereview.chromium.org/1229693009/diff/60001/include/effects/SkPoint3.h File include/effects/SkPoint3.h (right): https://codereview.chromium.org/1229693009/diff/60001/include/effects/SkPoint3.h#newcode11 include/effects/SkPoint3.h:11: #include "SkColor.h" why do we include this? https://codereview.chromium.org/1229693009/diff/60001/include/effects/SkPoint3.h#newcode54 include/effects/SkPoint3.h:54: ...
5 years, 5 months ago (2015-07-10 15:46:29 UTC) #5
robertphillips
https://codereview.chromium.org/1229693009/diff/60001/include/effects/SkPoint3.h File include/effects/SkPoint3.h (right): https://codereview.chromium.org/1229693009/diff/60001/include/effects/SkPoint3.h#newcode11 include/effects/SkPoint3.h:11: #include "SkColor.h" On 2015/07/10 15:46:29, reed1 wrote: > why ...
5 years, 5 months ago (2015-07-10 16:54:24 UTC) #6
reed1
lgtm
5 years, 5 months ago (2015-07-10 17:40:17 UTC) #7
robertphillips
This is going to causes a lot of layout test image differences (https://codereview.chromium.org/1232073004/ Add suppressions ...
5 years, 5 months ago (2015-07-10 18:31:43 UTC) #8
scroggo
On 2015/07/10 18:31:43, robertphillips wrote: > This is going to causes a lot of layout ...
5 years, 5 months ago (2015-07-10 18:35:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1229693009/140001
5 years, 5 months ago (2015-07-13 20:04:09 UTC) #11
commit-bot: I haz the power
5 years, 5 months ago (2015-07-13 20:16:49 UTC) #12
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://skia.googlesource.com/skia/+/3d32d768cd8b66c49c070495c08f7933b9dd2423

Powered by Google App Engine
This is Rietveld 408576698