|
Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter
This CL is ugly but it:
removes the stored SkGpuDevice back pointer from GrTextContext (at the cost of passing more parameters)
moves SkGpuDevice::internalDrawPath to GrDrawContext::drawPathFull
Unfortunately, the GrTextContext-derived classes still need the SkGpuDevice for filterTextFlags calls but I will try removing that in a separate CL.
Committed: https://skia.googlesource.com/skia/+/ccb1b5751075506b4615d2112889d01ee8ad6436
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+477 lines, -399 lines) |
Patch |
|
M |
gyp/gpu.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/gpu/GrContext.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrAtlasTextContext.h
|
View
|
1
|
4 chunks |
+16 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrAtlasTextContext.cpp
|
View
|
1
2
3
4
|
18 chunks |
+40 lines, -32 lines |
0 comments
|
Download
|
|
A |
src/gpu/GrBlurUtils.h
|
View
|
1
2
3
4
5
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/gpu/GrBlurUtils.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+295 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrContext.cpp
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrStencilAndCoverTextContext.h
|
View
|
1
2
3
|
3 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrStencilAndCoverTextContext.cpp
|
View
|
1
2
3
|
7 chunks |
+18 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrTextContext.h
|
View
|
1
|
3 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrTextContext.cpp
|
View
|
1
2
3
4
|
9 chunks |
+34 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/gpu/SkGpuDevice.h
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/gpu/SkGpuDevice.cpp
|
View
|
1
2
3
4
|
5 chunks |
+9 lines, -281 lines |
0 comments
|
Download
|
Total messages: 15 (6 generated)
|