Enable DAA for MSVC
It seems that we don't have to worry about MSVC's performance. If we're worried, we can revert this CL after the run of our perf bots so I can get the latest performance benchmark. A large set of golden images in MSVC config are expected to change with this CL. TBR: mtklein@google.com Merge branch 'master' of https://skia.googlesource.com/skia Change add to toggle in the comments Bug: skia: Change-Id: If682673bab558f87196d4437c405732ba2ffcf87 Reviewed-on: https://skia-review.googlesource.com/74400 Reviewed-by: Yuqian Li <liyuqian@google.com> Commit-Queue: Yuqian Li <liyuqian@google.com>
This commit is contained in:
parent
67b190bc3f
commit
61170a0719
@ -13,7 +13,7 @@
|
||||
std::atomic<bool> gSkUseAnalyticAA{true};
|
||||
std::atomic<bool> gSkForceAnalyticAA{false};
|
||||
|
||||
#if defined(SK_SUPPORT_LEGACY_DELTA_AA) || (defined(_MSC_VER) && !defined(__clang__))
|
||||
#if defined(SK_SUPPORT_LEGACY_DELTA_AA)
|
||||
std::atomic<bool> gSkUseDeltaAA{false};
|
||||
#else
|
||||
std::atomic<bool> gSkUseDeltaAA{true};
|
||||
|
Loading…
Reference in New Issue
Block a user