nanobench: turn on f16 and sRGB on the bots
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1769163006 Review URL: https://codereview.chromium.org/1769163006
This commit is contained in:
parent
d5e3b9e1e0
commit
6b5c5cc7b7
@ -16,6 +16,8 @@
|
|||||||
"nonrendering",
|
"nonrendering",
|
||||||
"angle",
|
"angle",
|
||||||
"hwui",
|
"hwui",
|
||||||
|
"srgb",
|
||||||
|
"f16",
|
||||||
"msaa4",
|
"msaa4",
|
||||||
"nvprmsaa4",
|
"nvprmsaa4",
|
||||||
"--match",
|
"--match",
|
||||||
@ -59,6 +61,8 @@
|
|||||||
"nonrendering",
|
"nonrendering",
|
||||||
"angle",
|
"angle",
|
||||||
"hwui",
|
"hwui",
|
||||||
|
"srgb",
|
||||||
|
"f16",
|
||||||
"--match",
|
"--match",
|
||||||
"~blurroundrect",
|
"~blurroundrect",
|
||||||
"~patch_grid",
|
"~patch_grid",
|
||||||
@ -99,6 +103,8 @@
|
|||||||
"nonrendering",
|
"nonrendering",
|
||||||
"angle",
|
"angle",
|
||||||
"hwui",
|
"hwui",
|
||||||
|
"srgb",
|
||||||
|
"f16",
|
||||||
"msaa4",
|
"msaa4",
|
||||||
"nvprmsaa4",
|
"nvprmsaa4",
|
||||||
"--match",
|
"--match",
|
||||||
@ -142,6 +148,8 @@
|
|||||||
"nonrendering",
|
"nonrendering",
|
||||||
"angle",
|
"angle",
|
||||||
"hwui",
|
"hwui",
|
||||||
|
"srgb",
|
||||||
|
"f16",
|
||||||
"--match",
|
"--match",
|
||||||
"~blurroundrect",
|
"~blurroundrect",
|
||||||
"~patch_grid",
|
"~patch_grid",
|
||||||
@ -179,6 +187,8 @@
|
|||||||
"nonrendering",
|
"nonrendering",
|
||||||
"angle",
|
"angle",
|
||||||
"hwui",
|
"hwui",
|
||||||
|
"srgb",
|
||||||
|
"f16",
|
||||||
"msaa16",
|
"msaa16",
|
||||||
"nvprmsaa16",
|
"nvprmsaa16",
|
||||||
"--match",
|
"--match",
|
||||||
@ -199,6 +209,8 @@
|
|||||||
"nonrendering",
|
"nonrendering",
|
||||||
"angle",
|
"angle",
|
||||||
"hwui",
|
"hwui",
|
||||||
|
"srgb",
|
||||||
|
"f16",
|
||||||
"msaa16",
|
"msaa16",
|
||||||
"nvprmsaa16",
|
"nvprmsaa16",
|
||||||
"--loops",
|
"--loops",
|
||||||
@ -246,6 +258,8 @@
|
|||||||
"nonrendering",
|
"nonrendering",
|
||||||
"angle",
|
"angle",
|
||||||
"hwui",
|
"hwui",
|
||||||
|
"srgb",
|
||||||
|
"f16",
|
||||||
"msaa16",
|
"msaa16",
|
||||||
"nvprmsaa16",
|
"nvprmsaa16",
|
||||||
"--GPUbenchTileW",
|
"--GPUbenchTileW",
|
||||||
@ -295,6 +309,8 @@
|
|||||||
"nonrendering",
|
"nonrendering",
|
||||||
"angle",
|
"angle",
|
||||||
"hwui",
|
"hwui",
|
||||||
|
"srgb",
|
||||||
|
"f16",
|
||||||
"msaa16",
|
"msaa16",
|
||||||
"nvprmsaa16",
|
"nvprmsaa16",
|
||||||
"--match",
|
"--match",
|
||||||
|
@ -44,6 +44,7 @@ def get_args(bot):
|
|||||||
|
|
||||||
if 'Appurify' not in bot:
|
if 'Appurify' not in bot:
|
||||||
config = ['565', '8888', 'gpu', 'nonrendering', 'angle', 'hwui']
|
config = ['565', '8888', 'gpu', 'nonrendering', 'angle', 'hwui']
|
||||||
|
config.extend(['srgb', 'f16'])
|
||||||
# The S4 crashes and the NP produces a long error stream when we run with
|
# The S4 crashes and the NP produces a long error stream when we run with
|
||||||
# MSAA.
|
# MSAA.
|
||||||
if ('GalaxyS4' not in bot and
|
if ('GalaxyS4' not in bot and
|
||||||
|
Loading…
Reference in New Issue
Block a user