Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: src/gpu/GrDrawTarget.h

Issue 1275003004: Remove GrPipelineOptimizations member from GrPipeline (Closed) Base URL: https://skia.googlesource.com/skia.git@opt
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/GrBufferedDrawTarget.cpp ('k') | src/gpu/GrDrawTarget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrDrawTarget.h
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
index a38f0e9cb029a7a3aff5019235c6ec9eb6a9510a..783f7f033730abe4a24bce7aee56214344d05c95 100644
--- a/src/gpu/GrDrawTarget.h
+++ b/src/gpu/GrDrawTarget.h
@@ -239,12 +239,13 @@ protected:
const GrPipelineBuilder* fPipelineBuilder;
GrScissorState* fScissor;
- GrProcOptInfo fColorPOI;
- GrProcOptInfo fCoveragePOI;
+ GrProcOptInfo fColorPOI;
+ GrProcOptInfo fCoveragePOI;
GrXferProcessor::DstTexture fDstTexture;
};
- const GrPipeline* setupPipeline(const PipelineInfo& pipelineInfo, void* pipelineAddr);
+ const GrPipeline* setupPipeline(const PipelineInfo&, void* pipelineAddr,
+ GrPipelineOptimizations*);
private:
virtual void onReset() = 0;
« no previous file with comments | « src/gpu/GrBufferedDrawTarget.cpp ('k') | src/gpu/GrDrawTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698