From 50f66d805bcd424e34e1191a24a66b09e5611fe2 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Fri, 17 Mar 2017 14:32:05 -0400 Subject: Be explicit on test and perf bots about GL vs GLES This changes the names of several shorthand names for gpu configs to be prefixed either with "gl" or "gles" and makes the bots only use such configs. It adds some missing named configs. Change-Id: Iea4e0e2ddafe0ac08e623111a15be7335156957c Reviewed-on: https://skia-review.googlesource.com/9833 Commit-Queue: Brian Salomon Reviewed-by: Brian Osman Reviewed-by: Ben Wagner --- tools/flags/SkCommonFlagsConfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/flags/SkCommonFlagsConfig.h') diff --git a/tools/flags/SkCommonFlagsConfig.h b/tools/flags/SkCommonFlagsConfig.h index 7336fa7971..d562376fa2 100644 --- a/tools/flags/SkCommonFlagsConfig.h +++ b/tools/flags/SkCommonFlagsConfig.h @@ -47,7 +47,8 @@ class SkCommandLineConfig { // SkCommandLineConfigGpu is a SkCommandLineConfig that extracts information out of the backend // part of the tag. It is constructed tags that have: // * backends of form "gpu(option=value,option2=value,...)" -// * backends that represent a shorthand of above (such as "msaa16" representing "gpu(samples=16)") +// * backends that represent a shorthand of above (such as "glmsaa16" representing +// "gpu(samples=16)") class SkCommandLineConfigGpu : public SkCommandLineConfig { public: typedef sk_gpu_test::GrContextFactory::ContextType ContextType; -- cgit v1.2.3