aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2018-02-09 08:50:22 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-09 14:19:51 +0000
commit67f8584b6f899876ca4187dba4f449ce5489f9c8 (patch)
treeef23d8ccb9430be5ed954ff4cc0eb345baeafc98 /infra
parentc4616804bb407506c6ac1046c7e25e2016911449 (diff)
Revert "Revert "Remove SkImage deferred texture image data APIs.""
This reverts commit aae533e418f37d788cdb1a1177e882d0f8868b62. Change-Id: I0434892d8946490a75e17620c49c594eaa18158e Reviewed-on: https://skia-review.googlesource.com/100603 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json1
-rw-r--r--infra/bots/recipes/test.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json b/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
index b353c66f1b..dbc9f3b888 100644
--- a/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
+++ b/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
@@ -593,7 +593,6 @@
"--match",
"~ApplyGamma",
"~ComposedImageFilterBounds_Gpu",
- "~DeferredTextureImage",
"~GrMeshTest",
"~ImageFilterFailAffectsTransparentBlack_Gpu",
"~ImageFilterZeroBlurSigma_Gpu",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index c844931a92..63665068f4 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -659,7 +659,6 @@ def dm_flags(api, bot):
blacklist(['vk', 'gm', '_', 'xfermodeimagefilter'])
match.append('~ApplyGamma')
match.append('~ComposedImageFilterBounds_Gpu')
- match.append('~DeferredTextureImage')
match.append('~GrMeshTest')
match.append('~ImageFilterFailAffectsTransparentBlack_Gpu')
match.append('~ImageFilterZeroBlurSigma_Gpu')