commit | aab728dd61ee33c8e0657c8ee6bfd7f0f9222b6d | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Wed May 01 18:07:22 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu May 02 16:24:46 2019 +0000 |
tree | fffdcbcac44245f97e576fb56280c235f194cfb4 | |
parent | b82ac3660c20fbad3391ccef0e17a8e242702450 [diff] [blame] |
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>
diff --git a/src/gpu/GrLegacyDirectContext.cpp b/src/gpu/GrLegacyDirectContext.cpp index 6a4a1bc..4c3f756 100644 --- a/src/gpu/GrLegacyDirectContext.cpp +++ b/src/gpu/GrLegacyDirectContext.cpp
@@ -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 {