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

Issue 6448049: Remove uniform names from top of GrGLProgram.cpp, manager responsible for "u" and stage num tags (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by bsalomon
Modified:
12 years, 1 month ago
Reviewers:
Stephen White
CC:
TomH, rileya, skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : minor updates #

Patch Set 3 : more minor updates #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -207 lines) Patch
M src/effects/SkLightingImageFilter.cpp View 14 chunks +34 lines, -38 lines 0 comments Download
M src/gpu/effects/GrColorTableEffect.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.cpp View 2 chunks +5 lines, -7 lines 0 comments Download
M src/gpu/effects/GrGradientEffects.cpp View 5 chunks +14 lines, -16 lines 0 comments Download
M src/gpu/effects/GrMorphologyEffect.cpp View 2 chunks +3 lines, -4 lines 0 comments Download
M src/gpu/effects/GrTextureDomainEffect.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 14 chunks +84 lines, -97 lines 1 comment Download
M src/gpu/gl/GrGLProgramStage.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLProgramStage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.h View 1 3 chunks +26 lines, -16 lines 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.cpp View 6 chunks +21 lines, -19 lines 0 comments Download
M src/gpu/gl/GrGLUniformManager.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 4
bsalomon
Follow up to addition of the uniform manager. I put three names on CC line ...
12 years, 1 month ago (2012-07-25 20:15:44 UTC) #1
Stephen White
On 2012/07/25 20:15:44, bsalomon wrote: > Follow up to addition of the uniform manager. I ...
12 years, 1 month ago (2012-07-25 20:29:44 UTC) #2
Stephen White
LGTM. I like it! (Assuming the tests do too, of course). Change below is optional. ...
12 years, 1 month ago (2012-07-25 20:36:59 UTC) #3
bsalomon
12 years, 1 month ago (2012-07-25 21:04:31 UTC) #4
Thanks, Stephen! I like the suggestion and took it. Committed as r4770.

On 2012/07/25 20:36:59, Stephen White wrote:
> LGTM.  I like it!  (Assuming the tests do too, of course).
> 
> Change below is optional.
> 
> http://codereview.appspot.com/6448049/diff/14/src/gpu/gl/GrGLProgram.cpp
> File src/gpu/gl/GrGLProgram.cpp (right):
> 
>
http://codereview.appspot.com/6448049/diff/14/src/gpu/gl/GrGLProgram.cpp#newc...
> src/gpu/gl/GrGLProgram.cpp:827: builder.setNonStage();
> I guess a slightly safer (if redundant) way of doing this would be to call
> setNonStage() at the end of genStageCode().  Then you wouldn't need to
remember
> to do it at the end of each loop.
Sign in to reply to this message.

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