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

Unified Diff: src/gpu/GrPipelineBuilder.h

Issue 1001503002: Implement support for mixed sampled render targets (Closed) Base URL: https://skia.googlesource.com/skia.git@mix1
Patch Set: PipelineStage enum relocation Created 5 years, 9 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
Index: src/gpu/GrPipelineBuilder.h
diff --git a/src/gpu/GrPipelineBuilder.h b/src/gpu/GrPipelineBuilder.h
index ae9ca9b067b585795a921241c735833dd4f1aa0f..7685d76f3ce36beae17fc568d7bb3bc8e68714c4 100644
--- a/src/gpu/GrPipelineBuilder.h
+++ b/src/gpu/GrPipelineBuilder.h
@@ -45,7 +45,9 @@ public:
* no GrPaint equivalents are set to default values with the exception of vertex attribute state
* which is unmodified by this function and clipping which will be enabled.
*/
- void setFromPaint(const GrPaint&, GrRenderTarget*, const GrClip&);
+ void setFromPaint(const GrPaint&, GrRenderTarget*, const GrClip&,
+ GrRenderTarget::PipelineStage pipelineStage =
Chris Dalton 2015/03/20 07:01:45 I think it's a little confusing to pass a paramete
+ GrRenderTarget::kEverywhere_PipelineStage);
///////////////////////////////////////////////////////////////////////////
/// @name Fragment Processors

Powered by Google App Engine
This is Rietveld 408576698