Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: tools/flags/SkCommonFlagsConfig.cpp

Issue 1553453004: Use device-independent text for nvprmsaa4/16 in nanobench and dm (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/TestConfigParsing.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/flags/SkCommonFlagsConfig.cpp
diff --git a/tools/flags/SkCommonFlagsConfig.cpp b/tools/flags/SkCommonFlagsConfig.cpp
index e9e2d754a634126b21987bd858755767cf8405c2..e2aa3270f2dd15ab681476f05cb3e71c45d7bd1b 100644
--- a/tools/flags/SkCommonFlagsConfig.cpp
+++ b/tools/flags/SkCommonFlagsConfig.cpp
@@ -112,8 +112,8 @@ static const struct {
{ "gpu", "gpu", "" },
{ "msaa4", "gpu", "samples=4" },
{ "msaa16", "gpu", "samples=16" },
- { "nvprmsaa4", "gpu", "nvpr=true,samples=4" },
- { "nvprmsaa16", "gpu", "nvpr=true,samples=16" },
+ { "nvprmsaa4", "gpu", "nvpr=true,samples=4,dit=true" },
+ { "nvprmsaa16", "gpu", "nvpr=true,samples=16,dit=true" },
{ "gpudft", "gpu", "dit=true" },
{ "gpudebug", "gpu", "api=debug" },
{ "gpunull", "gpu", "api=null" },
« no previous file with comments | « tests/TestConfigParsing.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698