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

Issue 1251173002: Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() (Closed)

Created:
5 years, 5 months ago by wangyix
Modified:
5 years, 5 months ago
Reviewers:
joshualitt
CC:
reviews_skia.org, Tom Hudson, djsollen
Base URL:
https://skia.googlesource.com/skia@composeshader_gpu
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() BUG=skia: Committed: https://skia.googlesource.com/skia/+/7c157a988845fb00f9024d6db6dda142c3458033

Patch Set 1 #

Total comments: 38

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+459 lines, -761 lines) Patch
M gm/dcshader.cpp View 2 chunks +4 lines, -9 lines 0 comments Download
M samplecode/SampleLighting.cpp View 1 2 2 chunks +10 lines, -14 lines 0 comments Download
M src/effects/SkAlphaThresholdFilter.cpp View 3 chunks +13 lines, -23 lines 0 comments Download
M src/effects/SkArithmeticMode_gpu.cpp View 1 2 1 chunk +8 lines, -11 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 7 chunks +20 lines, -38 lines 0 comments Download
M src/effects/SkColorCubeFilter.cpp View 4 chunks +15 lines, -25 lines 0 comments Download
M src/effects/SkColorFilters.cpp View 1 2 2 chunks +8 lines, -12 lines 0 comments Download
M src/effects/SkColorMatrixFilter.cpp View 1 2 1 chunk +15 lines, -18 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 2 3 chunks +11 lines, -20 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 5 chunks +15 lines, -25 lines 0 comments Download
M src/effects/SkLumaColorFilter.cpp View 1 chunk +6 lines, -11 lines 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 1 2 3 chunks +16 lines, -25 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 4 chunks +13 lines, -23 lines 0 comments Download
M src/effects/SkPerlinNoiseShader.cpp View 1 2 11 chunks +26 lines, -34 lines 0 comments Download
M src/effects/SkTableColorFilter.cpp View 1 2 3 chunks +17 lines, -26 lines 0 comments Download
M src/effects/gradients/SkLinearGradient.cpp View 1 2 2 chunks +7 lines, -16 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.cpp View 1 2 2 chunks +7 lines, -16 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.cpp View 1 2 3 chunks +9 lines, -17 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp View 1 2 15 chunks +65 lines, -110 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.cpp View 1 2 4 chunks +12 lines, -21 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 1 2 2 chunks +8 lines, -12 lines 0 comments Download
M src/gpu/effects/GrConstColorProcessor.cpp View 1 2 1 chunk +9 lines, -12 lines 0 comments Download
M src/gpu/effects/GrConvexPolyEffect.cpp View 6 chunks +15 lines, -35 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.cpp View 1 4 chunks +14 lines, -24 lines 0 comments Download
M src/gpu/effects/GrCustomXfermode.cpp View 1 2 1 chunk +6 lines, -10 lines 0 comments Download
M src/gpu/effects/GrDitherEffect.cpp View 3 chunks +4 lines, -14 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.cpp View 4 chunks +23 lines, -33 lines 0 comments Download
M src/gpu/effects/GrOvalEffect.cpp View 6 chunks +14 lines, -34 lines 0 comments Download
M src/gpu/effects/GrRRectEffect.cpp View 8 chunks +17 lines, -37 lines 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.cpp View 1 chunk +7 lines, -12 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.cpp View 1 2 2 chunks +7 lines, -16 lines 0 comments Download
M src/gpu/effects/GrYUVtoRGBEffect.cpp View 1 2 1 chunk +10 lines, -12 lines 0 comments Download
M src/gpu/gl/GrGLFragmentProcessor.h View 1 chunk +23 lines, -7 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M tests/GLProgramsTest.cpp View 1 chunk +3 lines, -8 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
wangyix
5 years, 5 months ago (2015-07-22 16:04:09 UTC) #2
joshualitt
nits https://codereview.chromium.org/1251173002/diff/1/samplecode/SampleLighting.cpp File samplecode/SampleLighting.cpp (right): https://codereview.chromium.org/1251173002/diff/1/samplecode/SampleLighting.cpp#newcode158 samplecode/SampleLighting.cpp:158: fpb->appendTextureLookup(args.fSamplers[1], args.fCoords[0].c_str(), args.fCoords[0].getType()); line wrap @100 https://codereview.chromium.org/1251173002/diff/1/src/effects/SkArithmeticMode_gpu.cpp File ...
5 years, 5 months ago (2015-07-22 19:34:06 UTC) #5
wangyix
Nits fixed.
5 years, 5 months ago (2015-07-22 20:42:13 UTC) #6
joshualitt
On 2015/07/22 20:42:13, wangyix wrote: > Nits fixed. lgtm
5 years, 5 months ago (2015-07-22 21:05:35 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1251173002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1251173002/40001
5 years, 5 months ago (2015-07-22 22:00:35 UTC) #9
commit-bot: I haz the power
5 years, 5 months ago (2015-07-22 22:08:58 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/7c157a988845fb00f9024d6db6dda142c3458033

Powered by Google App Engine
This is Rietveld 408576698