skia2/infra/bots/recipes
brianosman 2c4b64e92a New gamut GM, to test gamut conversion in various code-paths
After several different strategies, this one appears to work
well. The basic test:

1) For a variety of drawing techniques, we render fixed size
   rectangles. (Solid colors via paint color, bitmap, etc...)
2) For each method in #1, we render to both an sRGB and
   WideGamutRGB offscreen surface. (AdobeRGB isn't wide enough
   to clearly demonstrate if things are working or not).
3) Use readPixels to fetch the raw (still in wide gamut) pixel
   data, then draw that directly to the final canvas.

So, for each pair of squares, they should look clearly
different. Currently, with the GPU backend, only the bicubic
bitmap paths have that behavior. Adding more test cases (and
fixing the ones that are already incorrect) will be the long
tail of gamut transformation.

Current output (with my other patchset, which fixes all
bitmap draws): https://screenshot.googleplex.com/wsL3x7eCtWE.png

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2293173002

Review-Url: https://codereview.chromium.org/2293173002
2016-09-07 07:04:45 -07:00
..
swarm_compile.expected GN: turn off ccache 2016-09-07 05:12:34 -07:00
swarm_ct_skps.expected Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
swarm_housekeeper.expected Add extracting GM comments to the housekeeper bot. 2016-08-12 08:50:29 -07:00
swarm_perf.expected Apply gerrit ref if it is a Gerrit patch. 2016-08-24 05:07:06 -07:00
swarm_RecreateSKPs.expected [recipes] Remove build environment vars from default_env 2016-08-05 05:18:06 -07:00
swarm_test.expected New gamut GM, to test gamut conversion in various code-paths 2016-09-07 07:04:45 -07:00
swarm_trigger.expected The *SAN bots are now all Clang bots. 2016-09-01 15:49:44 -07:00
swarmbucket_wrapper.expected Add swarmbucket_wrapper recipe 2016-07-28 10:50:54 -07:00
swarm_compile.py GN: turn off ccache 2016-09-07 05:12:34 -07:00
swarm_ct_skps.py Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
swarm_housekeeper.py Add extracting GM comments to the housekeeper bot. 2016-08-12 08:50:29 -07:00
swarm_perf.py Apply gerrit ref if it is a Gerrit patch. 2016-08-24 05:07:06 -07:00
swarm_RecreateSKPs.py Re-organize Skia recipes 2016-08-03 08:23:10 -07:00
swarm_test.py New gamut GM, to test gamut conversion in various code-paths 2016-09-07 07:04:45 -07:00
swarm_trigger.py Add device mapping for Nexus 6p (angler) 2016-09-06 07:39:30 -07:00
swarmbucket_wrapper.py Add swarmbucket_wrapper recipe 2016-07-28 10:50:54 -07:00