Luminance-to-alpha color filter (SkLumaColorFilter).
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 7 Oct 2013 18:00:17 +0000 (18:00 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 7 Oct 2013 18:00:17 +0000 (18:00 +0000)
commit6c1ee2d4e727357451c8a6fcf4a08e75890b5d6d
tree144de7ce27c8400a39866d0f53f7be49aa935cda
parentdd6cde5235d5d36607f4f1df66057d807b432b99
Luminance-to-alpha color filter (SkLumaColorFilter).

Adding a color filter luma implementation. The plan is to convert
existing clients and then deprecate SkLumaXfermode.

R=bsalomon@google.com, reed@google.com, robertphillips@google.com

Author: fmalita@chromium.org

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

git-svn-id: http://skia.googlecode.com/svn/trunk@11636 2bbb7eff-a529-9590-31e7-b0007b416f81
bench/ColorFilterBench.cpp
gm/lumafilter.cpp [new file with mode: 0644]
gyp/effects.gypi
gyp/gmslides.gypi
gyp/public_headers.gypi
include/effects/SkLumaColorFilter.h [new file with mode: 0644]
src/effects/SkLumaColorFilter.cpp [new file with mode: 0644]
src/ports/SkGlobalInitialization_chromium.cpp
src/ports/SkGlobalInitialization_default.cpp
tests/ColorFilterTest.cpp