Commit 04b13325 authored by chromium-autoroll's avatar chromium-autoroll Committed by Chromium LUCI CQ

Roll Skia from be2a8614c5d6 to d8e9436a78bf (14 revisions)

https://skia.googlesource.com/skia.git/+log/be2a8614c5d6..d8e9436a78bf

2021-01-13 jsimmons@google.com Cache ICU break iterators in SkUnicode_icu
2021-01-13 ethannicholas@google.com Fixed error reporting on invalid SkSL assignments
2021-01-13 johnstiles@google.com Reland "Scrub memory released from a GrMemoryPool in debug mode."
2021-01-13 tdenniston@google.com [svg] Add plumbing for color-interpolation-filters property
2021-01-13 mtklein@google.com support 7 args in skvm::Program::eval()
2021-01-13 fmalita@chromium.org [svg] Initial mask plumbing
2021-01-13 ethannicholas@google.com SkSL DSL operator overloading
2021-01-13 johnstiles@google.com Add guard-rails to Constructor constant-value fetchers.
2021-01-13 johnstiles@google.com Simplify IRGenerator::coerce.
2021-01-13 bsalomon@google.com Revert "Reland "asyncRescaleAndRead supports unpremul results on GPU""
2021-01-13 fmalita@chromium.org [svg] TextPath support
2021-01-13 reed@google.com Allow chrome to be nearest until it can rebaseline
2021-01-13 johnstiles@google.com Split apart SkRuntimeInvalid tests into multiple functions.
2021-01-13 bsalomon@google.com Reland "asyncRescaleAndRead supports unpremul results on GPU"

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 ethannicholas@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/+doc/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
Cq-Do-Not-Cancel-Tryjobs: true
Bug: None
Tbr: ethannicholas@google.com
Change-Id: If6cc2acc8038437a70013a1d70d70bb73a9efeb7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628007Reviewed-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@{#843179}
parent 6da73dcb
...@@ -199,7 +199,7 @@ vars = { ...@@ -199,7 +199,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': 'be2a8614c5d6155e98ac6d5431349947da41fa0c', 'skia_revision': 'd8e9436a78bf19c32e3c43a5bd953a5b579ded5a',
# 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