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

Issue 1723683002: Better encapsulation and vector calling convention. (Closed)

Created:
4 years, 10 months ago by herb_g
Modified:
4 years, 10 months ago
Reviewers:
mtklein, f(malita), reed1
CC:
reviews_skia.org, fmalita1
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix vector call and remove Sk4fArg. #

Total comments: 1

Patch Set 3 : Fix pointSpan to be a normal call. #

Patch Set 4 : Make inlines VECTORCALL. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -100 lines) Patch
M src/core/SkLinearBitmapPipeline.h View 3 chunks +5 lines, -47 lines 0 comments Download
M src/core/SkLinearBitmapPipeline.cpp View 1 2 3 23 chunks +105 lines, -45 lines 2 comments Download
M tests/SkLinearBitmapPipelineTest.cpp View 1 chunk +0 lines, -8 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 28 (13 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/1723683002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1723683002/1
4 years, 10 months ago (2016-02-22 21:15:19 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/6461)
4 years, 10 months ago (2016-02-22 21:18:07 UTC) #5
herb_g
Fix vector call and remove Sk4fArg.
4 years, 10 months ago (2016-02-22 21:35:51 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1723683002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1723683002/20001
4 years, 10 months ago (2016-02-22 21:36:28 UTC) #8
herb_g
4 years, 10 months ago (2016-02-22 21:38:15 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/6463) Build-Win-MSVC-x86_64-Debug-Trybot on ...
4 years, 10 months ago (2016-02-22 21:39:09 UTC) #13
herb_g
Fix pointSpan to be a normal call.
4 years, 10 months ago (2016-02-22 21:51:01 UTC) #14
mtklein
lgtm https://codereview.chromium.org/1723683002/diff/20001/src/core/SkLinearBitmapPipeline.cpp File src/core/SkLinearBitmapPipeline.cpp (right): https://codereview.chromium.org/1723683002/diff/20001/src/core/SkLinearBitmapPipeline.cpp#newcode20 src/core/SkLinearBitmapPipeline.cpp:20: #elif defined(SK_CPU_ARM32) && defined(SK_ARM_HAS_NEON) Extra space on these.
4 years, 10 months ago (2016-02-22 21:52:22 UTC) #15
herb_g
Make inlines VECTORCALL.
4 years, 10 months ago (2016-02-22 22:01:50 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1723683002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1723683002/60001
4 years, 10 months ago (2016-02-22 22:02:16 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-22 22:32:50 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1723683002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1723683002/60001
4 years, 10 months ago (2016-02-22 22:47:33 UTC) #23
f(malita)
https://codereview.chromium.org/1723683002/diff/60001/src/core/SkLinearBitmapPipeline.cpp File src/core/SkLinearBitmapPipeline.cpp (right): https://codereview.chromium.org/1723683002/diff/60001/src/core/SkLinearBitmapPipeline.cpp#newcode137 src/core/SkLinearBitmapPipeline.cpp:137: Sk4f newYs = ys; Are the locals still needed?
4 years, 10 months ago (2016-02-22 22:48:08 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/a856e25ba1e54de6c5b6641e4c8b5c0d6b5ea42b
4 years, 10 months ago (2016-02-22 22:48:26 UTC) #27
mtklein
4 years, 10 months ago (2016-02-22 23:00:55 UTC) #28
Message was sent while issue was closed.
https://codereview.chromium.org/1723683002/diff/60001/src/core/SkLinearBitmap...
File src/core/SkLinearBitmapPipeline.cpp (right):

https://codereview.chromium.org/1723683002/diff/60001/src/core/SkLinearBitmap...
src/core/SkLinearBitmapPipeline.cpp:137: Sk4f newYs = ys;
On 2016/02/22 22:48:08, f(malita) wrote:
> Are the locals still needed?

Nope.

Powered by Google App Engine
This is Rietveld 408576698