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

Issue 169753004: Enable the SSSE3 files to be built for Android when SSSE3 is not present. (Closed)

Created:
6 years, 10 months ago by djsollen
Modified:
6 years, 10 months ago
Reviewers:
mtklein, reed1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Enable the SSSE3 files to be built for Android when SSSE3 is not present. Committed: http://code.google.com/p/skia/source/detail?r=13547 Committed: http://code.google.com/p/skia/source/detail?r=13583

Patch Set 1 #

Total comments: 9

Patch Set 2 : comments #

Patch Set 3 : #

Patch Set 4 : fix inverted logic #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -22 lines) Patch
M include/core/SkPreConfig.h View 1 2 3 1 chunk +11 lines, -21 lines 0 comments Download
M src/opts/SkBitmapProcState_opts_SSSE3.cpp View 1 2 3 4 5 2 chunks +37 lines, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
djsollen
6 years, 10 months ago (2014-02-21 19:16:47 UTC) #1
reed1
https://codereview.chromium.org/169753004/diff/1/include/core/SkPreConfig.h File include/core/SkPreConfig.h (right): https://codereview.chromium.org/169753004/diff/1/include/core/SkPreConfig.h#newcode151 include/core/SkPreConfig.h:151: #define SK_CPU_SSE_LEVEL SK_CPU_SSE_LEVEL_SSE3 1. is there no way we ...
6 years, 10 months ago (2014-02-21 19:24:29 UTC) #2
mtklein
https://codereview.chromium.org/169753004/diff/1/include/core/SkPreConfig.h File include/core/SkPreConfig.h (right): https://codereview.chromium.org/169753004/diff/1/include/core/SkPreConfig.h#newcode140 include/core/SkPreConfig.h:140: #if defined(__x86_64__) || defined(_WIN64) Shouldn't we be able to ...
6 years, 10 months ago (2014-02-21 19:24:31 UTC) #3
djsollen
https://codereview.chromium.org/169753004/diff/1/include/core/SkPreConfig.h File include/core/SkPreConfig.h (right): https://codereview.chromium.org/169753004/diff/1/include/core/SkPreConfig.h#newcode140 include/core/SkPreConfig.h:140: #if defined(__x86_64__) || defined(_WIN64) On 2014/02/21 19:24:31, mtklein wrote: ...
6 years, 10 months ago (2014-02-21 19:38:22 UTC) #4
mtklein
On 2014/02/21 19:38:22, djsollen wrote: > https://codereview.chromium.org/169753004/diff/1/include/core/SkPreConfig.h > File include/core/SkPreConfig.h (right): > > https://codereview.chromium.org/169753004/diff/1/include/core/SkPreConfig.h#newcode140 > ...
6 years, 10 months ago (2014-02-21 19:40:48 UTC) #5
djsollen
The CQ bit was checked by djsollen@google.com
6 years, 10 months ago (2014-02-21 19:46:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/djsollen@google.com/169753004/60001
6 years, 10 months ago (2014-02-21 19:46:40 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-21 19:46:44 UTC) #8
commit-bot: I haz the power
Presubmit check for 169753004-60001 failed and returned exit status 1. Running presubmit commit checks ...
6 years, 10 months ago (2014-02-21 19:46:45 UTC) #9
djsollen
reed@ this looks like it needs your approval since it touches the include dir.
6 years, 10 months ago (2014-02-21 21:45:35 UTC) #10
reed1
lgtm
6 years, 10 months ago (2014-02-21 21:59:29 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/djsollen@google.com/169753004/60001
6 years, 10 months ago (2014-02-21 21:59:32 UTC) #12
commit-bot: I haz the power
Change committed as 13547
6 years, 10 months ago (2014-02-21 22:35:52 UTC) #13
scroggo
A revert of this CL has been created in https://codereview.chromium.org/175543004/ by scroggo@google.com. The reason for ...
6 years, 10 months ago (2014-02-21 23:11:20 UTC) #14
djsollen
ping. I would like everyone to take another look now that I've got a patch ...
6 years, 10 months ago (2014-02-25 17:15:44 UTC) #15
mtklein
code LGTM. just some comment comments https://codereview.chromium.org/169753004/diff/300001/src/opts/SkBitmapProcState_opts_SSSE3.cpp File src/opts/SkBitmapProcState_opts_SSSE3.cpp (right): https://codereview.chromium.org/169753004/diff/300001/src/opts/SkBitmapProcState_opts_SSSE3.cpp#newcode17 src/opts/SkBitmapProcState_opts_SSSE3.cpp:17: #if SK_CPU_SSE_LEVEL >= ...
6 years, 10 months ago (2014-02-25 17:27:23 UTC) #16
djsollen
The CQ bit was checked by djsollen@google.com
6 years, 10 months ago (2014-02-25 17:57:21 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/djsollen@google.com/169753004/320001
6 years, 10 months ago (2014-02-25 17:57:28 UTC) #18
commit-bot: I haz the power
6 years, 10 months ago (2014-02-25 18:14:12 UTC) #19
Message was sent while issue was closed.
Change committed as 13583

Powered by Google App Engine
This is Rietveld 408576698