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

Issue 138163013: SSE2 implementation of S32A_D565_Opaque (Closed)

Created:
6 years, 11 months ago by qiankun
Modified:
6 years, 10 months ago
Reviewers:
epoger, mtklein, reed1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@SkSrcOver32To16SSE
Visibility:
Public.

Description

SSE2 implementation of S32A_D565_Opaque microbenchmark of S32A_D565_Opaque() shows a 3x speedup after SSE optimization with various count on i7-3770. BUG= Committed: http://code.google.com/p/skia/source/detail?r=13495

Patch Set 1 #

Patch Set 2 : handle 8 pixels at a time #

Total comments: 1

Patch Set 3 : add include guards #

Patch Set 4 : refine code #

Total comments: 2

Patch Set 5 : fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -1 line) Patch
M src/opts/SkBlitRow_opts_SSE2.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/opts/SkBlitRow_opts_SSE2.cpp View 1 2 3 4 2 chunks +123 lines, -0 lines 0 comments Download
A src/opts/SkColor_opts_SSE2.h View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
M src/opts/opts_check_SSE2.cpp View 2 chunks +16 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
qiankun
Could you help to review this?
6 years, 11 months ago (2014-01-27 06:50:56 UTC) #1
qiankun
On 2014/01/27 06:50:56, qiankun wrote: > Could you help to review this? ping.
6 years, 10 months ago (2014-02-07 01:51:05 UTC) #2
reed1
I can't click on the try-bot-failures :( What cased them to turn red?
6 years, 10 months ago (2014-02-07 13:27:24 UTC) #3
mtklein
On 2014/02/07 13:27:24, reed1 wrote: > I can't click on the try-bot-failures :( What cased ...
6 years, 10 months ago (2014-02-07 13:29:24 UTC) #4
reed1
1. This is code that is probably never taken by any of our known clients, ...
6 years, 10 months ago (2014-02-07 14:50:44 UTC) #5
mtklein
I found this code very readable. Thank you! Can you update the CL with some ...
6 years, 10 months ago (2014-02-07 15:15:45 UTC) #6
qiankun
On 2014/02/07 15:15:45, mtklein wrote: > I found this code very readable. Thank you! > ...
6 years, 10 months ago (2014-02-08 08:35:50 UTC) #7
qiankun
Here are the data for S32A_D565_Opaque before and after SSE optimization. Most benchmarks benefit from ...
6 years, 10 months ago (2014-02-08 09:02:01 UTC) #8
mtklein
On 2014/02/08 09:02:01, qiankun wrote: > Here are the data for S32A_D565_Opaque before and after ...
6 years, 10 months ago (2014-02-13 20:04:53 UTC) #9
qiankun
On 2014/02/13 20:04:53, mtklein wrote: > So, wait, do any of these actually run S32A_D565? ...
6 years, 10 months ago (2014-02-14 09:17:15 UTC) #10
mtklein
Sorry this has taken so long to review. LGTM. I've marked two small nits; please ...
6 years, 10 months ago (2014-02-18 16:25:16 UTC) #11
qiankun
The CQ bit was checked by qiankun.miao@intel.com
6 years, 10 months ago (2014-02-19 02:56:57 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/qiankun.miao@intel.com/138163013/370001
6 years, 10 months ago (2014-02-19 02:57:01 UTC) #13
commit-bot: I haz the power
Change committed as 13495
6 years, 10 months ago (2014-02-19 03:09:55 UTC) #14
epoger
6 years, 10 months ago (2014-02-19 14:53:41 UTC) #15
Message was sent while issue was closed.
Filed https://code.google.com/p/skia/issues/detail?id=2192 ('performance
regression after "SSE2 implementation of S32A_D565_Opaque"')

Powered by Google App Engine
This is Rietveld 408576698