Stop tracking whether GrFragmentProcessors read their input
authorBrian Salomon <bsalomon@google.com>
Mon, 23 Jan 2017 19:35:25 +0000 (14:35 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 23 Jan 2017 20:17:53 +0000 (20:17 +0000)
commit5f13fbac19ee0ea9a3d5216740912d377a30d622
tree45f1becca7239814f3abf23a5f73c68a041a8727
parent319ba3d3a177498095c31696e0aec8b3af25f663
Stop tracking whether GrFragmentProcessors read their input

Change-Id: Id5338901978b97289798eaef873527597bd8dfd6
Reviewed-on: https://skia-review.googlesource.com/7414
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
24 files changed:
experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.cpp
include/gpu/GrInvariantOutput.h
src/core/SkColorMatrixFilterRowMajor255.cpp
src/core/SkNormalBevelSource.cpp
src/core/SkNormalFlatSource.cpp
src/core/SkNormalMapSource.cpp
src/effects/SkArithmeticImageFilter.cpp
src/effects/SkDisplacementMapEffect.cpp
src/effects/SkLumaColorFilter.cpp
src/effects/SkOverdrawColorFilter.cpp
src/effects/SkPerlinNoiseShader.cpp
src/effects/SkRRectsGaussianEdgeMaskFilter.cpp
src/effects/SkTableColorFilter.cpp
src/gpu/GrFragmentProcessor.cpp
src/gpu/GrProcOptInfo.cpp
src/gpu/GrProcOptInfo.h
src/gpu/effects/GrConstColorProcessor.cpp
src/gpu/effects/GrDitherEffect.cpp
src/gpu/effects/GrGammaEffect.cpp
src/gpu/effects/GrXfermodeFragmentProcessor.cpp
src/gpu/effects/GrYUVEffect.cpp
tests/GLProgramsTest.cpp
tests/ImageStorageTest.cpp
tests/ProcessorTest.cpp