|
Move vertex layout definitions from GrDrawTarget to GrDrawState.
This is the first step in revising vertex layouts so that the currently installed GrEffects determine the current vertex layout. Eventually GrDrawStage will query or track the current GrEffects and adjust the layout accordingly, so GrDrawStage needs ownership of GrVertexLayout.
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+810 lines, -802 lines) |
Patch |
|
M |
experimental/AndroidPathRenderer/GrAndroidPathRenderer.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrAAConvexPathRenderer.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/gpu/GrAAHairLinePathRenderer.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrAARectRenderer.cpp
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrBufferAllocPool.cpp
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrContext.cpp
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrDrawState.h
|
View
|
|
2 chunks |
+265 lines, -1 line |
1 comment
|
Download
|
|
M |
src/gpu/GrDrawState.cpp
|
View
|
|
2 chunks |
+485 lines, -0 lines |
1 comment
|
Download
|
|
M |
src/gpu/GrDrawTarget.h
|
View
|
|
4 chunks |
+0 lines, -259 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrDrawTarget.cpp
|
View
|
|
9 chunks |
+7 lines, -489 lines |
1 comment
|
Download
|
|
M |
src/gpu/GrGpu.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrInOrderDrawBuffer.cpp
|
View
|
|
8 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrTextContext.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLProgram.cpp
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGpuGL_program.cpp
|
View
|
|
10 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/gpu/gr_unittests.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tests/GLProgramsTest.cpp
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 4
|