mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 0b26ffb4efe0 to 9f8b501ca68c (10 revisions) (flutter/engine#43012)
https://skia.googlesource.com/skia.git/+log/0b26ffb4efe0..9f8b501ca68c 2023-06-20 brianosman@google.com Handle divide-by-zero in dashing code 2023-06-20 vollick@chromium.org Attempt to use fallback color type and backend format 2023-06-20 brianosman@google.com Remove SkScalarToFloat and SkFloatToScalar calls 2023-06-20 herb@google.com Reland "Quad intersections for glyph underlines" 2023-06-20 herb@google.com Change isfinite -> sk_float_isifinite in SkPoint 2023-06-20 brianosman@google.com Fix FuzzCanvas imageFilter selection 2023-06-20 brianosman@google.com Suppress divide-by-zero in hairline intersection code 2023-06-20 johnstiles@google.com Detect immutable variables regardless of the const modifier. 2023-06-20 johnstiles@google.com Add support for immutable data in SkRP. 2023-06-20 uioptt24@gmail.com [graphite] Fix the specified type does not match the argument type error If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC brianosman@google.com,fmalita@google.com,jsimmons@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose 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/main/autoroll/README.md
This commit is contained in:
parent
91f507c27c
commit
8934ab1603
2
DEPS
2
DEPS
@ -18,7 +18,7 @@ vars = {
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': '0b26ffb4efe036f789bedf6d7daa6906aef3fd2b',
|
||||
'skia_revision': '9f8b501ca68c8704153829eeedf7d7450bb8879c',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: a83d107d81257aea149a8e0108454b62
|
||||
Signature: 75310d45a6d77a77dc9c3743daaed2ed
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user