|
Replace edge types with GrEdgeEffect.
This strips out last of the edge types and the fixed function edge attribute and replaces them with using GrEdgeEffect. Also fixes a minor bug when checking attribute counts -- it was using kAttribIndexCount instead of kVertexAttribCnt.
Original Author: jvanverth@google.com
Committed: https://code.google.com/p/skia/source/detail?r=8392
Total comments: 5
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+280 lines, -202 lines) |
Patch |
|
M |
gyp/gpu.gypi
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrAAConvexPathRenderer.cpp
|
View
|
1
|
4 chunks |
+16 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrAAHairLinePathRenderer.cpp
|
View
|
1
|
7 chunks |
+19 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrDrawState.h
|
View
|
1
|
7 chunks |
+1 line, -57 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrDrawState.cpp
|
View
|
1
|
4 chunks |
+13 lines, -18 lines |
0 comments
|
Download
|
|
A |
src/gpu/effects/GrEdgeEffect.h
|
View
|
1
2
3
|
1 chunk |
+85 lines, -0 lines |
3 comments
|
Download
|
|
A |
src/gpu/effects/GrEdgeEffect.cpp
|
View
|
2
3
|
1 chunk |
+137 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/gpu/gl/GrGLProgram.h
|
View
|
1
|
3 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLProgram.cpp
|
View
|
1
|
9 chunks |
+3 lines, -90 lines |
0 comments
|
Download
|
|
M |
tests/GLProgramsTest.cpp
|
View
|
1
|
2 chunks |
+4 lines, -15 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|