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

Roll Skia from 01b93eabe25b to e2893f2df8b2 (23 revisions)

https://skia.googlesource.com/skia.git/+log/01b93eabe25b..e2893f2df8b2

2020-10-13 egdaniel@google.com Use the new GrMSAAAttachment class in vulkan.
2020-10-13 adlai@google.com Migrate last public API to GrDirectContext
2020-10-13 jlavrova@google.com Select a position on an empty line
2020-10-13 johnstiles@google.com Convert extraRepeatCoord to a float2.
2020-10-13 bsalomon@google.com Remove resize-on-gpu variation from wacky_yuv GMs
2020-10-13 michaelludwig@google.com Reland "SkDevice::drawSpecial accepts arbitrary matrix v2"
2020-10-13 fmalita@chromium.org Fix skottie2movie post https://skia-review.googlesource.com/c/skia/+/325618
2020-10-13 johnstiles@google.com Replace remaining vector<Expression>s with ExpressionArray.
2020-10-13 adlai@google.com Migrate compressed texture methods to GrDirectContext
2020-10-13 mtklein@google.com Reland "pack SkTArray"
2020-10-13 brianosman@google.com Remove setModifiersHandle, restore const-ness to Symbols
2020-10-13 johnstiles@google.com Convert statement arrays from std::vector to SkSTArray.
2020-10-13 brianosman@google.com Declare sk_InvocationID programmatically
2020-10-13 adlai@google.com Migrate texture update methods to GrDirectContext
2020-10-13 mtklein@google.com Revert "pack SkTArray"
2020-10-13 johnstiles@google.com Convert expression arrays from std::vector to SkSTArray.
2020-10-13 mtklein@google.com remove skvx::{rsqrt,rcp}
2020-10-13 mtklein@google.com pack SkTArray
2020-10-13 adlai@google.com Migrate texture creation methods to GrDirectContext
2020-10-13 ethannicholas@google.com moved SkSL ModifiersDeclaration data into IRNode
2020-10-13 johnstiles@google.com Revert "Reland "Remove inliner from IR generation stage.""
2020-10-13 johnstiles@google.com Revert "Clean up SkSL inliner and allow it to be disabled."
2020-10-13 brianosman@google.com Add GLSL type aliases for SkRuntimeEffect SkSL

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 robertphillips@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: robertphillips@google.com
Change-Id: Ib845d22f17e885dd10c73132cb0e61cadc3268f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468718Reviewed-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@{#816801}
parent b3d6fee5
......@@ -199,7 +199,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': '01b93eabe25b8ce680ea7a8c7fb188fc6fe88d78',
'skia_revision': 'e2893f2df8b26bf6805c1888b43f33346d91a7be',
# 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