Commit ffa949dc authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/skia 8ce842d38d0b..c89ca0ba09ed (21 commits)

https://skia.googlesource.com/skia.git/+log/8ce842d38d0b..c89ca0ba09ed

git log 8ce842d38d0b..c89ca0ba09ed --date=short --first-parent --format='%ad %ae %s'
2020-04-02 kjlubick@google.com [canvaskit] Tweak matrix benchmarks
2020-04-02 kjlubick@google.com [canvaskit] Handle passing matrix values into CK ourselves.
2020-04-02 mtklein@google.com eliminate_dead_code in place
2020-04-02 lovisolo@google.com ios.py: Bugfix to prevent iOS tasks from failing with "Error: ImageMountFailed".
2020-04-02 mtklein@google.com don't need Builders
2020-04-02 csmartdalton@google.com Disable baseVertexBaseInstanceSupport if instancing is not supported
2020-04-02 fmalita@chromium.org [skottie] Cleanup pass
2020-04-02 borenet@google.com Update Go Deps
2020-04-02 mtklein@google.com pass around programs by value
2020-04-02 mtklein@google.com pull out schedule, finalize
2020-04-02 bsalomon@google.com Reland x2 "Assert that all GrCaps colortype/format -> swizzle queries are legal."
2020-04-02 brianosman@google.com Add GrVkPipelineStateBuilder and GrMtlPipelineStateBuilder trace events
2020-04-02 bsalomon@google.com Rename outputView->writeView and outputSwizzle->writeSwizzle
2020-04-02 bsalomon@google.com Remove color type from promise image proxy callback.
2020-04-02 westont@google.com Broke Debian9 things in skolo.
2020-04-02 mtklein@google.com reframe liveness_analysis as eliminate_dead_code
2020-04-02 westont@google.com [infra] Upgrade to Debian 10 for GCE tasks.
2020-04-02 brianosman@google.com Remove more remnants of SkVertices bone support
2020-04-02 brianosman@google.com Stop including SkVertices.h from so many places
2020-04-02 kjlubick@google.com [canvaskit] Add tests for RTShader
2020-04-02 hcm@google.com Update Skia milestone to 84

Created with:
  gclient setdep -r src/third_party/skia@c89ca0ba09ed

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-autoroll
Please CC michaelludwig@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Bug: None
Tbr: michaelludwig@google.com
Change-Id: I8df7b00859aea2405b764c26e5bd4efd849cdcfa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135790Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#756275}
parent 4658c2a8
...@@ -175,7 +175,7 @@ vars = { ...@@ -175,7 +175,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia # the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other. # and whatever else without interference from each other.
'skia_revision': '8ce842d38d0b32149e874d6855c91e8c68ba65a7', 'skia_revision': 'c89ca0ba09ed6e13da7d201933d41ec1f183dafd',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8 # the commit queue can handle CLs rolling V8
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment