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

Issue 6460112: Enable 64-bit builds on Windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by EricB
Modified:
12 years, 1 month ago
Reviewers:
bungeman, epoger, caryclark1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Enable 64-bit builds on Windows Encountered compile errors passing 64-bit size_t to SkIntToScalar and needed to make adjustments to gm/gradients.cpp and bench/PicturePlaybackBench.cpp. Verified on my local Linux, Mac, and Windows machines. As of this change, the skia_arch_width gyp define actually forces a 32/64-bit build on Linux, Mac, and Windows. Committed: https://code.google.com/p/skia/source/detail?r=5195

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M bench/PicturePlaybackBench.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/gradients.cpp View 1 chunk +2 lines, -2 lines 2 comments Download
M gyp/common_conditions.gypi View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 8
EricB
I'm seeing a lot of truncation warnings due to (32-bit int) x = (64-bit size_t) ...
12 years, 1 month ago (2012-08-20 15:43:57 UTC) #1
epoger
LGTM
12 years, 1 month ago (2012-08-20 15:51:14 UTC) #2
caryclark1
https://codereview.appspot.com/6460112/diff/1/gm/gradients.cpp File gm/gradients.cpp (right): https://codereview.appspot.com/6460112/diff/1/gm/gradients.cpp#newcode172 gm/gradients.cpp:172: perspective.setPerspY(SkScalarDiv(SkIntToScalar((unsigned) i+1), Since fixed point is no longer supported, ...
12 years, 1 month ago (2012-08-20 16:01:39 UTC) #3
epoger
https://codereview.appspot.com/6460112/diff/1/gm/gradients.cpp File gm/gradients.cpp (right): https://codereview.appspot.com/6460112/diff/1/gm/gradients.cpp#newcode172 gm/gradients.cpp:172: perspective.setPerspY(SkScalarDiv(SkIntToScalar((unsigned) i+1), On 2012/08/20 16:01:39, caryclark1 wrote: > Since ...
12 years, 1 month ago (2012-08-20 16:11:20 UTC) #4
caryclark1
On 2012/08/20 16:11:20, epoger wrote: > https://codereview.appspot.com/6460112/diff/1/gm/gradients.cpp > File gm/gradients.cpp (right): > > https://codereview.appspot.com/6460112/diff/1/gm/gradients.cpp#newcode172 > ...
12 years, 1 month ago (2012-08-20 17:07:32 UTC) #5
EricB
On 2012/08/20 17:07:32, caryclark1 wrote: > On 2012/08/20 16:11:20, epoger wrote: > > https://codereview.appspot.com/6460112/diff/1/gm/gradients.cpp > ...
12 years, 1 month ago (2012-08-20 18:49:10 UTC) #6
epoger
LGTM the way it is
12 years, 1 month ago (2012-08-20 18:50:03 UTC) #7
caryclark1
12 years, 1 month ago (2012-08-20 19:25:12 UTC) #8
On 2012/08/20 18:50:03, epoger wrote:
> LGTM the way it is

uncle
lgtm
Sign in to reply to this message.

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