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

Issue 6775100: Remove default texture coords / texture matrix (Closed)

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

Description

Remove default texture coords / texture matrix Committed: https://code.google.com/p/skia/source/detail?r=6293

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -360 lines) Patch
M include/gpu/GrEffectStage.h View 1 4 chunks +1 line, -26 lines 0 comments Download
M src/effects/SkBlendImageFilter.cpp View 2 chunks +1 line, -1 line 0 comments Download
M src/effects/SkColorMatrixFilter.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/effects/SkMatrixConvolutionImageFilter.cpp View 2 chunks +1 line, -1 line 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/effects/SkTableColorFilter.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 1 2 chunks +1 line, -2 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/effects/GrSingleTextureEffect.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M src/gpu/effects/GrTextureDomainEffect.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLEffect.h View 3 chunks +4 lines, -12 lines 0 comments Download
M src/gpu/gl/GrGLEffect.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLProgram.h View 1 2 3 4 7 chunks +4 lines, -36 lines 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 2 3 10 chunks +8 lines, -58 lines 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.h View 3 chunks +5 lines, -28 lines 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.cpp View 1 chunk +2 lines, -32 lines 0 comments Download
M src/gpu/gl/GrGpuGL.h View 2 chunks +0 lines, -11 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 3 chunks +4 lines, -110 lines 0 comments Download
M tests/GLProgramsTest.cpp View 4 chunks +7 lines, -23 lines 0 comments Download

Messages

Total messages: 3
bsalomon
11 years, 8 months ago (2012-11-02 22:21:50 UTC) #1
robertphillips
LGTM + 1 question https://codereview.appspot.com/6775100/diff/6001/src/gpu/gl/GrGLProgram.cpp File src/gpu/gl/GrGLProgram.cpp (right): https://codereview.appspot.com/6775100/diff/6001/src/gpu/gl/GrGLProgram.cpp#newcode598 src/gpu/gl/GrGLProgram.cpp:598: for (int s = 0; ...
11 years, 8 months ago (2012-11-05 15:00:49 UTC) #2
bsalomon
11 years, 8 months ago (2012-11-05 16:10:39 UTC) #3
https://codereview.appspot.com/6775100/diff/6001/src/gpu/gl/GrGLProgram.cpp
File src/gpu/gl/GrGLProgram.cpp (right):

https://codereview.appspot.com/6775100/diff/6001/src/gpu/gl/GrGLProgram.cpp#n...
src/gpu/gl/GrGLProgram.cpp:598: for (int s = 0; s < fDesc.fFirstCoverageStage;
++s) {
On 2012/11/05 15:00:49, robertphillips wrote:
> Should there be something more to this test? 0 ==?
Yeah, I'll make an enum value for it, kNoEffectKey, defined where EffectKey is
defined.
Sign in to reply to this message.

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