Test non-msaa instanced rendering on Mac

Change-Id: I28b67ccef7bb72e4853a0eb02d1de00b1ed40cce
Reviewed-on: https://skia-review.googlesource.com/33001
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
This commit is contained in:
Brian Salomon 2017-08-10 09:22:33 -04:00 committed by Skia Commit-Bot
parent 11ab43cf3a
commit f4874bc5c1
2 changed files with 2 additions and 3 deletions

View File

@ -261,7 +261,6 @@
"tiles_rt-8888",
"pic-8888",
"glinst",
"glinst8",
"--src",
"tests",
"gm",

View File

@ -142,8 +142,8 @@ def dm_flags(api, bot):
configs = [x.replace(old, new) for x in configs]
# We also test non-msaa instanced.
configs.append(new)
elif 'MacMini6.2' in bot and sample_count is not '':
configs.extend([gl_prefix + 'inst', gl_prefix + 'inst' + sample_count])
elif 'MacMini6.2' in bot:
configs.extend([gl_prefix + 'inst'])
# CommandBuffer bot *only* runs the command_buffer config.
if 'CommandBuffer' in bot: