Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(12)

Issue 6552045: first cut at making iOS work (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by caryclark1
Modified:
11 years, 9 months ago
Reviewers:
EricB, DerekS, reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

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

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

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

Messages

Total messages: 9
caryclark1
11 years, 9 months ago (2012-09-20 13:53:19 UTC) #1
reed1
SkPreConfig.h has evolved a bit in the SSE case for this style of #define. Do ...
11 years, 9 months ago (2012-09-20 14:03:11 UTC) #2
EricB
The GYP changes LGTM. https://codereview.appspot.com/6552045/diff/1/gyp/SampleApp.gyp File gyp/SampleApp.gyp (right): https://codereview.appspot.com/6552045/diff/1/gyp/SampleApp.gyp#newcode281 gyp/SampleApp.gyp:281: '../../include/gpu', Should this be '../include/gpu'? ...
11 years, 9 months ago (2012-09-20 14:06:17 UTC) #3
caryclark1
https://codereview.appspot.com/6552045/diff/1/gyp/SampleApp.gyp File gyp/SampleApp.gyp (right): https://codereview.appspot.com/6552045/diff/1/gyp/SampleApp.gyp#newcode281 gyp/SampleApp.gyp:281: '../../include/gpu', done (removed) On 2012/09/20 14:06:17, EricB wrote: > ...
11 years, 9 months ago (2012-09-20 15:06:24 UTC) #4
caryclark1
Replaced SK_ARM with SK_CPU_ARM, and moved definition from SkPostConfig.h to SkPreConfig.h On 2012/09/20 14:03:11, reed1 ...
11 years, 9 months ago (2012-09-20 15:07:20 UTC) #5
EricB
https://codereview.appspot.com/6552045/diff/1/src/opts/opts_check_arm.cpp File src/opts/opts_check_arm.cpp (right): https://codereview.appspot.com/6552045/diff/1/src/opts/opts_check_arm.cpp#newcode32 src/opts/opts_check_arm.cpp:32: // FIXME: memset.arm.S is using syntax incompatible with XCode ...
11 years, 9 months ago (2012-09-20 15:11:22 UTC) #6
reed1
lgtm for the .h changes. I'll defer to eric for the gyp stuff
11 years, 9 months ago (2012-09-20 15:17:27 UTC) #7
EricB
On 2012/09/20 15:17:27, reed1 wrote: > lgtm for the .h changes. I'll defer to eric ...
11 years, 9 months ago (2012-09-20 15:19:05 UTC) #8
DerekS
11 years, 9 months ago (2012-09-20 15:38:09 UTC) #9
lgtm
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b