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:
Yuqian Li 2017-11-21 13:34:01 -05:00 committed by Skia Commit-Bot
parent 67b190bc3f
commit 61170a0719

View File

@ -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};