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

Issue 6495099: Introduce GrGLShaderBuilder::TextureSampler (Closed)

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

Patch Set 1 #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -134 lines) Patch
M src/effects/SkBlendImageFilter.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkLinearGradient.cpp View 2 chunks +5 lines, -3 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/effects/GrColorTableEffect.cpp View 3 chunks +7 lines, -15 lines 1 comment Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/effects/GrSingleTextureEffect.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrTextureDomainEffect.cpp View 2 chunks +6 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGLProgram.h View 2 chunks +9 lines, -6 lines 1 comment Download
M src/gpu/gl/GrGLProgram.cpp View 7 chunks +50 lines, -46 lines 2 comments Download
M src/gpu/gl/GrGLProgramStage.h View 3 chunks +3 lines, -6 lines 2 comments Download
M src/gpu/gl/GrGLShaderBuilder.h View 4 chunks +70 lines, -6 lines 3 comments Download
M src/gpu/gl/GrGLShaderBuilder.cpp View 1 chunk +18 lines, -13 lines 0 comments Download

Messages

Total messages: 5
bsalomon
The point of this change is to tunnel GrTextureAccess from GrCustomStage to GrGLProgramStage. Right now ...
11 years, 10 months ago (2012-09-06 19:03:46 UTC) #1
robertphillips
LGTM + 1 nit & 1 question https://codereview.appspot.com/6495099/diff/1/src/gpu/gl/GrGLProgram.cpp File src/gpu/gl/GrGLProgram.cpp (right): https://codereview.appspot.com/6495099/diff/1/src/gpu/gl/GrGLProgram.cpp#newcode970 src/gpu/gl/GrGLProgram.cpp:970: const GrTextureAccess* ...
11 years, 10 months ago (2012-09-06 19:42:05 UTC) #2
bsalomon
https://codereview.appspot.com/6495099/diff/1/src/gpu/gl/GrGLProgram.cpp File src/gpu/gl/GrGLProgram.cpp (right): https://codereview.appspot.com/6495099/diff/1/src/gpu/gl/GrGLProgram.cpp#newcode970 src/gpu/gl/GrGLProgram.cpp:970: const GrTextureAccess* access = stage->textureAccess(i); On 2012/09/06 19:42:06, robertphillips ...
11 years, 10 months ago (2012-09-06 19:59:33 UTC) #3
TomH
https://codereview.appspot.com/6495099/diff/1/src/gpu/effects/GrColorTableEffect.cpp File src/gpu/effects/GrColorTableEffect.cpp (left): https://codereview.appspot.com/6495099/diff/1/src/gpu/effects/GrColorTableEffect.cpp#oldcode37 src/gpu/effects/GrColorTableEffect.cpp:37: const GrCustomStage& fCustomStage; Smells like progress. https://codereview.appspot.com/6495099/diff/1/src/gpu/gl/GrGLProgramStage.h File src/gpu/gl/GrGLProgramStage.h ...
11 years, 10 months ago (2012-09-07 09:42:57 UTC) #4
bsalomon
11 years, 10 months ago (2012-09-07 13:55:11 UTC) #5
Closed with r5422.
Sign in to reply to this message.

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