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

Issue 6447085: Registry-based unit test for custom effects (Closed)

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

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : svn update and fixes necessary to pass the test #

Patch Set 4 : Make SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0 work #

Total comments: 7

Patch Set 5 : Tom's comments.. fix macro usage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+366 lines, -143 lines) Patch
M gyp/gpu.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkRandom.h View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
M include/gpu/GrCustomStage.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A include/gpu/GrCustomStageUnitTest.h View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 1 2 3 4 1 chunk +15 lines, -1 line 0 comments Download
M src/effects/gradients/SkLinearGradient.cpp View 1 2 3 4 1 chunk +25 lines, -0 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.cpp View 1 2 3 4 1 chunk +25 lines, -0 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.cpp View 1 2 3 4 1 chunk +24 lines, -1 line 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.cpp View 1 2 3 4 2 chunks +32 lines, -0 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.cpp View 1 2 3 4 2 chunks +33 lines, -0 lines 0 comments Download
M src/gpu/GrCustomStage.cpp View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M src/gpu/effects/GrColorTableEffect.cpp View 1 2 3 1 chunk +14 lines, -5 lines 0 comments Download
M src/gpu/gl/GrGLProgram.h View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 2 3 6 chunks +14 lines, -4 lines 0 comments Download
M src/gpu/gl/GrGLProgramStage.h View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.cpp View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 3 4 7 chunks +50 lines, -123 lines 0 comments Download

Messages

Total messages: 7
bsalomon
This only moves the gradient stages over to the new system. Others will come later. ...
11 years, 9 months ago (2012-08-02 22:01:44 UTC) #1
bsalomon
I think this sucker is ready for review. The test now passes.
11 years, 9 months ago (2012-08-03 13:57:25 UTC) #2
reed1
lgtm
11 years, 9 months ago (2012-08-03 14:00:16 UTC) #3
TomH
http://codereview.appspot.com/6447085/diff/4002/src/effects/gradients/SkRadialGradient.cpp File src/effects/gradients/SkRadialGradient.cpp (right): http://codereview.appspot.com/6447085/diff/4002/src/effects/gradients/SkRadialGradient.cpp#newcode538 src/effects/gradients/SkRadialGradient.cpp:538: SkScalar* stops = stopsMaybe; This same 5 lines of ...
11 years, 9 months ago (2012-08-03 14:12:36 UTC) #4
bsalomon
http://codereview.appspot.com/6447085/diff/4002/src/effects/gradients/SkRadialGradient.cpp File src/effects/gradients/SkRadialGradient.cpp (right): http://codereview.appspot.com/6447085/diff/4002/src/effects/gradients/SkRadialGradient.cpp#newcode538 src/effects/gradients/SkRadialGradient.cpp:538: SkScalar* stops = stopsMaybe; On 2012/08/03 14:12:36, TomH wrote: ...
11 years, 9 months ago (2012-08-03 14:31:05 UTC) #5
TomH
LGTM
11 years, 9 months ago (2012-08-03 14:33:02 UTC) #6
bsalomon
11 years, 9 months ago (2012-08-06 15:54:46 UTC) #7
Committed r4951
Sign in to reply to this message.

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