| Index: tools/nanobench_flags.py
|
| diff --git a/tools/nanobench_flags.py b/tools/nanobench_flags.py
|
| index 12acc0d31745df2167c880d3db0b7f62cb05fd17..41779efaa4ac566101a35d46df216a841ac14054 100755
|
| --- a/tools/nanobench_flags.py
|
| +++ b/tools/nanobench_flags.py
|
| @@ -41,7 +41,8 @@ def get_args(bot):
|
| if 'iOS' in bot:
|
| args.extend(['--skps', 'ignore_skps'])
|
|
|
| - config = ['565', '8888', 'gpu', 'nonrendering', 'angle', 'hwui']
|
| + config = ['565', '8888', 'gpu', 'nonrendering', 'angle', 'hwui' ]
|
| + config += [ 'f16', 'srgb' ]
|
| # The S4 crashes and the NP produces a long error stream when we run with
|
| # MSAA.
|
| if ('GalaxyS4' not in bot and
|
|
|