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

Issue 227623004: Add flipped gradient branch to two point conical gradient (Closed)

Created:
6 years, 8 months ago by egdaniel
Modified:
6 years, 8 months ago
Reviewers:
bsalomon, mtklein
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Add flipped gradient branch to two point conical gradient BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14235 Committed: http://code.google.com/p/skia/source/detail?r=14271

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : Cpu flip fix #

Total comments: 2

Patch Set 5 : Array changes #

Patch Set 6 : Pdf fix #

Total comments: 1

Patch Set 7 : Comment change #

Patch Set 8 : #

Patch Set 9 : Merge fix #

Patch Set 10 : Merge fix 2 #

Patch Set 11 : Two more ignore gms #

Patch Set 12 : Another ignore #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -29 lines) Patch
M expectations/gm/ignored-tests.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +12 lines, -0 lines 0 comments Download
M include/core/SkPicture.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 1 2 3 4 5 6 7 8 9 5 chunks +68 lines, -7 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 1 2 3 4 5 6 7 8 9 1 chunk +17 lines, -1 line 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.h View 1 2 3 4 5 6 7 8 9 4 chunks +11 lines, -6 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.cpp View 1 2 3 4 5 6 7 8 9 10 chunks +34 lines, -7 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp View 1 6 7 8 9 10 chunks +28 lines, -7 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
egdaniel
This is a pre-step to my main gradients change. This patch orders the gradient so ...
6 years, 8 months ago (2014-04-16 17:10:14 UTC) #1
mtklein
https://codereview.chromium.org/227623004/diff/40001/src/effects/gradients/SkTwoPointConicalGradient.cpp File src/effects/gradients/SkTwoPointConicalGradient.cpp (right): https://codereview.chromium.org/227623004/diff/40001/src/effects/gradients/SkTwoPointConicalGradient.cpp#newcode357 src/effects/gradients/SkTwoPointConicalGradient.cpp:357: if (buffer.pictureVersion() > kNewTwoPointConicalVersion || 0 == buffer.pictureVersion()) { ...
6 years, 8 months ago (2014-04-16 17:23:34 UTC) #2
egdaniel
small bug fix caused by change to SkTwoPointConicalGradient earlier today, plus mikes suggestions
6 years, 8 months ago (2014-04-16 17:53:58 UTC) #3
mtklein
On 2014/04/16 17:53:58, egdaniel wrote: > small bug fix caused by change to SkTwoPointConicalGradient earlier ...
6 years, 8 months ago (2014-04-16 17:54:59 UTC) #4
bsalomon
lgtm https://codereview.chromium.org/227623004/diff/60001/src/effects/gradients/SkGradientShader.cpp File src/effects/gradients/SkGradientShader.cpp (right): https://codereview.chromium.org/227623004/diff/60001/src/effects/gradients/SkGradientShader.cpp#newcode822 src/effects/gradients/SkGradientShader.cpp:822: SkColor colorsNew[colorCount]; woah.. this looks like a compiler ...
6 years, 8 months ago (2014-04-16 19:12:55 UTC) #5
bsalomon
On 2014/04/16 19:12:55, bsalomon wrote: > lgtm > > https://codereview.chromium.org/227623004/diff/60001/src/effects/gradients/SkGradientShader.cpp > File src/effects/gradients/SkGradientShader.cpp (right): > ...
6 years, 8 months ago (2014-04-16 19:14:08 UTC) #6
mtklein
https://codereview.chromium.org/227623004/diff/60001/src/effects/gradients/SkGradientShader.cpp File src/effects/gradients/SkGradientShader.cpp (right): https://codereview.chromium.org/227623004/diff/60001/src/effects/gradients/SkGradientShader.cpp#newcode822 src/effects/gradients/SkGradientShader.cpp:822: SkColor colorsNew[colorCount]; On 2014/04/16 19:12:56, bsalomon wrote: > woah.. ...
6 years, 8 months ago (2014-04-16 19:20:50 UTC) #7
egdaniel
6 years, 8 months ago (2014-04-16 20:00:18 UTC) #8
bsalomon
lgtm
6 years, 8 months ago (2014-04-16 21:14:07 UTC) #9
egdaniel
The CQ bit was checked by egdaniel@google.com
6 years, 8 months ago (2014-04-17 13:12:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/egdaniel@google.com/227623004/80001
6 years, 8 months ago (2014-04-17 13:12:30 UTC) #11
commit-bot: I haz the power
Change committed as 14235
6 years, 8 months ago (2014-04-17 13:28:09 UTC) #12
egdaniel
A revert of this CL has been created in https://codereview.chromium.org/239993006/ by egdaniel@google.com. The reason for ...
6 years, 8 months ago (2014-04-17 13:56:54 UTC) #13
egdaniel
Main differences in new version is the for TwoPointConicalGradients we have its asAGradient function return ...
6 years, 8 months ago (2014-04-18 14:16:11 UTC) #14
bsalomon
lgtm https://codereview.chromium.org/227623004/diff/100001/src/effects/gradients/SkGradientShaderPriv.h File src/effects/gradients/SkGradientShaderPriv.h (right): https://codereview.chromium.org/227623004/diff/100001/src/effects/gradients/SkGradientShaderPriv.h#newcode171 src/effects/gradients/SkGradientShaderPriv.h:171: // Flip the Takes in Color info for ...
6 years, 8 months ago (2014-04-18 14:31:44 UTC) #15
egdaniel
The CQ bit was checked by egdaniel@google.com
6 years, 8 months ago (2014-04-21 12:55:17 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/egdaniel@google.com/227623004/210001
6 years, 8 months ago (2014-04-21 12:55:20 UTC) #17
commit-bot: I haz the power
6 years, 8 months ago (2014-04-21 13:10:28 UTC) #18
Message was sent while issue was closed.
Change committed as 14271

Powered by Google App Engine
This is Rietveld 408576698