Change opList-splitting reduction default to be off

Change-Id: Ia9e9b49ebaa70d0777e9a3199a07ce2bce60ae04
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/211653
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Robert Phillips 2019-05-01 18:07:22 -04:00 committed by Skia Commit-Bot
parent b82ac3660c
commit aab728dd61

View File

@ -27,7 +27,7 @@
#ifdef SK_DISABLE_REDUCE_OPLIST_SPLITTING
static const bool kDefaultReduceOpListSplitting = false;
#else
static const bool kDefaultReduceOpListSplitting = true;
static const bool kDefaultReduceOpListSplitting = false;
#endif
class SK_API GrLegacyDirectContext : public GrContext {