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

Issue 232783002: Xfermode: SSE2 implementation of overlay_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 overlay_modeproc With SSE2 optimization, performance of Xfermode_Overlay will improve about 35% on desktop i7-3770. Here are the data: before: Xfermode_Overlay 8888: cmsecs = 44.17 565: cmsecs = 59.27 after: Xfermode_Overlay 8888: cmsecs = 28.30 565: cmsecs = 35.84 BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14370

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 4

Patch Set 3 : add some comments #

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

Messages

Total messages: 7 (0 generated)
qiankun
PTAL.
6 years, 8 months ago (2014-04-10 09:23:49 UTC) #1
qiankun
On 2014/04/10 09:23:49, qiankun wrote: > PTAL. rebase code. PTAL.
6 years, 8 months ago (2014-04-15 08:07:29 UTC) #2
mtklein
Just wanted to let you know that I do still to intend to review and ...
6 years, 8 months ago (2014-04-22 15:18:20 UTC) #3
qiankun
I am very appreciated for finding time to review the patch. https://codereview.chromium.org/232783002/diff/20001/src/opts/SkColor_opts_SSE2.h File src/opts/SkColor_opts_SSE2.h (right): ...
6 years, 8 months ago (2014-04-23 07:40:04 UTC) #4
qiankun
The CQ bit was checked by qiankun.miao@intel.com
6 years, 8 months ago (2014-04-25 01:46:13 UTC) #5
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/232783002/40001
6 years, 8 months ago (2014-04-25 01:52:45 UTC) #6
commit-bot: I haz the power
6 years, 8 months ago (2014-04-25 02:08:38 UTC) #7
Message was sent while issue was closed.
Change committed as 14370

Powered by Google App Engine
This is Rietveld 408576698