|
Improve NaCl support
- Add nacl_make script to build Skia targets for NaCl using gyp
- Add nacl_interface for command-line apps
- Add nacl_sample as front-end for SampleApp
- Add freetype to DEPS
- Various gyp tweaks for NaCl
TODO:
- Implement GL interface
- Implement font host
- Fix plumbing so that SampleApp works properly
Committed: https://code.google.com/p/skia/source/detail?r=6245
Total comments: 10
Total comments: 20
Total comments: 2
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+758 lines, -453 lines) |
Patch |
|
M |
android/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
android/gyp/dependencies.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
|
D |
nacl/Makefile
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -85 lines |
0 comments
|
Download
|
|
A |
nacl/SampleApp.nmf
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
nacl/index.html
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+36 lines, -13 lines |
0 comments
|
Download
|
|
A |
nacl/nacl_make
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
|
A |
nacl/src/nacl_interface.cpp
|
View
|
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
|
A |
nacl/src/nacl_sample.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+212 lines, -0 lines |
0 comments
|
Download
|
|
D |
nacl/src/skia_nacl.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -197 lines |
0 comments
|
Download
|
|
A |
nacl/tests.nmf
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
trunk/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
trunk/bench/benchmain.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
trunk/gm/gmmain.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
trunk/gyp/SampleApp.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/apptype_console.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/common.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+14 lines, -8 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/common_conditions.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+19 lines, -5 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/common_variables.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/core.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
trunk/gyp/everything.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
trunk/gyp/freetype.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+63 lines, -41 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/gpu.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/gpu.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/images.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
trunk/gyp/nacl.gyp
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/opts.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/ports.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+43 lines, -27 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/utils.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/views.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
trunk/gyp/xml.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
trunk/gyp/zlib.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
trunk/include/gpu/gl/SkNativeGLContext.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
|
A |
trunk/include/views/SkOSWindow_NaCl.h
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
M |
trunk/include/views/SkWindow.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
A |
trunk/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
|
A |
trunk/src/ports/SkDebug_nacl.cpp
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
|
M |
trunk/tests/skia_test.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 20
|