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 2264103002: compress_r11eac_blocks() required more alignment than dst has. (Closed)

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

Description

compress_r11eac_blocks() required more alignment than dst has. This shouldn't change any behavior except that the stores to dst will no longer require 8-byte alignment. Empirically it seems like we can use 4-byte alignment here, but u8 (i.e. 1-byte alignment) is always safe. BUG=skia:5637 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2264103002 CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Committed: https://skia.googlesource.com/skia/+/a61b6d4f9e8ce7134414c84cec075482c2f8efcc

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 1

Patch Set 3 : Turn test back on. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -18 lines) Patch
M infra/bots/recipes/swarm_test.py View 2 1 chunk +0 lines, -3 lines 0 comments Download
M infra/bots/recipes/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug.json View 2 1 chunk +1 line, -3 lines 0 comments Download
M src/opts/SkTextureCompressor_opts.h View 1 4 chunks +11 lines, -12 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
mtklein_C
Don't worry about not knowing this code... it's a pure NEON intrinsics review. https://codereview.chromium.org/2264103002/diff/20001/src/opts/SkTextureCompressor_opts.h File ...
4 years, 4 months ago (2016-08-22 15:58:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2264103002/40001
4 years, 4 months ago (2016-08-22 15:58:36 UTC) #7
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 4 months ago (2016-08-22 15:58:37 UTC) #8
msarett
lgtm
4 years, 4 months ago (2016-08-22 16:19:10 UTC) #9
commit-bot: I haz the power
4 years, 4 months ago (2016-08-22 16:30:58 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/a61b6d4f9e8ce7134414c84cec075482c2f8efcc

Powered by Google App Engine
This is Rietveld 408576698