|
|
DescriptionBetter encapsulation and vector calling convention.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1723683002
Committed: https://skia.googlesource.com/skia/+/a856e25ba1e54de6c5b6641e4c8b5c0d6b5ea42b
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
Dependent Patchsets: Messages
Total messages: 28 (13 generated)
Description was changed from ========== Better encapsulation and vector calling convention. BUG=skia: ========== to ========== Better encapsulation and vector calling convention. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&is... ==========
The CQ bit was checked by herb@google.com to run a CQ dry run
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
The CQ bit was unchecked by commit-bot@chromium.org
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-D...)
Fix vector call and remove Sk4fArg.
The CQ bit was checked by herb@google.com to run a CQ dry run
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
Description was changed from ========== Better encapsulation and vector calling convention. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&is... ========== to ========== Better encapsulation and vector calling convention. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&is... ==========
herb@google.com changed reviewers: + mtklein@google.com, reed@google.com
The CQ bit was unchecked by commit-bot@chromium.org
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-D...) Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_6...)
Fix pointSpan to be a normal call.
lgtm https://codereview.chromium.org/1723683002/diff/20001/src/core/SkLinearBitmap... File src/core/SkLinearBitmapPipeline.cpp (right): https://codereview.chromium.org/1723683002/diff/20001/src/core/SkLinearBitmap... src/core/SkLinearBitmapPipeline.cpp:20: #elif defined(SK_CPU_ARM32) && defined(SK_ARM_HAS_NEON) Extra space on these.
Make inlines VECTORCALL.
The CQ bit was checked by herb@google.com to run a CQ dry run
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
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by herb@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from mtklein@google.com Link to the patchset: https://codereview.chromium.org/1723683002/#ps60001 (title: "Make inlines VECTORCALL.")
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
fmalita@chromium.org changed reviewers: + fmalita@chromium.org
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; Are the locals still needed?
Message was sent while issue was closed.
Description was changed from ========== Better encapsulation and vector calling convention. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&is... ========== to ========== Better encapsulation and vector calling convention. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&is... Committed: https://skia.googlesource.com/skia/+/a856e25ba1e54de6c5b6641e4c8b5c0d6b5ea42b ==========
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/a856e25ba1e54de6c5b6641e4c8b5c0d6b5ea42b
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. |