skia2/src
commit-bot@chromium.org 7bf10152b1 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:
R=mtklein@google.com

Author: qiankun.miao@intel.com

Review URL: https://codereview.chromium.org/232783002

git-svn-id: http://skia.googlecode.com/svn/trunk@14370 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-04-25 02:08:31 +00:00
..
animator rename SkPaintParts.* to SkPaintPart.* 2014-04-18 15:14:25 +00:00
core First pass at GPU veto 2014-04-24 21:53:13 +00:00
device/xps remove all references to legacy Config8888 2014-03-26 13:44:58 +00:00
doc Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
effects Use default save() flags in SkBlurDrawLooper. 2014-04-23 19:26:38 +00:00
fonts Don't unset gFCSafeToUse when it's still safe to use. 2014-04-16 22:10:52 +00:00
gpu Use fixed function pipeline only when drawing paths 2014-04-23 19:26:26 +00:00
image Sanitizing source files in Housekeeper-Nightly 2014-04-24 03:05:07 +00:00
images Reland "Properly set alpha type in webp decode." 2014-04-24 18:55:13 +00:00
lazy SkDiscardableMemoryPool to abstract class 2014-04-04 16:43:38 +00:00
opts Xfermode: SSE2 implementation of overlay_modeproc 2014-04-25 02:08:31 +00:00
pathops Sanitizing source files in Housekeeper-Nightly 2014-04-15 03:04:18 +00:00
pdf fix int/size_t warnings 2014-04-18 19:29:07 +00:00
pipe Fix build: these asserts are always now true, which GCC warns about 2014-04-24 18:45:17 +00:00
ports Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/) 2014-04-24 20:17:24 +00:00
record Proof of adoption in SkRecord::replace. 2014-04-24 15:33:48 +00:00
sfnt fix size_t/int warnings 2014-04-23 19:19:44 +00:00
svg Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
utils Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" 2014-04-23 04:00:17 +00:00
views Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) 2014-04-11 17:15:40 +00:00
xml remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00