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

Issue 1817813002: Fix for unaligned automatic variable address in SSE routines (Closed)

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

Description

Fix for unaligned automatic variable address in SSE routines. This used to work on linux but crashed on windows when rendering antialiased glyphs. I tracked the problem down to an alignment issue. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1817813002 Committed: https://skia.googlesource.com/skia/+/f8ee67edb8e5fed34bf4d5208bce89ea8be1ac1e

Patch Set 1 #

Total comments: 1

Patch Set 2 : _mm_setr_epi8 to load mask instead of automatic variable memory" #

Patch Set 3 : Added author line to AUTHORS file for SSE patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -271 lines) Patch
M AUTHORS View 1 2 1 chunk +42 lines, -41 lines 0 comments Download
M src/opts/SkOpts_sse41.cpp View 1 1 chunk +229 lines, -230 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
Marco A.
4 years, 9 months ago (2016-03-19 21:33:05 UTC) #4
mtklein
https://codereview.chromium.org/1817813002/diff/1/src/opts/SkOpts_sse41.cpp File src/opts/SkOpts_sse41.cpp (right): https://codereview.chromium.org/1817813002/diff/1/src/opts/SkOpts_sse41.cpp#newcode59 src/opts/SkOpts_sse41.cpp:59: return _mm_shuffle_epi8(xyzw, _mm_load_si128((const __m128i*)mask)); Hmm. It's odd that I ...
4 years, 9 months ago (2016-03-20 20:22:19 UTC) #5
Marco A.
On 2016/03/20 20:22:19, mtklein wrote: > https://codereview.chromium.org/1817813002/diff/1/src/opts/SkOpts_sse41.cpp > File src/opts/SkOpts_sse41.cpp (right): > > https://codereview.chromium.org/1817813002/diff/1/src/opts/SkOpts_sse41.cpp#newcode59 > ...
4 years, 9 months ago (2016-03-20 22:42:15 UTC) #6
mtklein
lgtm
4 years, 9 months ago (2016-03-21 12:31:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1817813002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1817813002/20001
4 years, 9 months ago (2016-03-21 12:31:18 UTC) #9
commit-bot: I haz the power
The author marco.diiga@gmail.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign ...
4 years, 9 months ago (2016-03-21 12:31:20 UTC) #11
Marco A.
On 2016/03/21 12:31:20, commit-bot: I haz the power wrote: > The author mailto:marco.diiga@gmail.com has not ...
4 years, 9 months ago (2016-03-21 12:35:08 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1817813002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1817813002/20001
4 years, 9 months ago (2016-03-21 12:42:06 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/7852)
4 years, 9 months ago (2016-03-21 12:43:37 UTC) #16
mtklein
lgtm
4 years, 9 months ago (2016-03-21 12:55:03 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1817813002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1817813002/40001
4 years, 9 months ago (2016-03-21 12:55:06 UTC) #19
commit-bot: I haz the power
4 years, 9 months ago (2016-03-21 13:04:48 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/f8ee67edb8e5fed34bf4d5208bce89ea8be1ac1e

Powered by Google App Engine
This is Rietveld 408576698