|
Remove unused texture coordinate flags.
Currently we support 5 texture stages, each with 5 possible texture coordinate attributes. However, we only ever use one explicit texture coordinate. This change removes all but one (now named just "aTexCoord") of the possible explicit texture coordinates.
Total comments: 27
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+215 lines, -433 lines) |
Patch |
|
M |
src/gpu/GrContext.cpp
|
View
|
1
|
4 chunks |
+11 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrDrawState.h
|
View
|
1
2
|
6 chunks |
+20 lines, -53 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrDrawState.cpp
|
View
|
1
2
|
9 chunks |
+103 lines, -248 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrDrawTarget.h
|
View
|
1
|
1 chunk |
+17 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrDrawTarget.cpp
|
View
|
1
|
2 chunks |
+10 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrInOrderDrawBuffer.h
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrInOrderDrawBuffer.cpp
|
View
|
1
|
4 chunks |
+11 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrSWMaskHelper.cpp
|
View
|
1
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrTextContext.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLProgram.h
|
View
|
1
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLProgram.cpp
|
View
|
1
|
7 chunks |
+10 lines, -33 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGpuGL_program.cpp
|
View
|
1
|
2 chunks |
+22 lines, -24 lines |
0 comments
|
Download
|
|
M |
tests/GLProgramsTest.cpp
|
View
|
1
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
Total messages: 11
|