aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-04-26 08:31:08 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-26 14:49:55 +0000
commit8185f59335e8055961ea63502e74c6a186e3a546 (patch)
tree2d0b963724682959ce7209e40141a1188d6e40d9 /include
parentc7be00366bb0171e2d247ea71e291a64e3d10254 (diff)
Hardwire opList lookAhead & lookBack parameters
If/when we double check these settings we can either re-add these parameters or change the code manually. The driving goal here is to shrink GrRenderTargetOpList. Change-Id: I7819de18f97e8282e8754e3438130f797ebb3c37 Reviewed-on: https://skia-review.googlesource.com/14381 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrContextOptions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h
index 8b61c9c1bc..f1517040e7 100644
--- a/include/gpu/GrContextOptions.h
+++ b/include/gpu/GrContextOptions.h
@@ -40,11 +40,6 @@ struct GrContextOptions {
immediately. Intended to ease debugging. */
bool fImmediateMode = false;
- /** For debugging, override the default maximum look-back or look-ahead window for GrOp
- combining. */
- int fMaxOpCombineLookback = -1;
- int fMaxOpCombineLookahead = -1;
-
/** Force us to do all swizzling manually in the shader and don't rely on extensions to do
swizzling. */
bool fUseShaderSwizzling = false;