aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-12-13 14:36:14 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-13 20:01:40 +0000
commit2d5f9b3d58e07ac8a8df17f4c0321cb65f255e69 (patch)
tree8422c1a8b0d73cd3cc15e9c1a4ac2fda2e66fa20 /gn
parentdf9a7e11c2656a555579de40e9dd39927ffa9bce (diff)
converted GrMagnifierEffect to SkSL
Bug: skia: Change-Id: I6dc14ac66d5b911117e71fa23fef49a897082781 Reviewed-on: https://skia-review.googlesource.com/71342 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/gpu.gni6
-rw-r--r--gn/sksl.gni1
2 files changed, 5 insertions, 2 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index ca5a91975d..87e3d9b22d 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -349,10 +349,12 @@ skia_gpu_sources = [
"$_src/gpu/effects/GrEllipseEffect.h",
"$_src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp",
"$_src/gpu/effects/GrGaussianConvolutionFragmentProcessor.h",
- "$_src/gpu/effects/GrMatrixConvolutionEffect.cpp",
- "$_src/gpu/effects/GrMatrixConvolutionEffect.h",
"$_src/gpu/effects/GrLumaColorFilterEffect.cpp",
"$_src/gpu/effects/GrLumaColorFilterEffect.h",
+ "$_src/gpu/effects/GrMagnifierEffect.cpp",
+ "$_src/gpu/effects/GrMagnifierEffect.h",
+ "$_src/gpu/effects/GrMatrixConvolutionEffect.cpp",
+ "$_src/gpu/effects/GrMatrixConvolutionEffect.h",
"$_src/gpu/effects/GrNonlinearColorSpaceXformEffect.cpp",
"$_src/gpu/effects/GrNonlinearColorSpaceXformEffect.h",
"$_src/gpu/effects/GrOverdrawFragmentProcessor.cpp",
diff --git a/gn/sksl.gni b/gn/sksl.gni
index e40da5db82..9d992d181f 100644
--- a/gn/sksl.gni
+++ b/gn/sksl.gni
@@ -37,6 +37,7 @@ skia_gpu_processor_sources = [
"$_src/gpu/effects/GrDitherEffect.fp",
"$_src/gpu/effects/GrEllipseEffect.fp",
"$_src/gpu/effects/GrLumaColorFilterEffect.fp",
+ "$_src/gpu/effects/GrMagnifierEffect.fp",
"$_src/gpu/effects/GrPremulInputFragmentProcessor.fp",
"$_src/gpu/effects/GrRectBlurEffect.fp",
"$_src/gpu/effects/GrOverdrawFragmentProcessor.fp",