|
first cut at making iOS work
Replace __arm__ with SK_CPU_ARM
add support for iOS simulator and device
fix const warning in iOSSampleApp
update gyp files
https://code.google.com/p/skia/issues/detail?id=900
tracks fixing missing arm assembly
Committed: https://code.google.com/p/skia/source/detail?r=5606
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+155 lines, -85 lines) |
Patch |
|
M |
experimental/iOSSampleApp/Shared/SkOptionsTableViewController.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
experimental/iOSSampleApp/Shared/SkOptionsTableViewController.mm
|
View
|
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
experimental/iOSSampleApp/Shared/SkUIView.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
experimental/iOSSampleApp/Shared/SkUIView.mm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gyp/SampleApp.gyp
|
View
|
1
|
1 chunk |
+54 lines, -7 lines |
0 comments
|
Download
|
|
M |
gyp/common_conditions.gypi
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
gyp/core.gyp
|
View
|
|
1 chunk |
+22 lines, -7 lines |
0 comments
|
Download
|
|
M |
gyp/opts.gyp
|
View
|
1
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
|
M |
gyp/ports.gyp
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/core/SkFixed.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
include/core/SkMath.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
include/core/SkOSFile.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
include/core/SkPostConfig.h
|
View
|
1
|
2 chunks |
+1 line, -46 lines |
0 comments
|
Download
|
|
M |
include/core/SkPreConfig.h
|
View
|
1
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/views/SkOSWindow_iOS.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/core/SkUtilsArm.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/opts/opts_check_arm.cpp
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/utils/SkDumpCanvas.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/utils/SkOSFile.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/views/ios/SkOSWindow_iOS.mm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 9
|