aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-10-25 15:55:58 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-25 20:19:18 +0000
commit8aa4dc9052a64d84cfd0a4330910057bd37b6bf7 (patch)
tree5b8c084ed43b6f10e6014a2fc2959e84c4be3c5b /gn
parent4cbb6e6d551e8bea2c040b1aa9dce253cffb9af0 (diff)
converted OverdrawColorFilter to SkSL
Bug: skia: Change-Id: Idcc0502758df1e60ed131a168b5c9a65a4d834a1 Reviewed-on: https://skia-review.googlesource.com/63840 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/gpu.gni2
-rwxr-xr-x[-rw-r--r--]gn/run_sksllex.py0
-rw-r--r--gn/sksl.gni1
3 files changed, 3 insertions, 0 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index c585dd2c6f..edc160542d 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -348,6 +348,8 @@ skia_gpu_sources = [
"$_src/gpu/effects/GrMatrixConvolutionEffect.h",
"$_src/gpu/effects/GrNonlinearColorSpaceXformEffect.cpp",
"$_src/gpu/effects/GrNonlinearColorSpaceXformEffect.h",
+ "$_src/gpu/effects/GrOverdrawFragmentProcessor.cpp",
+ "$_src/gpu/effects/GrOverdrawFragmentProcessor.h",
"$_src/gpu/effects/GrOvalEffect.cpp",
"$_src/gpu/effects/GrOvalEffect.h",
"$_src/gpu/effects/GrPorterDuffXferProcessor.cpp",
diff --git a/gn/run_sksllex.py b/gn/run_sksllex.py
index 0377283b5a..0377283b5a 100644..100755
--- a/gn/run_sksllex.py
+++ b/gn/run_sksllex.py
diff --git a/gn/sksl.gni b/gn/sksl.gni
index a50878338c..5eef5b1cb8 100644
--- a/gn/sksl.gni
+++ b/gn/sksl.gni
@@ -35,5 +35,6 @@ skia_gpu_processor_sources = [
"$_src/gpu/effects/GrDitherEffect.fp",
"$_src/gpu/effects/GrEllipseEffect.fp",
"$_src/gpu/effects/GrRectBlurEffect.fp",
+ "$_src/gpu/effects/GrOverdrawFragmentProcessor.fp",
"$_src/gpu/effects/GrSimpleTextureEffect.fp",
]