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

Roll Skia from 7b97b3cb2bd0 to fe3d9a23095e (28 revisions)

https://skia.googlesource.com/skia.git/+log/7b97b3cb2bd0..fe3d9a23095e

2020-09-24 fmalita@chromium.org Reland "[skottie] Reduce CompositionBuilder stack footprint"
2020-09-24 bsalomon@google.com Reland "Allow rect and circle blur fast cases to be used with rotation matrices."
2020-09-24 jlavrova@google.com ICU project: text break iterators in SkShaper
2020-09-24 fmalita@google.com Revert "[skottie] Reduce CompositionBuilder stack footprint"
2020-09-24 brianosman@google.com Add missing include to fix generated files bot
2020-09-24 mtklein@google.com q14 rethink
2020-09-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 9a7bc8d5 to 6a3c229f (401 revisions)
2020-09-24 fmalita@chromium.org [skottie] Reduce CompositionBuilder stack footprint
2020-09-24 csmartdalton@google.com Add "AllPathsVolatile" skpbench bots
2020-09-24 csmartdalton@google.com Begin implementing onPrePrepare for tessellation ops
2020-09-24 rmistry@google.com Add digital micrography svg to the RecreateSKPs bot
2020-09-24 johnstiles@google.com Update doc comments to match new enum structure.
2020-09-24 ethannicholas@google.com Revert "Revert "moved BinaryExpression's data into IRNode""
2020-09-24 brianosman@google.com Remove unsafe compiler methods related to external values
2020-09-24 robertphillips@google.com Revert "Allow rect and circle blur fast cases to be used with rotation matrices."
2020-09-24 adlai@google.com Revert "Reland "Take GrContext private, GrDDLContext inherit from GrRecordingContext""
2020-09-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 6aadd31a5f98 to a09406249fa3 (1 revision)
2020-09-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 0b29732cd84f to 75e5ed6161fc (3 revisions)
2020-09-24 csmartdalton@google.com Make WangsFormula_* tests more tolerant of rsqrt approximation
2020-09-23 jvanverth@google.com Add AMD allocator to D3D12 backend.
2020-09-23 herb@google.com error on the side of safety for empty blobs
2020-09-23 adlai@google.com Reland "Take GrContext private, GrDDLContext inherit from GrRecordingContext"
2020-09-23 johnstiles@google.com Fix crash with invalid out parameters.
2020-09-23 csmartdalton@google.com Optimize GrWangsFormula
2020-09-23 johnstiles@google.com Add new unit tests for SkSL.
2020-09-23 bsalomon@google.com Allow rect and circle blur fast cases to be used with rotation matrices.
2020-09-23 brianosman@google.com Various cleanup related to symbol tables
2020-09-23 egdaniel@google.com Add optional param to setBackendTextureState to return previous state.

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 csmartdalton@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: chromium:1087705
Tbr: csmartdalton@google.com
Change-Id: Ib95bf885bcc08c27023664f4534abae31c830525
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429892Reviewed-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@{#810459}
parent a9f3932a
......@@ -195,7 +195,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
'skia_revision': '7b97b3cb2bd0e51954655ab71ad7daaa44f68e2e',
'skia_revision': 'fe3d9a23095ece58faf11e6013ed25913536d095',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
# 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