Commit 4e13552a authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll Skia from b6030fb2c818 to 04b9443274cf (9 revisions)

https://skia.googlesource.com/skia.git/+log/b6030fb2c818..04b9443274cf

2020-09-08 michaelludwig@google.com Fix SkRRect::ConservativeIntersect when inputs share corner
2020-09-08 jlavrova@google.com Fixing a bug (reusing wrong formatting state)
2020-09-08 egdaniel@google.com Fix sksl spirv subpassLoad.
2020-09-08 bsalomon@google.com Perf bot experiment, disable GLSL integers on ANGLE ES3
2020-09-08 fmalita@chromium.org SkArenaAlloc aligned under-allocation
2020-09-08 jvanverth@google.com Revert "Use Microsoft's ComPtr to wrap D3D12 objects."
2020-09-08 egdaniel@google.com Add support for input attachment descriptors.
2020-09-08 brianosman@google.com Harden MetalCodeGenerator::writeFields
2020-09-08 jlavrova@google.com Return to save/translate/restore for drawing via SkPicture

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 reed@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:1124776
Tbr: reed@google.com
Change-Id: I406f0b04dd1615a046e13e9d09cb9f9224861ea2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399070Reviewed-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@{#805122}
parent 85e4544c
...@@ -195,7 +195,7 @@ vars = { ...@@ -195,7 +195,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': 'b6030fb2c818ceea64469a613a8f3fe66cc32595', 'skia_revision': '04b9443274cfe8c58ea2d5be25df63bdc2f41177',
# 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