Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Issue 18539004: ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG (Closed)

Created:
7 years, 5 months ago by kevin.petit.not.used.account
Modified:
7 years, 4 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG It removes SkLONGLONG and uses int64_t to implement the SkFixed operations for which a SkLONGLONG version existed. It also removes the 32 bit version that are being replaced. BUG= Committed: http://code.google.com/p/skia/source/detail?r=10705

Patch Set 1 #

Total comments: 2

Patch Set 2 : Completely remove SkLONGLONG #

Total comments: 1

Patch Set 3 : Remove SkLONGLONG + use int64_t where there was an existing long long SkFixed implementation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -252 lines) Patch
M include/config/SkUserConfig.h View 1 1 chunk +0 lines, -7 lines 0 comments Download
M include/core/Sk64.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M include/core/SkFixed.h View 1 2 3 chunks +19 lines, -38 lines 0 comments Download
M include/core/SkPostConfig.h View 1 1 chunk +0 lines, -11 lines 0 comments Download
M src/core/Sk64.cpp View 1 1 chunk +0 lines, -9 lines 0 comments Download
M src/core/SkMath.cpp View 1 2 1 chunk +0 lines, -65 lines 0 comments Download
M tests/MathTest.cpp View 1 2 5 chunks +4 lines, -8 lines 0 comments Download
M tests/Sk64Test.cpp View 1 2 chunks +0 lines, -110 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
djsollen
https://codereview.chromium.org/18539004/diff/1/src/core/SkMath.cpp File src/core/SkMath.cpp (left): https://codereview.chromium.org/18539004/diff/1/src/core/SkMath.cpp#oldcode134 src/core/SkMath.cpp:134: #elif defined(SkLONGLONG) in include/core/SkPostConfig.h we define SkLONGLONG on both ...
7 years, 5 months ago (2013-07-15 12:16:12 UTC) #1
kevin.petit.not.used.account
https://codereview.chromium.org/18539004/diff/1/src/core/SkMath.cpp File src/core/SkMath.cpp (left): https://codereview.chromium.org/18539004/diff/1/src/core/SkMath.cpp#oldcode134 src/core/SkMath.cpp:134: #elif defined(SkLONGLONG) On 2013/07/15 12:16:12, djsollen wrote: > in ...
7 years, 5 months ago (2013-07-15 13:51:24 UTC) #2
kevin.petit.not.used.account
ping
7 years, 4 months ago (2013-07-25 18:19:05 UTC) #3
djsollen
I follow the logic and can see that the code as is won't be invoked, ...
7 years, 4 months ago (2013-07-29 16:42:10 UTC) #4
reed1
If we want to do some cleanup around fixed, I think I'd like to see ...
7 years, 4 months ago (2013-07-29 16:47:37 UTC) #5
kevin.petit.not.used.account
On 2013/07/29 16:47:37, reed1 wrote: > If these two are true It is true for ...
7 years, 4 months ago (2013-08-06 12:20:52 UTC) #6
reed1
I'm glad we're removing the conditionalness of SkLONGLONG. However, the CL seems to have just ...
7 years, 4 months ago (2013-08-07 13:59:05 UTC) #7
kevin.petit.not.used.account
On 2013/08/07 13:59:05, reed1 wrote: > I'm glad we're removing the conditionalness of SkLONGLONG. However, ...
7 years, 4 months ago (2013-08-07 15:42:56 UTC) #8
kevin.petit.not.used.account
It seems I'm not able to use the trybots (which I totally understand). I'm just ...
7 years, 4 months ago (2013-08-08 10:58:41 UTC) #9
reed1
lgtm
7 years, 4 months ago (2013-08-12 14:41:25 UTC) #10
kevin.petit.not.used.account
I've just edited the description to better reflect what it now does. Looks like this ...
7 years, 4 months ago (2013-08-14 11:06:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit.arm@gmail.com/18539004/12001
7 years, 4 months ago (2013-08-14 11:33:20 UTC) #12
commit-bot: I haz the power
Change committed as 10705
7 years, 4 months ago (2013-08-14 11:44:00 UTC) #13
robertphillips
7 years, 4 months ago (2013-08-15 13:44:12 UTC) #14
Message was sent while issue was closed.
Reverted in r10729 due to 1000+ linux_layout failures
(http://build.chromium.org/p/tryserver.chromium/builders/linux_layout_rel/buil...)

Powered by Google App Engine
This is Rietveld 408576698