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

Unified Diff: include/gpu/GrTypes.h

Issue 938383004: Dynamically create stencil buffer when needed. (Closed) Base URL: https://skia.googlesource.com/skia.git@bigstencil
Patch Set: Actually save file before uploading Created 5 years, 10 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 | « include/gpu/GrRenderTarget.h ('k') | src/effects/SkAlphaThresholdFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrTypes.h
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h
index 7fbe43287533be21d90d34428d95a336adf9d268..3f02c62bfd07aab21c647c673beef0850a782c32 100644
--- a/include/gpu/GrTypes.h
+++ b/include/gpu/GrTypes.h
@@ -390,10 +390,7 @@ enum GrSurfaceFlags {
*/
kRenderTarget_GrSurfaceFlag = 0x1,
/**
- * By default all render targets have an associated stencil buffer that
- * may be required for path filling. This flag overrides stencil buffer
- * creation.
- * MAKE THIS PRIVATE?
+ * DEPRECATED. This has no effect.
*/
kNoStencil_GrSurfaceFlag = 0x2,
/**
« no previous file with comments | « include/gpu/GrRenderTarget.h ('k') | src/effects/SkAlphaThresholdFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698