New bitmap filter checkin; this time with less build breakage
authorhumper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 9 Jul 2013 21:37:14 +0000 (21:37 +0000)
committerhumper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 9 Jul 2013 21:37:14 +0000 (21:37 +0000)
commitb088947f27496a9b9dc48a7cfb170f9d59589825
tree4606872b30204e59a7e227850fc517add07b8ee3
parent6e8b7ddefdac3793307782f8bdca8cf011288a06
New bitmap filter checkin; this time with less build breakage

BUG=

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

git-svn-id: http://skia.googlecode.com/svn/trunk@9944 2bbb7eff-a529-9590-31e7-b0007b416f81
18 files changed:
bench/BitmapBench.cpp
bench/BitmapScaleBench.cpp [new file with mode: 0644]
gm/filterbitmap.cpp
gm/scalebitmap.cpp [new file with mode: 0644]
gyp/bench.gypi
gyp/core.gypi
gyp/gmslides.gypi
gyp/opts.gyp
include/core/SkBitmap.h
include/core/SkPaint.h
src/core/SkBitmapFilter.cpp [new file with mode: 0644]
src/core/SkBitmapFilter.h [new file with mode: 0644]
src/core/SkBitmapProcBicubic.cpp [deleted file]
src/core/SkBitmapProcState.cpp
src/core/SkBitmapProcState.h
src/opts/SkBitmapFilter_opts_SSE2.cpp [new file with mode: 0644]
src/opts/SkBitmapFilter_opts_SSE2.h [new file with mode: 0644]
src/opts/opts_check_SSE2.cpp