aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2015-12-03 10:30:34 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-03 10:30:34 -0800
commite2725f584095cd0a2cc5100fb6f1dc6a1740284e (patch)
tree9c5113855de9c487b16eddc35cced8534d58a421 /include/gpu
parent4f11b1be550a02261a1ebbbeeb9ecc2690cf5696 (diff)
Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ )
Reason for revert: Looks to be responsible for breaking builds e.g. https://uberchromegw.corp.google.com/i/client.skia/builders/Test-Mac10.9-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug/builds/3030/steps/dm/logs/stdio Original issue's description: > Add option to draw wireframe batch bounds > > Committed: https://skia.googlesource.com/skia/+/26489ef21ff5df33b8cb5943fddfd4604e203960 TBR=joshualitt@google.com,bsalomon@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1492633007
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrContextOptions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h
index 2874b52be7..52173eb7a0 100644
--- a/include/gpu/GrContextOptions.h
+++ b/include/gpu/GrContextOptions.h
@@ -21,7 +21,6 @@ struct GrContextOptions {
, fUseDrawInsteadOfPartialRenderTargetWrite(false)
, fImmediateMode(false)
, fClipBatchToBounds(false)
- , fDrawBatchBounds(false)
, fUseShaderSwizzling(false) {}
// EXPERIMENTAL
@@ -58,11 +57,6 @@ struct GrContextOptions {
verify that the clip bounds are conservative. */
bool fClipBatchToBounds;
- /** For debugging purposes draw a wireframe device bounds rect for each GrBatch. The wire
- frame rect is draw before the GrBatch in order to visualize batches that draw outside
- of their dev bounds. */
- bool fDrawBatchBounds;
-
/** Force us to do all swizzling manually in the shader and don't rely on extensions to do
swizzling. */
bool fUseShaderSwizzling;