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

Issue 234433003: Xfermode: SSE2 implementation of difference_modeproc (Closed)

Created:
6 years, 8 months ago by qiankun
Modified:
6 years, 8 months ago
Reviewers:
mtklein
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Xfermode: SSE2 implementation of difference_modeproc With SSE2 optimization, performance of Xfermode_Difference will improve about 60% on desktop i7-3770. Here are the data: before: Xfermode_Difference 8888: cmsecs = 51.10 565: cmsecs = 66.39 after: Xfermode_Difference 8888: cmsecs = 21.10 565: cmsecs = 29.33 BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14375

Patch Set 1 #

Patch Set 2 : rebase master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -1 line) Patch
M src/opts/SkXfermode_opts_SSE2.cpp View 1 4 chunks +46 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
qiankun
PTAL.
6 years, 8 months ago (2014-04-11 05:24:31 UTC) #1
mtklein
lgtm
6 years, 8 months ago (2014-04-24 17:32:34 UTC) #2
qiankun
The CQ bit was checked by qiankun.miao@intel.com
6 years, 8 months ago (2014-04-25 06:31:34 UTC) #3
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/234433003/20001
6 years, 8 months ago (2014-04-25 06:32:00 UTC) #4
commit-bot: I haz the power
6 years, 8 months ago (2014-04-25 07:41:25 UTC) #5
Message was sent while issue was closed.
Change committed as 14375

Powered by Google App Engine
This is Rietveld 408576698