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

Roll Skia from 4ef21edffb35 to 683beccf6776 (23 revisions)

https://skia.googlesource.com/skia.git/+log/4ef21edffb35..683beccf6776

2020-09-02 johnstiles@google.com Migrate inliner-related tests to a separate unit-test file.
2020-09-02 egdaniel@google.com Don't require secondary command buffers on mali vk.
2020-09-02 michaelludwig@google.com Revert "Add idea of DataType to SkYUVAPixmapInfo."
2020-09-02 michaelludwig@google.com Revert "[canvaskit] Replace RRect objects with TypedArrays."
2020-09-02 michaelludwig@google.com Revert "[canvaskit] Change SkRects to be arrays, not objects."
2020-09-02 michaelludwig@google.com Revert "[canvaskit] Add drawRect4f as example 'fast path' API"
2020-09-02 johnstiles@google.com Remove pipeline-stage workarounds from the GLSL code generator.
2020-09-02 mtklein@google.com update INHERITED style
2020-09-02 nifong@google.com Fix GL loading bug in wasm debugger.
2020-09-02 kjlubick@google.com [canvaskit] Add drawRect4f as example 'fast path' API
2020-09-02 kjlubick@google.com [canvaskit] Change SkRects to be arrays, not objects.
2020-09-02 kjlubick@google.com [canvaskit] Replace RRect objects with TypedArrays.
2020-09-02 johnstiles@google.com Replace empty Block with Nop statement.
2020-09-02 herb@google.com simplify fill vertex calculations
2020-09-02 brianosman@google.com Disallow some combinations of program element and program kind
2020-09-02 johnstiles@google.com Ensure that inlined if/else blocks are properly scoped.
2020-09-02 ethannicholas@google.com Disallow a bare ';' at the top level of SkSL files
2020-09-02 brianosman@google.com Remove some leftover double types from SkSLContext
2020-09-02 johnstiles@google.com Add unit tests for inlining if/else blocks.
2020-09-02 egdaniel@google.com Remove unused GrVkDescriptorSetManager factor.
2020-09-02 johnstiles@google.com Ensure that inlined statements are properly scoped.
2020-09-02 mtklein@google.com add missing clamp to SkColorFilter_Matrix
2020-09-02 mtklein@google.com update SkNx allTrue/anyTrue

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/+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: michaelludwig@google.com
Change-Id: Icdeb51709f2e37d30368b29f3aa912e66ddf3ab0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391374Reviewed-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@{#804066}
parent 80b9eb02
......@@ -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': '4ef21edffb358b5a7f6d8904175cc2154004a556',
'skia_revision': '683beccf6776bb1f53f2ecb772f878f7dcfa8100',
# 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