From 61201641383dada029f79be4df98d925efc1a827 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Thu, 7 Jun 2018 14:46:07 -0400 Subject: remove "srgb" config from DM,nanobench Now that "srgb" is broken I don't want to accidentally run it. "srgbnl" if of course identical, and not broken so much as simply not yet working. :) While here, simplify the configs we run in nanobench too, eliminating 565 and moving F16 to GCE-only (i.e. fast, abundant machines). Similarly, remove "adobe" VIA that doesn't use Adobe RGB correctly... Change-Id: Ic295dec97a2caadadbe8500655243db36dd2c43d Reviewed-on: https://skia-review.googlesource.com/132932 Commit-Queue: Mike Klein Commit-Queue: Brian Osman Auto-Submit: Mike Klein Reviewed-by: Brian Osman --- bench/nanobench.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'bench') diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp index 4d2773e605..f77299fece 100644 --- a/bench/nanobench.cpp +++ b/bench/nanobench.cpp @@ -478,9 +478,6 @@ static void create_config(const SkCommandLineConfig* config, SkTArray* c kN32_SkColorType, kPremul_SkAlphaType, nullptr) CPU_CONFIG(565, kRaster_Backend, kRGB_565_SkColorType, kOpaque_SkAlphaType, nullptr) - auto srgbColorSpace = SkColorSpace::MakeSRGB(); - CPU_CONFIG(srgb, kRaster_Backend, - kN32_SkColorType, kPremul_SkAlphaType, srgbColorSpace) auto srgbLinearColorSpace = SkColorSpace::MakeSRGBLinear(); CPU_CONFIG(f16, kRaster_Backend, kRGBA_F16_SkColorType, kPremul_SkAlphaType, srgbLinearColorSpace) -- cgit v1.2.3