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

Issue 1255193002: Lay groundwork for SkOpts. (Closed)

Created:
5 years, 4 months ago by mtklein_C
Modified:
5 years, 4 months ago
Reviewers:
djsollen, mtklein, reed1
CC:
reviews_skia.org, jbudorick
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Lay groundwork for SkOpts. This doesn't really do anything yet. It's just the CPU detection code, skeleton new .cpp files, and a few little .gyp tweaks. BUG=skia:4117 Committed: https://skia.googlesource.com/skia/+/ce2c5055cee5d5d3c9fc84c1b3eeed4b4d84a827 Committed: https://skia.googlesource.com/skia/+/8317a1832f55e175531ee7ae7ccd12a3a15e3c75

Patch Set 1 #

Patch Set 2 : typo #

Total comments: 1

Patch Set 3 : good idea #

Total comments: 1

Patch Set 4 : fixes, keeping the dream alive #

Patch Set 5 : update comment #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -81 lines) Patch
M gyp/core.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gyp/opts.gypi View 3 chunks +5 lines, -0 lines 0 comments Download
M include/core/SkGraphics.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkGraphics.cpp View 1 2 3 3 chunks +4 lines, -75 lines 0 comments Download
A src/core/SkOpts.h View 1 2 3 4 1 chunk +22 lines, -0 lines 0 comments Download
A src/core/SkOpts.cpp View 1 2 3 4 5 1 chunk +55 lines, -0 lines 0 comments Download
A + src/opts/SkOpts_neon.cpp View 1 chunk +7 lines, -1 line 0 comments Download
A + src/opts/SkOpts_sse2.cpp View 1 chunk +7 lines, -1 line 0 comments Download
A + src/opts/SkOpts_sse41.cpp View 1 chunk +7 lines, -1 line 0 comments Download
A + src/opts/SkOpts_ssse3.cpp View 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 32 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1255193002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1255193002/1
5 years, 4 months ago (2015-07-27 16:12:27 UTC) #2
mtklein_C
5 years, 4 months ago (2015-07-27 16:12:28 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1255193002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1255193002/20001
5 years, 4 months ago (2015-07-27 17:02:54 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-07-27 17:10:34 UTC) #8
djsollen
lgtm with nit https://codereview.chromium.org/1255193002/diff/20001/src/core/SkOpts.cpp File src/core/SkOpts.cpp (right): https://codereview.chromium.org/1255193002/diff/20001/src/core/SkOpts.cpp#newcode44 src/core/SkOpts.cpp:44: // We just assume NEON for ...
5 years, 4 months ago (2015-07-27 17:38:02 UTC) #9
mtklein_C
On 2015/07/27 17:38:02, djsollen wrote: > lgtm with nit > > https://codereview.chromium.org/1255193002/diff/20001/src/core/SkOpts.cpp > File src/core/SkOpts.cpp ...
5 years, 4 months ago (2015-07-27 17:44:10 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1255193002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1255193002/40001
5 years, 4 months ago (2015-07-27 17:44:45 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://skia.googlesource.com/skia/+/ce2c5055cee5d5d3c9fc84c1b3eeed4b4d84a827
5 years, 4 months ago (2015-07-27 17:52:35 UTC) #14
mtklein_C
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1261743002/ by mtklein@chromium.org. ...
5 years, 4 months ago (2015-07-27 19:03:06 UTC) #15
jbudorick
https://codereview.chromium.org/1255193002/diff/40001/src/core/SkOpts.cpp File src/core/SkOpts.cpp (right): https://codereview.chromium.org/1255193002/diff/40001/src/core/SkOpts.cpp#newcode19 src/core/SkOpts.cpp:19: #include <cpu-features.h> From http://build.chromium.org/p/chromium.linux/builders/Android%20Arm64%20Builder%20%28dbg%29/builds/21352: ../../third_party/skia/src/core/SkOpts.cpp:19:30: fatal error: cpu-features.h: No ...
5 years, 4 months ago (2015-07-27 20:33:47 UTC) #17
mtklein
On 2015/07/27 20:33:47, jbudorick wrote: > https://codereview.chromium.org/1255193002/diff/40001/src/core/SkOpts.cpp > File src/core/SkOpts.cpp (right): > > https://codereview.chromium.org/1255193002/diff/40001/src/core/SkOpts.cpp#newcode19 > ...
5 years, 4 months ago (2015-07-27 20:44:25 UTC) #18
mtklein_C
Would you mind (re-) reviewing this CL? I think we can make the original pleasant ...
5 years, 4 months ago (2015-07-28 13:33:33 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1255193002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1255193002/60001
5 years, 4 months ago (2015-07-28 13:33:48 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-07-28 13:42:21 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1255193002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1255193002/80001
5 years, 4 months ago (2015-07-28 13:43:58 UTC) #26
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-07-28 13:51:10 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1255193002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1255193002/100001
5 years, 4 months ago (2015-07-30 14:20:48 UTC) #31
commit-bot: I haz the power
5 years, 4 months ago (2015-07-30 14:30:19 UTC) #32
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/8317a1832f55e175531ee7ae7ccd12a3a15e3c75

Powered by Google App Engine
This is Rietveld 408576698