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

Issue 891703005: Improve Color32A_D565 quality at the expense of speed. (Closed)

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

Description

Improve Color32A_D565 quality at the expense of speed. On Intel, Color32A_D565 is being autovectorized both before and after this CL, so it's a little hard to tell what's going on. The microbenchmarks take the expected big hit, and the worst case in SKPs is a 30% slowdown on desk_youtube.skp, which is dominated by Color32A_D565 in 565 mode. Fortunately / unfortunately, we've optimized this proc for NEON already. BUG=skia:

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -18 lines) Patch
M src/core/SkBlitRow_D16.cpp View 1 chunk +3 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (2 generated)
mtklein
Patchset #3 (id:40001) has been deleted
5 years, 10 months ago (2015-01-30 19:14:09 UTC) #1
mtklein
5 years, 10 months ago (2015-01-30 19:14:15 UTC) #2
Patchset #2 (id:20001) has been deleted

Powered by Google App Engine
This is Rietveld 408576698