aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPipeline.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-07-19 13:50:54 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-19 18:16:05 +0000
commite5b399ee69332e0d68a660d6695d1182a4cb16b1 (patch)
tree25fefab7cc05a848a7f88b0cb51bd568ad02d67f /src/gpu/GrPipeline.h
parent6d66237a034fb2b3051ea9247a7ba728907abb4a (diff)
Remove GrLegacyMeshDrawOp and GrPipelineBuilder
Change-Id: Ib301a0e7d4b4c4f05417d28862017307949748c9 Reviewed-on: https://skia-review.googlesource.com/23584 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'src/gpu/GrPipeline.h')
-rw-r--r--src/gpu/GrPipeline.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h
index 5d6041c5ef..81b7923068 100644
--- a/src/gpu/GrPipeline.h
+++ b/src/gpu/GrPipeline.h
@@ -29,12 +29,12 @@
class GrAppliedClip;
class GrDeviceCoordTexture;
class GrOp;
-class GrPipelineBuilder;
class GrRenderTargetContext;
/**
- * Class that holds an optimized version of a GrPipelineBuilder. It is meant to be an immutable
- * class, and contains all data needed to set the state for a gpu draw.
+ * This immutable object contains information needed to set build a shader program and set API
+ * state for a draw. It is used along with a GrPrimitiveProcessor and a source of geometric
+ * data (GrMesh or GrPath) to draw.
*/
class GrPipeline : public GrNonAtomicRef<GrPipeline> {
public: