skia2/tools/flags
Eric Karl 5c77975e4c Add flag to avoid stencil buffers in Skia
Certain systems experience a leak in the GL driver associated with
stencil buffers. Attempts to avoid the leak (while still using stencil
buffers) dind't succeed. This patch adds a GrContextOption
fAvoidStencilBuffers. This disables certain path rendering modes, as
well as stencil based masking/clipping.

Bug: 713854
Change-Id: Ifa6c0f2bd5ee395547bda9165d6c79d197ae8b8b
Reviewed-on: https://skia-review.googlesource.com/15253
Commit-Queue: Eric Karl <ericrk@chromium.org>
Reviewed-by: Eric Karl <ericrk@chromium.org>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2017-05-09 17:41:25 +00:00
..
SkCommandLineFlags.cpp Populate ALL copies of a command line flag during parsing 2016-10-24 19:32:55 +00:00
SkCommandLineFlags.h Move SkTDArray to private. 2016-02-18 08:53:33 -08:00
SkCommonFlags.cpp Reland https://skia-review.googlesource.com/c/6091/ 2017-01-13 16:07:48 +00:00
SkCommonFlags.h Reland https://skia-review.googlesource.com/c/6091/ 2017-01-13 16:07:48 +00:00
SkCommonFlagsConfig.cpp Add flag to avoid stencil buffers in Skia 2017-05-09 17:41:25 +00:00
SkCommonFlagsConfig.h Add flag to avoid stencil buffers in Skia 2017-05-09 17:41:25 +00:00
SkCommonFlagsPathRenderer.h Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer 2017-03-16 13:22:31 +00:00