This is a reland of 57263c2e0c
Original change's description:
> Add compressed data support for SkImage.
>
> Adds a new SkImage::MakeFromCompressed method which takes raw data,
> a size, and a compression method, and returns a GPU-backed
> image.
>
> Bug: skia:8684
> Change-Id: I570c9dafce283bcd64dfbef4fbe1c4bfeac6ce2a
> Reviewed-on: https://skia-review.googlesource.com/c/184484
> Commit-Queue: Jim Van Verth <jvanverth@google.com>
> Reviewed-by: Brian Salomon <bsalomon@google.com>
> Reviewed-by: Robert Phillips <robertphillips@google.com>
Bug: skia:8684
Change-Id: I25fb320e8cc05e1c5afa6faa81e1a55ffd83a7a3
Reviewed-on: https://skia-review.googlesource.com/c/185200
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
3159b2e52e..85ca189542
git log 3159b2e52e05..85ca189542cd --date=short --no-merges --format='%ad %ae %s'
2019-01-18 jmadill@chromium.org Vulkan: Store reference to context command buffer.
Created with:
gclient setdep -r third_party/externals/angle2@85ca189542cd
The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=halcanary@google.com
Change-Id: I8582234195cf58d3ae4fbc4340c22e2be8d37666
Reviewed-on: https://skia-review.googlesource.com/c/185120
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
d46165e3db..3159b2e52e
git log d46165e3db5a..3159b2e52e05 --date=short --no-merges --format='%ad %ae %s'
2019-01-18 cwallez@chromium.org Suppress test crashing on Mac ASAN.
2019-01-17 ynovikov@chromium.org Include common/platform.h where used
Created with:
gclient setdep -r third_party/externals/angle2@3159b2e52e05
The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=halcanary@google.com
Change-Id: Iea087f6d8e989ba45190dd13f7882f4e25636e39
Reviewed-on: https://skia-review.googlesource.com/c/185021
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
This reverts commit 57263c2e0c.
Reason for revert: assert failures in test bots.
Original change's description:
> Add compressed data support for SkImage.
>
> Adds a new SkImage::MakeFromCompressed method which takes raw data,
> a size, and a compression method, and returns a GPU-backed
> image.
>
> Bug: skia:8684
> Change-Id: I570c9dafce283bcd64dfbef4fbe1c4bfeac6ce2a
> Reviewed-on: https://skia-review.googlesource.com/c/184484
> Commit-Queue: Jim Van Verth <jvanverth@google.com>
> Reviewed-by: Brian Salomon <bsalomon@google.com>
> Reviewed-by: Robert Phillips <robertphillips@google.com>
TBR=jvanverth@google.com,bsalomon@google.com,robertphillips@google.com,ericrk@google.com
Change-Id: If5705507f4aa34c6495fa72ff1a927cb18eca6ba
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:8684
Reviewed-on: https://skia-review.googlesource.com/c/185002
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
Adds a new SkImage::MakeFromCompressed method which takes raw data,
a size, and a compression method, and returns a GPU-backed
image.
Bug: skia:8684
Change-Id: I570c9dafce283bcd64dfbef4fbe1c4bfeac6ce2a
Reviewed-on: https://skia-review.googlesource.com/c/184484
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
A later CL will make this return a unique_ptr<SkDocument>.
Bug: skia:5972
Change-Id: Ie10d6c07d5f2524ecb71d906db0d37427827225d
Reviewed-on: https://skia-review.googlesource.com/c/181660
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
dd34b3b9b7..d46165e3db
git log dd34b3b9b707..d46165e3db5a --date=short --no-merges --format='%ad %ae %s'
2019-01-17 geofflang@chromium.org Reland "Don't call Texture::onDestroy twice for the zero textures."
2019-01-17 geofflang@chromium.org GL: Temporarily disable parallel shader compile.
2019-01-17 jmadill@chromium.org Revert "Re-enable 2DArray Copy Texture Tests"
2019-01-17 jiawei.shao@intel.com ES31: Enable several SSBO end2end tests on D3D11
2019-01-17 jie.a.chen@intel.com ParallelCompile: add GL backend support
2019-01-16 cwallez@chromium.org Suppress OcclusionQueriesTest.MultiContext on Win NVIDIA Vk
2019-01-16 jmadill@chromium.org Make path utils return std::string.
2019-01-16 jgilbert@mozilla.com Add GL_ANGLE_provoking_vertex on D3D11 and GL.
2019-01-16 jmadill@chromium.org Optimize more front-end VertexArray binding.
Created with:
gclient setdep -r third_party/externals/angle2@d46165e3db5a
The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=halcanary@google.com
Change-Id: I3148aefc096eaa0436688157f5660f021434bf8f
Reviewed-on: https://skia-review.googlesource.com/c/184842
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bug: skia:
Change-Id: Ifac75b9b68e242170c23e7018f4b0437a9ef672f
Reviewed-on: https://skia-review.googlesource.com/c/184802
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Reed <reed@google.com>
This worked, but was confusing.
Bug: skia:
Change-Id: I9a387f2fc772277086e0f6ce532c834839b5e4dc
Reviewed-on: https://skia-review.googlesource.com/c/184800
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
84497a910c..a9f87d1e43
git log 84497a910c68..a9f87d1e43bb --date=short --no-merges --format='%ad %ae %s'
2019-01-16 bpastene@chromium.org Bump timeout of telemetry_perf_unittests shards on android-marshmallow-arm64-rel.
2019-01-16 steveanton@chromium.org Update include paths for renamed WebRTC header files
2019-01-16 eugenebut@google.com Return true from NavigationContext::HasCommitted for same-document navigations.
2019-01-16 oshima@chromium.org Fix the insets computation for secondary external display
2019-01-16 ender@google.com Chrome Answers: Introduce icons differentiating answer types.
2019-01-16 awolter@chromium.org Add fuchsia.sys.Launcher to Cast's policy
2019-01-16 wutao@chromium.org assistant: Build model target
2019-01-16 estade@chromium.org Enable immersive mode browser test on Mash.
2019-01-16 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 4bbbb11d8e5c..f054f62ad178 (1 commits)
2019-01-16 ldaguilar@chromium.org Add session state change as a trigger for status report.
2019-01-16 gab@chromium.org [SandboxHostLinux] Remove destructor
2019-01-16 wjmaclean@chromium.org Correct transformation of SyntheticTap for RenderWidgetHostViewGuest.
2019-01-16 joone.hur@intel.com Remove DisplayConfigurator dependency from TouchTransformController
2019-01-16 rockot@google.com "Fix" Audio focus tests for Mojo dispatch change
2019-01-16 manukh@chromium.org [omnibox chrome:omnibox] Add accesskeys for import and export buttons
2019-01-16 digit@google.com Android: fix stack unwinding issue with lld.
2019-01-16 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/native_client 1ea07c56ac9b..ff15c51d2078 (1 commits)
2019-01-16 akihiroota@chromium.org Remove PosInSet and SetSize calculations from blink.
2019-01-16 nohle@google.com Add CryptAuthKeyBundle class
2019-01-16 domenic@chromium.org Rename async local storage to KV storage
2019-01-16 anthonyvd@chromium.org Remove field trial testing config for sync user events
2019-01-16 ssid@chromium.org Handle migration failures in shared proto database
2019-01-16 pmonette@chromium.org Change the signature of InspectModule
2019-01-16 kojii@chromium.org [LayoutNG] Fix NGLineBreaker crashes when OOF was removed
2019-01-16 findit-for-me@appspot.gserviceaccount.com Revert "[css-text] New value 'break-spaces' for the white-space property"
2019-01-16 pkotwicz@chromium.org [Android Webapp] Centralize WebappSplashscreen UMA recording 2/6
2019-01-16 wvk@google.com Add unit tests to support NewProcessTypes experiment
2019-01-16 mahmadi@chromium.org [iOS][Translate] TranslatePopupCoordinator/Mediator
2019-01-16 sugoi@google.com Roll SwiftShader 24e7192..fed6789
2019-01-16 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 3c4d2b4f8286..46f05ad5a1ff (1 commits)
2019-01-16 boliu@chromium.org aw: Add webview animation test to shell
2019-01-16 manucornet@chromium.org CrOS Shelf: Remove unused logic around shelf item bg color
2019-01-16 miu@chromium.org Move url_parse_perftest.cc from chrome/test/perf to url/
2019-01-16 sdefresne@chromium.org Convert from base::{LazyInstance,Singleton} to base::NoDestructor
2019-01-16 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.3.418.
2019-01-16 arbesser@google.com [Autofill Assistant] Fixed issue where the initial status message did not contain the URL.
2019-01-16 droger@chromium.org [signin] Cleanup embedded URL API in signin_promo
2019-01-16 rockot@google.com Disable a few offscreencanvas printing tests
2019-01-16 jlebel@chromium.org Removing useless dependency from ios/chrome/browser/ui/settings
2019-01-16 jfernandez@igalia.com [css-text] New value 'break-spaces' for the white-space property
2019-01-16 nohle@google.com Add CryptAuthKey class
2019-01-16 reed@google.com add SK_SUPPORT_LEGACY_PAINT_FLAGS flag for api staging
2019-01-16 estade@chromium.org Remove use of remove_standard_frame from some Chrome OS widgets.
2019-01-16 masonfreed@chromium.org Marking synthetic-pinch-zoom-gesture-touchscreen-desktop.html as flaky
2019-01-16 dtapuska@chromium.org Support pausing media when a context is frozen.
2019-01-16 rockot@google.com Fix or disable tests with bad timing expectations
2019-01-16 anastasi@google.com Let Switch Access scroll the nearest scrollable ancestor
2019-01-16 alexmos@chromium.org Remove redundant alexmos@ entries from chrome/browser/OWNERS.
2019-01-16 danakj@chromium.org Set the WebWidgetClient from WebViewFrameWidget.
2019-01-16 ericorth@chromium.org Network service support for non-address host resolution
2019-01-16 danakj@chromium.org Don't use WebView as a proxy to show FPS counter in the compositor.
2019-01-16 dougt@chromium.org WebBluetooth: clang-format requestLEScan and requestDevice tests.
2019-01-16 piman@chromium.org Remove viz::TextureAllocation
Created with:
gclient setdep -r ../src@a9f87d1e43
The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Perf-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=halcanary@google.com
Change-Id: If07f067102a932226fb2fee74bce2ca6a536c6e9
Reviewed-on: https://skia-review.googlesource.com/c/184524
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
fulfills a different SkImage.
Bug: skia:8613
Change-Id: I7ee14112c69f8aaef223a37dda455259b501a2bf
Reviewed-on: https://skia-review.googlesource.com/c/184440
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Bug: chromium:423834
Change-Id: I6399a2aa118488cfc598df7123de763ec39286a0
Reviewed-on: https://skia-review.googlesource.com/c/182972
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
TBR=borenet@google.com
Bug: 922061
Change-Id: Iaaec2c3c961d6050ddedc4d6fd3a10f5970ca53d
Reviewed-on: https://skia-review.googlesource.com/c/184063
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
ab2bfa814c..dd34b3b9b7
git log ab2bfa814cee..dd34b3b9b707 --date=short --no-merges --format='%ad %ae %s'
2019-01-16 jmadill@chromium.org Pack VertexAttribType enum.
2019-01-16 jsaarhelo@nvidia.com Remove expected SSBO failures on Windows NVIDIA
Created with:
gclient setdep -r third_party/externals/angle2@dd34b3b9b707
The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=halcanary@google.com
Change-Id: I8561acf7d450820c2980c0a30e76e56742d2726c
Reviewed-on: https://skia-review.googlesource.com/c/184421
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
recipe_engine:
https://crrev.com/156ac81c761820125051bd09a6c4d7fcd8c49c4f Revert "Remove unused bootstrap flags" (sergiyb@chromium.org)
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ic6138b73756332a4dafc471ff531787109f222ae
Reviewed-on: https://skia-review.googlesource.com/c/184441
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
This will likely have a perf hit for GL devices that trigger the clear-as-draw fallback since
the fillrectop cannot be as optimized as the direct GLSL shader. However, since the Metal
backend now needs to perform something very similar for scissored clears, I think this
improves code maintainability and is worth it.
Bug: skia:
Change-Id: Id87513784e5892c7ff3dc988115da1d39a46d8e0
Reviewed-on: https://skia-review.googlesource.com/c/182971
Reviewed-by: Chris Dalton <csmartdalton@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
This is a different way of fixing the clear benchmark measurements,
since https://skia-review.googlesource.com/c/skia/+/184064 seemed to
cause device issues on several bots.
Instead of forcing a flush, this takes extra steps to prevent the clear
ops from batching in Ganesh, and from resetting the op list, which has
the same effect of ensuring "loop" count clears are actually sent to
the GPU.
Bug: skia:
Change-Id: Id7f58894f42ca55a6cb663b65c27901d65432f82
Reviewed-on: https://skia-review.googlesource.com/c/184384
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Auto-Submit: Michael Ludwig <michaelludwig@google.com>
+ When encoding is SkTextEncoding::kUTF8, SkTextEncoding::kUTF16, or
+ SkTextEncoding::kUTF32; then each Unicode codepoint is mapped to a
+ single glyph. This function uses the default character-to-glyph
+ mapping from the SkTypeface. It does not perform typeface fallback for
+ characters not found in the SkTypeface.
Change-Id: I3e84f996cccaf6b31c551ad027a62600d2510bc0
Reviewed-on: https://skia-review.googlesource.com/c/184385
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
c8be560bba..ab2bfa814c
git log c8be560bbabe..ab2bfa814cee --date=short --no-merges --format='%ad %ae %s'
2019-01-16 jmadill@chromium.org Enable Chromium clang style plugin for libANGLE.
2019-01-16 cwallez@chromium.org Revert "Don't call Texture::onDestroy twice for the zero textures."
2019-01-16 jmadill@chromium.org Make BUILD.gn targets into templates.
Created with:
gclient setdep -r third_party/externals/angle2@ab2bfa814cee
The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=halcanary@google.com
Change-Id: Ia6567ee1a57cd661b36262df0f46be3f5bbda1eb
Reviewed-on: https://skia-review.googlesource.com/c/184341
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>