diff options
author | jvanverth <jvanverth@google.com> | 2014-11-07 13:49:49 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-07 13:49:49 -0800 |
commit | 2b07443a58a087d1639d0ccad98a3521bf16a2be (patch) | |
tree | ad77716297fae31a7adbf2a1f181286b68bff709 /gm | |
parent | 79fc22316c10b0b27c5f69a9a767a3baebd09cf3 (diff) |
Make gpudft non-default config for gm
Review URL: https://codereview.chromium.org/692153003
Diffstat (limited to 'gm')
-rw-r--r-- | gm/gmmain.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp index 606b7f75a7..62d4e74462 100644 --- a/gm/gmmain.cpp +++ b/gm/gmmain.cpp @@ -1297,7 +1297,8 @@ static const ConfigData gRec[] = { { kN32_SkColorType, kGPU_Backend, GrContextFactory::kNative_GLContextType, 4, kRW_ConfigFlag, "msaa4", false}, { kN32_SkColorType, kGPU_Backend, GrContextFactory::kNVPR_GLContextType, 4, kRW_ConfigFlag, "nvprmsaa4", true }, { kN32_SkColorType, kGPU_Backend, GrContextFactory::kNVPR_GLContextType, 16, kRW_ConfigFlag, "nvprmsaa16", false}, - { kN32_SkColorType, kGPU_Backend, GrContextFactory::kNative_GLContextType, 0, kRWDFT_ConfigFlag, "gpudft", true }, + /* Not quite ready to turn on distance field text baselines */ + { kN32_SkColorType, kGPU_Backend, GrContextFactory::kNative_GLContextType, 0, kRWDFT_ConfigFlag, "gpudft", false }, /* The gpudebug context does not generate meaningful images, so don't record * the images it generates! We only run it to look for asserts. */ { kN32_SkColorType, kGPU_Backend, GrContextFactory::kDebug_GLContextType, 0, kNone_ConfigFlag, "gpudebug", kDebugOnly}, |