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:
parent
b82ac3660c
commit
aab728dd61
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user