diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-03 17:47:17 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-03 17:47:17 +0000 |
commit | 681faa3388570a9447453d00c65930de5f02c6e0 (patch) | |
tree | d430f757744aaef4db83ba4b8f3893ec36a15688 /tools | |
parent | 8ec45cede94aded3599621cad6b3e724d667d6f0 (diff) |
Remove RHB msaa4 from bench_pictures cfg
NOTRY=true
BUG=skia:2386
R=robertphillips@google.com
Author: borenet@google.com
Review URL: https://codereview.chromium.org/224303002
git-svn-id: http://skia.googlecode.com/svn/trunk@14047 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bench_pictures.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bench_pictures.cfg b/tools/bench_pictures.cfg index 786f17915a..bda265b47f 100644 --- a/tools/bench_pictures.cfg +++ b/tools/bench_pictures.cfg @@ -82,6 +82,6 @@ bench_pictures_cfg = { 'nexus_7': default_configs, 'nexus_10': default_configs + [msaa4], 'razr_i': default_configs + [msaa4], - 'intel_rhb': default_configs + [msaa4], + 'intel_rhb': default_configs, 'default_msaa16': default_configs + [msaa16], } |