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

Issue 1887103003: spriteblitter for memcpy case (for all configs) (Closed)

Created:
4 years, 8 months ago by reed1
Modified:
4 years, 8 months ago
Reviewers:
herb_g, mtklein, f(malita)
CC:
reviews_skia.org
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 shiftPerPixel #

Total comments: 6

Patch Set 3 : #

Total comments: 1

Patch Set 4 : use normal left shift operator #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -30 lines) Patch
M include/core/SkBitmap.h View 1 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkImageInfo.h View 1 3 chunks +25 lines, -11 lines 0 comments Download
M include/core/SkPixmap.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M src/core/SkBlitter_Sprite.cpp View 1 2 3 2 chunks +83 lines, -17 lines 0 comments Download

Messages

Total messages: 37 (17 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/1887103003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1887103003/1
4 years, 8 months ago (2016-04-14 18:16:58 UTC) #3
reed1
4 years, 8 months ago (2016-04-14 18:17:00 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/7826)
4 years, 8 months ago (2016-04-14 18:22:50 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1887103003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1887103003/1
4 years, 8 months ago (2016-04-14 19:43:56 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/7836)
4 years, 8 months ago (2016-04-14 21:07:19 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1887103003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1887103003/1
4 years, 8 months ago (2016-04-14 22:34:00 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/7847)
4 years, 8 months ago (2016-04-15 00:03:36 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1887103003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1887103003/1
4 years, 8 months ago (2016-04-15 01:59:23 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/7849)
4 years, 8 months ago (2016-04-15 02:05:56 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1887103003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1887103003/20001
4 years, 8 months ago (2016-04-15 04:12:40 UTC) #21
reed1
fixed the crasher shiftPerPixel()
4 years, 8 months ago (2016-04-15 04:20:47 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-15 04:22:31 UTC) #24
reed1
ptal
4 years, 8 months ago (2016-04-15 13:10:11 UTC) #26
mtklein
https://codereview.chromium.org/1887103003/diff/20001/include/core/SkPixmap.h File include/core/SkPixmap.h (left): https://codereview.chromium.org/1887103003/diff/20001/include/core/SkPixmap.h#oldcode83 include/core/SkPixmap.h:83: int shiftPerPixel() const { return fInfo.bytesPerPixel() >> 1; } ...
4 years, 8 months ago (2016-04-15 13:29:21 UTC) #27
reed1
https://codereview.chromium.org/1887103003/diff/20001/include/core/SkPixmap.h File include/core/SkPixmap.h (left): https://codereview.chromium.org/1887103003/diff/20001/include/core/SkPixmap.h#oldcode83 include/core/SkPixmap.h:83: int shiftPerPixel() const { return fInfo.bytesPerPixel() >> 1; } ...
4 years, 8 months ago (2016-04-15 13:49:10 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1887103003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1887103003/60001
4 years, 8 months ago (2016-04-15 13:49:26 UTC) #30
f(malita)
https://codereview.chromium.org/1887103003/diff/40001/include/core/SkImageInfo.h File include/core/SkImageInfo.h (right): https://codereview.chromium.org/1887103003/diff/40001/include/core/SkImageInfo.h#newcode109 include/core/SkImageInfo.h:109: static const uint8_t gShift[] = { Isn't this going ...
4 years, 8 months ago (2016-04-15 13:52:16 UTC) #31
mtklein
lgtm
4 years, 8 months ago (2016-04-15 13:52:36 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1887103003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1887103003/60001
4 years, 8 months ago (2016-04-15 13:58:57 UTC) #35
commit-bot: I haz the power
4 years, 8 months ago (2016-04-15 13:59:42 UTC) #37
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/8c3fd4f1b49a77634b73f787c6c49d34039a16f0

Powered by Google App Engine
This is Rietveld 408576698