|
|
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.
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+270 lines, -202 lines) |
Patch |
 |
M |
gyp/gpu.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/gpu/GrAAConvexPathRenderer.cpp
|
View
|
|
4 chunks |
+16 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/gpu/GrAAHairLinePathRenderer.cpp
|
View
|
|
7 chunks |
+19 lines, -8 lines |
0 comments
|
Download
|
 |
M |
src/gpu/GrDrawState.h
|
View
|
|
7 chunks |
+1 line, -57 lines |
0 comments
|
Download
|
 |
M |
src/gpu/GrDrawState.cpp
|
View
|
|
4 chunks |
+13 lines, -18 lines |
0 comments
|
Download
|
 |
A |
src/gpu/effects/GrEdgeEffect.h
|
View
|
|
1 chunk |
+84 lines, -0 lines |
1 comment
|
Download
|
 |
A |
src/gpu/effects/GrEdgeEffect.cpp
|
View
|
|
1 chunk |
+128 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/gpu/gl/GrGLProgram.h
|
View
|
|
3 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
src/gpu/gl/GrGLProgram.cpp
|
View
|
|
9 chunks |
+3 lines, -90 lines |
0 comments
|
Download
|
 |
M |
tests/GLProgramsTest.cpp
|
View
|
|
2 chunks |
+4 lines, -15 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|