Commit 26d1447c authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll Skia from ee0ce9858cbc to 0c0884991d53 (24 revisions)

https://skia.googlesource.com/skia.git/+log/ee0ce9858cbc..0c0884991d53

2020-11-10 robertphillips@google.com Update DDL testing harness to support drawing DDL w/ integer offsets
2020-11-10 johnstiles@google.com Add unit test demonstrating array function param bug.
2020-11-10 tdenniston@google.com [svg] Implement feComposite, basic filter result storage
2020-11-10 robertphillips@google.com Change UnrefDDLTask to just be the DDLTask
2020-11-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from d4439824c554 to 72001c7d85ba (15 revisions)
2020-11-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 3e17e33724b4 to c04a0132be6c (3 revisions)
2020-11-10 herb@google.com use initial device coordinates as subrun positions
2020-11-10 martin@scenegroup.co [skshaper] Fix CoreText segfault and convert UTF16 indices to UTF8
2020-11-10 csmartdalton@google.com Fix GrPathUtils::convertLineToCubic
2020-11-10 bsalomon@google.com Simplify promise image callbacks.
2020-11-09 mtklein@google.com refactor Sk[S]TArray methods
2020-11-09 johnstiles@google.com Report an SkSL error if an `in` var has an initializer expression.
2020-11-09 kjlubick@google.com [canvaskit] Add config key and manual mode to unit test harness.
2020-11-09 mtklein@google.com align SkAlignedSTStorage<N,T> to T
2020-11-09 jvanverth@google.com Update code-signing script to have better error messages.
2020-11-09 mtklein@google.com re-enable tests on GCC (and Clang o_O)
2020-11-09 johnstiles@google.com Add unit test for fuzzer-detected error with in vars.
2020-11-09 mtklein@google.com init SkSTArray storage before passing to SkTArray
2020-11-09 rmistry@google.com [bugs-central] Add documentation for sheriffs
2020-11-09 kjlubick@google.com [canvaskit] Disable GrTextBlobMoveAround
2020-11-09 herb@google.com rename Gr*Subrun to *Subrun in .cpp
2020-11-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from a4f272b3 to 083976a7 (536 revisions)
2020-11-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 612ded0654a0 to 4ed9d3498dcf (2 revisions)
2020-11-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 3dfaeeb00271 to d4439824c554 (28 revisions)

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 jlavrova@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: jlavrova@google.com
Test: Test: Test: Capture Clash of ClansTest: Test: angle_end2end_tests.exeTest: Test: angle_perftests --gtest_filter="*clash_of_clans*"Test: Test: Test: ImageTest.Source2DTarget2DTargetTextureRespecify*Test: Test: angle_end2end_tests.exe
Change-Id: I56543416e4a0ee205de5f615fe1a7e36c34eb36a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2529182Reviewed-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@{#825841}
parent 54f53fa7
...@@ -203,7 +203,7 @@ vars = { ...@@ -203,7 +203,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': 'ee0ce9858cbc5c21f838fcaffadc93e08ee73344', 'skia_revision': '0c0884991d53083c59ec4b9abca921f134544f71',
# 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