From 88e1ec84d08ee7639940514494e718b34b6f6301 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Thu, 9 Jan 2014 19:14:57 +0000 Subject: [PATCH] Add 565 to dm defaults. Now that optimizations picture modes pass (are skipped) in 565, add 565 to the default configs DM runs. BUG=skia:1994 R=bsalomon@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/132133002 git-svn-id: http://skia.googlecode.com/svn/trunk@12999 2bbb7eff-a529-9590-31e7-b0007b416f81 --- dm/DM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dm/DM.cpp b/dm/DM.cpp index 65fccc7..de2bda7 100644 --- a/dm/DM.cpp +++ b/dm/DM.cpp @@ -35,7 +35,7 @@ DEFINE_string(match, "", "[~][^]substring[$] [...] of GM name to run.\n" "^ and $ requires an exact match\n" "If a GM does not match any list entry,\n" "it is skipped unless some list entry starts with ~"); -DEFINE_string(config, "8888 gpu", +DEFINE_string(config, "565 8888 gpu", "Options: 565 8888 gpu msaa4 msaa16 gpunull gpudebug angle mesa"); // TODO(mtklein): pdf __SK_FORCE_IMAGE_DECODER_LINKING; -- 2.7.4