aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-10-25 21:04:34 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-25 21:05:05 +0000
commit2d3cac58fcc8f2d398a421b0341c36479a6ba324 (patch)
tree9994cea43500dc53bf48601e0145c50046ab7bf6 /gn
parentd52c6c27b748ca32453261179e621665e2864a6a (diff)
Revert "converted OverdrawColorFilter to SkSL"
This reverts commit 8aa4dc9052a64d84cfd0a4330910057bd37b6bf7. Reason for revert: strncmp getting mad Original change's description: > 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> TBR=bsalomon@google.com,ethannicholas@google.com Change-Id: Ib78d7c878c4597918d059bddb4d61f6a7f59a511 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia: Reviewed-on: https://skia-review.googlesource.com/63561 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/gpu.gni2
-rw-r--r--[-rwxr-xr-x]gn/run_sksllex.py0
-rw-r--r--gn/sksl.gni1
3 files changed, 0 insertions, 3 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index edc160542d..c585dd2c6f 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -348,8 +348,6 @@ 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 100755..100644
--- a/gn/run_sksllex.py
+++ b/gn/run_sksllex.py
diff --git a/gn/sksl.gni b/gn/sksl.gni
index 5eef5b1cb8..a50878338c 100644
--- a/gn/sksl.gni
+++ b/gn/sksl.gni
@@ -35,6 +35,5 @@ 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",
]