|
Repurpose GrGLCoordTransform as GrGLProgramEffects
Creates a GrGLProgramEffects class that the GrGLProgram uses to manage
an array of effects. This gives us enough abstraction for the program
to cleanly handle different types of coord transforms.
Committed: http://code.google.com/p/skia/source/detail?r=11588
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+718 lines, -732 lines) |
Patch |
|
M |
gyp/gpu.gypi
|
View
|
1
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
include/core/SkTArray.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/gpu/GrTBackendEffectFactory.h
|
View
|
1
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/effects/gradients/SkGradientShader.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/effects/gradients/SkGradientShaderPriv.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
src/gpu/gl/GrGLCoordTransform.h
|
View
|
|
1 chunk |
+0 lines, -109 lines |
0 comments
|
Download
|
|
D |
src/gpu/gl/GrGLCoordTransform.cpp
|
View
|
|
1 chunk |
+0 lines, -188 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLEffect.h
|
View
|
1
|
4 chunks |
+6 lines, -10 lines |
0 comments
|
Download
|
|
D |
src/gpu/gl/GrGLEffect.cpp
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLProgram.h
|
View
|
1
2
|
5 chunks |
+12 lines, -29 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLProgram.cpp
|
View
|
1
|
5 chunks |
+16 lines, -108 lines |
0 comments
|
Download
|
|
A |
src/gpu/gl/GrGLProgramEffects.h
|
View
|
1
|
1 chunk |
+192 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/gpu/gl/GrGLProgramEffects.cpp
|
View
|
1
|
1 chunk |
+414 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLShaderBuilder.h
|
View
|
1
2
3
4
|
6 chunks |
+17 lines, -95 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLShaderBuilder.cpp
|
View
|
1
2
3
|
11 chunks |
+49 lines, -122 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|