skia2/tools/flags
brianosman 20471894ea Two (related) changes here:
1) Our older iOS devices failed our sRGB tests, due to precision issues
with alpha. At this point, we only test on iPadMini 4, and that appears
not to have any problems.

2) iOS devices still don't have the sRGB texture decode extension. But,
some clients have no interest in mixing legacy/color-correct rendering,
and would like to use sRGB on these devices. This GrContextOptions flag
enables sRGB support in those cases.

Adjust the test code to produce sRGB capable contexts on these devices,
but only for configs that have a color space. (See comment).

BUG=skia:4148

Committed: https://skia.googlesource.com/skia/+/9db12d2341f3f8722c8b90b11dd4cce138a8a64e
Committed: https://skia.googlesource.com/skia/+/1aeb78c5d978b35b256525b711edd942bce01444
Review-Url: https://codereview.chromium.org/2539993002
2016-12-02 06:43:32 -08:00
..
SkCommandLineFlags.cpp Populate ALL copies of a command line flag during parsing 2016-10-24 19:32:55 +00:00
SkCommandLineFlags.h Move SkTDArray to private. 2016-02-18 08:53:33 -08:00
SkCommonFlags.cpp Move SkOSPath out of include/core. 2016-11-08 20:20:15 +00:00
SkCommonFlags.h Resubmit issue 2221103002 to fix the iOS build by declaring the flag in 2016-10-04 11:23:22 -07:00
SkCommonFlagsConfig.cpp Two (related) changes here: 2016-12-02 06:43:32 -08:00
SkCommonFlagsConfig.h Remove SkAutoTDelete. 2016-11-03 19:03:40 +00:00