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

Issue 233733005: Xfermode: SSE2 implementation of exclusion_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 exclusion_modeproc With SSE2 optimization, performance of Xfermode_Exclusion will improve about 50% on desktop i7-3770. Here are the data: before: Xfermode_Exclusion 8888: cmsecs = 40.17 565: cmsecs = 55.22 after: Xfermode_Exclusion 8888: cmsecs = 18.53 565: cmsecs = 26.55 BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14371

Patch Set 1 #

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

Messages

Total messages: 5 (0 generated)
qiankun
PTAL, thanks.
6 years, 8 months ago (2014-04-11 04:59:22 UTC) #1
mtklein
lgtm
6 years, 8 months ago (2014-04-24 17:50:16 UTC) #2
qiankun
The CQ bit was checked by qiankun.miao@intel.com
6 years, 8 months ago (2014-04-25 02:27:30 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/233733005/1
6 years, 8 months ago (2014-04-25 02:27:55 UTC) #4
commit-bot: I haz the power
6 years, 8 months ago (2014-04-25 02:59:07 UTC) #5
Message was sent while issue was closed.
Change committed as 14371

Powered by Google App Engine
This is Rietveld 408576698