aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-07-28 09:20:33 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-28 09:20:33 -0700
commita408c8fb6d367d494437b8709fdfa8c822267e6e (patch)
tree6f334aa5d42fb143607ccc88e758c710c18aa5a4 /gyp
parent9c18546b78f9406a73b681d81be63afcf80d30a8 (diff)
Add SkGammaColorFilter
WDYT about this as a means of replacing GrContext::applyGamma with a normal SkCanvas::drawImage? GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2190573002 Review-Url: https://codereview.chromium.org/2190573002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/effects.gyp1
-rw-r--r--gyp/effects.gypi2
2 files changed, 3 insertions, 0 deletions
diff --git a/gyp/effects.gyp b/gyp/effects.gyp
index 2402ed1c44..4dea202d3d 100644
--- a/gyp/effects.gyp
+++ b/gyp/effects.gyp
@@ -25,6 +25,7 @@
'../src/effects',
'../src/opts',
'../src/core',
+ '../src/gpu/effects',
],
'direct_dependent_settings': {
'include_dirs': [
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index 33c8c13d41..c755ac5bff 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -43,6 +43,7 @@
'<(skia_src_path)/effects/SkEmbossMask_Table.h',
'<(skia_src_path)/effects/SkEmbossMaskFilter.cpp',
'<(skia_src_path)/effects/SkImageSource.cpp',
+ '<(skia_src_path)/effects/SkGammaColorFilter.cpp',
'<(skia_src_path)/effects/SkGpuBlurUtils.h',
'<(skia_src_path)/effects/SkGpuBlurUtils.cpp',
'<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
@@ -104,6 +105,7 @@
'<(skia_include_path)/effects/SkDisplacementMapEffect.h',
'<(skia_include_path)/effects/SkDropShadowImageFilter.h',
'<(skia_include_path)/effects/SkEmbossMaskFilter.h',
+ '<(skia_include_path)/effects/SkGammaColorFilter.h',
'<(skia_include_path)/effects/SkGradientShader.h',
'<(skia_include_path)/effects/SkImageSource.h',
'<(skia_include_path)/effects/SkLayerDrawLooper.h',