|
Adds a GPU-less build. It is controlled by config macro SK_SUPPORT_GPU. It defaults to 1. If it is set to 0 we build without any gpu support. Users of the gyp build system can do a GPU-less build via:
GYP_DEFINES=skia_gpu=0
Total comments: 1
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+669 lines, -205 lines) |
Patch |
 |
M |
bench/BenchTimer.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
bench/BenchTimer.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
bench/GrMemoryPoolBench.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
bench/benchmain.cpp
|
View
|
1
2
3
4
5
6
7
|
12 chunks |
+43 lines, -22 lines |
0 comments
|
Download
|
 |
M |
gm/gmmain.cpp
|
View
|
1
2
3
4
5
6
7
|
15 chunks |
+70 lines, -52 lines |
0 comments
|
Download
|
 |
M |
gm/ninepatchstretch.cpp
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gm/texdata.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gyp/SampleApp.gyp
|
View
|
1
2
3
4
5
6
|
4 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
gyp/bench.gyp
|
View
|
1
2
3
4
5
6
|
5 chunks |
+22 lines, -6 lines |
0 comments
|
Download
|
 |
M |
gyp/common_conditions.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
gyp/common_variables.gypi
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gyp/debugger.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
gyp/effects.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gyp/gm.gyp
|
View
|
1
2
3
4
5
6
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
gyp/gpu.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gyp/shapeops_demo.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gyp/shapeops_edge.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
gyp/tests.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
gyp/views.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
include/config/SkUserConfig.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
include/core/SkPostConfig.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
include/views/SkOSWindow_Mac.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
include/views/SkOSWindow_Win.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
samplecode/SampleApp.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
samplecode/SampleApp.cpp
|
View
|
1
2
3
4
5
6
7
|
19 chunks |
+65 lines, -20 lines |
0 comments
|
Download
|
 |
M |
samplecode/SampleBitmapRect.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
samplecode/SampleNinePatch.cpp
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkLightingImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
|
13 chunks |
+42 lines, -5 lines |
2 comments
|
Download
|
 |
M |
src/effects/gradients/SkGradientShader.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/effects/gradients/SkGradientShaderPriv.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/effects/gradients/SkLinearGradient.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/effects/gradients/SkRadialGradient.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/effects/gradients/SkSweepGradient.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/effects/gradients/SkTwoPointConicalGradient.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/effects/gradients/SkTwoPointRadialGradient.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/views/mac/SkNSView.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/views/mac/SkNSView.mm
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+81 lines, -43 lines |
2 comments
|
Download
|
 |
M |
src/views/mac/SkOSWindow_Mac.mm
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/views/win/SkOSWindow_win.cpp
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+24 lines, -12 lines |
0 comments
|
Download
|
 |
M |
tests/ClipCacheTest.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/GLInterfaceValidation.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/GLProgramsTest.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/GrMemoryPoolTest.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/PremulAlphaRoundTripTest.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/ReadPixelsTest.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tests/ReadWriteAlphaTest.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/Test.cpp
|
View
|
1
2
3
4
5
6
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/WritePixelsTest.cpp
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+15 lines, -3 lines |
2 comments
|
Download
|
Total messages: 6
|