Update MoltenVK to 43130ab27a8b2e9eaf9e28b70b64f14b20c3b7bb
Bring in the stencil buffer fix that just landed. Bug: skia:7961 Change-Id: I9eb12836678dcb2e25b58f88e0bf27b40d77c2b1 Reviewed-on: https://skia-review.googlesource.com/130454 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>
This commit is contained in:
parent
8e9810ce0f
commit
aec79e6f85
@ -1 +1 @@
|
||||
1
|
||||
2
|
@ -174,7 +174,7 @@
|
||||
"1.1",
|
||||
"--nocpu",
|
||||
"--config",
|
||||
"vknostencils",
|
||||
"vk",
|
||||
"--match",
|
||||
"~^path_text_clipped_uncached$",
|
||||
"~^path_text_uncached$",
|
||||
|
@ -118,8 +118,7 @@ def nanobench_flags(api, bot):
|
||||
if 'CommandBuffer' in bot:
|
||||
configs = ['commandbuffer']
|
||||
if 'Vulkan' in bot:
|
||||
# skbug.com/7961
|
||||
configs = ['vk' if not 'MoltenVK' in bot else 'vknostencils']
|
||||
configs = ['vk']
|
||||
|
||||
if 'ANGLE' in bot:
|
||||
# Test only ANGLE configs.
|
||||
|
@ -252,7 +252,7 @@
|
||||
"--randomProcessorTest",
|
||||
"--nocpu",
|
||||
"--config",
|
||||
"vknostencils",
|
||||
"vk",
|
||||
"--src",
|
||||
"tests",
|
||||
"gm",
|
||||
@ -486,13 +486,9 @@
|
||||
"vertices",
|
||||
"--match",
|
||||
"~^InitialTextureClear$",
|
||||
"~^ProcessorCloneTest$",
|
||||
"~^RGB565TextureTest$",
|
||||
"~^RGBA4444TextureTest$",
|
||||
"~^WritePixelsNonTextureMSAA_Gpu$",
|
||||
"~^GrDefaultPathRendererTest$",
|
||||
"~^ResourceCacheStencilBuffers$",
|
||||
"~^SurfaceCopyOnWrite_Gpu$",
|
||||
"--nonativeFonts",
|
||||
"--verbose"
|
||||
],
|
||||
|
@ -245,8 +245,7 @@ def dm_flags(api, bot):
|
||||
|
||||
# Vulkan bot *only* runs the vk config.
|
||||
if 'Vulkan' in bot:
|
||||
# skbug.com/7961
|
||||
configs = ['vk' if not 'MoltenVK' in bot else 'vknostencils']
|
||||
configs = ['vk']
|
||||
|
||||
# Test 1010102 on our Linux/NVIDIA bots
|
||||
if 'QuadroP400' in bot and api.vars.is_linux:
|
||||
@ -745,14 +744,9 @@ def dm_flags(api, bot):
|
||||
blacklist(['_', 'gm', '_', 'vertices_scaled_shader'])
|
||||
blacklist(['_', 'gm', '_', 'vertices'])
|
||||
match.append('~^InitialTextureClear$')
|
||||
match.append('~^ProcessorCloneTest$')
|
||||
match.append('~^RGB565TextureTest$')
|
||||
match.append('~^RGBA4444TextureTest$')
|
||||
match.append('~^WritePixelsNonTextureMSAA_Gpu$')
|
||||
# skbug.com/7961
|
||||
match.append('~^GrDefaultPathRendererTest$')
|
||||
match.append('~^ResourceCacheStencilBuffers$')
|
||||
match.append('~^SurfaceCopyOnWrite_Gpu$')
|
||||
|
||||
if (('RadeonR9M470X' in bot or 'RadeonHD7770' in bot) and 'ANGLE' in bot):
|
||||
# skia:7096
|
||||
|
@ -13446,7 +13446,7 @@
|
||||
{
|
||||
"name": "skia/bots/moltenvk",
|
||||
"path": "moltenvk",
|
||||
"version": "version:1"
|
||||
"version": "version:2"
|
||||
}
|
||||
],
|
||||
"command": [
|
||||
@ -13823,7 +13823,7 @@
|
||||
{
|
||||
"name": "skia/bots/moltenvk",
|
||||
"path": "moltenvk",
|
||||
"version": "version:1"
|
||||
"version": "version:2"
|
||||
}
|
||||
],
|
||||
"command": [
|
||||
|
Loading…
Reference in New Issue
Block a user