commit | 87332103c605dc3e0f76c0d1250a76c4ff71fddc | [log] [tgz] |
---|---|---|
author | cdalton <cdalton@nvidia.com> | Fri Feb 26 12:22:02 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 26 12:22:02 2016 -0800 |
tree | 691623aee5f5b4953ecfcb69dcd79f9f6f0b0937 | |
parent | e5824b90da4568544ecbf71ba5d690095b31307e [diff] |
Replace fWillReadFragmentPosition with a bitfield Replaces fWillReadFragmentPosition on GrProcessor with a "RequiredFeatures" bitfield. This will allow us to add additional built-in features. Completely removes information about reading the fragment position from GrPipeline and GrProcOptInfo. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1734163002 Review URL: https://codereview.chromium.org/1734163002