Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1477)

Issue 6453055: Move GPU gradients into src/effects/gradients. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by rileya
Modified:
11 years, 11 months ago
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Move GPU gradients into src/effects/gradients. Committed: https://code.google.com/p/skia/source/detail?r=4805

Patch Set 1 #

Total comments: 6

Patch Set 2 : Cleanup. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1031 lines, -1043 lines) Patch
M gyp/gpu.gyp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 1 1 chunk +66 lines, -0 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 1 2 chunks +72 lines, -1 line 0 comments Download
M src/effects/gradients/SkLinearGradient.h View 1 1 chunk +24 lines, -0 lines 0 comments Download
M src/effects/gradients/SkLinearGradient.cpp View 1 1 chunk +53 lines, -0 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.h View 1 1 chunk +23 lines, -0 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.cpp View 1 1 chunk +56 lines, -0 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.cpp View 1 1 chunk +55 lines, -0 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.h View 1 1 chunk +41 lines, -0 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.cpp View 1 1 chunk +317 lines, -0 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.h View 1 1 chunk +41 lines, -0 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.cpp View 1 1 chunk +256 lines, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
D src/gpu/effects/GrGradientEffects.h View 1 1 chunk +0 lines, -207 lines 0 comments Download
D src/gpu/effects/GrGradientEffects.cpp View 1 1 chunk +0 lines, -831 lines 0 comments Download
M src/gpu/gl/GrGpuGL_unittest.cpp View 1 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 4
rileya
I was originally going to move and rename GrGradientEffects to SkGradientShaderGpu, but everything was small ...
11 years, 11 months ago (2012-07-27 13:13:36 UTC) #1
bsalomon
http://codereview.appspot.com/6453055/diff/1/src/effects/gradients/SkGradientShaderPriv.h File src/effects/gradients/SkGradientShaderPriv.h (right): http://codereview.appspot.com/6453055/diff/1/src/effects/gradients/SkGradientShaderPriv.h#newcode23 src/effects/gradients/SkGradientShaderPriv.h:23: #include "GrTypes.h" Do we actually have to include GrTypes.h ...
11 years, 11 months ago (2012-07-27 13:33:37 UTC) #2
rileya
http://codereview.appspot.com/6453055/diff/1/src/effects/gradients/SkGradientShaderPriv.h File src/effects/gradients/SkGradientShaderPriv.h (right): http://codereview.appspot.com/6453055/diff/1/src/effects/gradients/SkGradientShaderPriv.h#newcode23 src/effects/gradients/SkGradientShaderPriv.h:23: #include "GrTypes.h" On 2012/07/27 13:33:37, bsalomon wrote: > Do ...
11 years, 11 months ago (2012-07-27 13:50:18 UTC) #3
bsalomon
11 years, 11 months ago (2012-07-27 13:57:59 UTC) #4
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b