| Index: src/gpu/GrPipelineBuilder.h
|
| diff --git a/src/gpu/GrPipelineBuilder.h b/src/gpu/GrPipelineBuilder.h
|
| index f41f6eeae2275e4b0aec9e8dddb6591203c44b46..e37b54ac8e847d9c73b34e0c5a1d62e703c28c97 100644
|
| --- a/src/gpu/GrPipelineBuilder.h
|
| +++ b/src/gpu/GrPipelineBuilder.h
|
| @@ -381,17 +381,6 @@ public:
|
|
|
| ///////////////////////////////////////////////////////////////////////////
|
|
|
| - // TODO delete when we have Batch
|
| - const GrProcOptInfo& colorProcInfo(const GrPrimitiveProcessor* pp) const {
|
| - this->calcColorInvariantOutput(pp);
|
| - return fColorProcInfo;
|
| - }
|
| -
|
| - const GrProcOptInfo& coverageProcInfo(const GrPrimitiveProcessor* pp) const {
|
| - this->calcCoverageInvariantOutput(pp);
|
| - return fCoverageProcInfo;
|
| - }
|
| -
|
| const GrProcOptInfo& colorProcInfo(const GrDrawBatch* batch) const {
|
| this->calcColorInvariantOutput(batch);
|
| return fColorProcInfo;
|
| @@ -417,13 +406,6 @@ private:
|
| // GrOptDrawState constructor - never caches results
|
|
|
| /**
|
| - * Primproc variants of the calc functions
|
| - * TODO remove these when batch is everywhere
|
| - */
|
| - void calcColorInvariantOutput(const GrPrimitiveProcessor*) const;
|
| - void calcCoverageInvariantOutput(const GrPrimitiveProcessor*) const;
|
| -
|
| - /**
|
| * GrBatch provides the initial seed for these loops based off of its initial geometry data
|
| */
|
| void calcColorInvariantOutput(const GrDrawBatch*) const;
|
|
|