mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 3a7a3bbd27d4 to 53848cbd4e30 (3 revisions) (flutter/engine#46466)
https://skia.googlesource.com/skia.git/+log/3a7a3bbd27d4..53848cbd4e30 2023-10-02 johnstiles@google.com Factor out `invokeFP` so that it can be called by outside code. 2023-10-02 herb@google.com Add a quadratic crossings finder for testing 2023-10-02 kjlubick@google.com Replace exec_tools -> tools and update to Bazel 6.3.2 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,djsollen@google.com,jacksongardner@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
fc88156849
commit
8989d1431c
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': '3a7a3bbd27d494e95451d50950c9df6952707340',
|
||||
'skia_revision': '53848cbd4e30122addc1493b0655774817e6723e',
|
||||
|
||||
# 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: 9ba905d44609a1721204374f418a1a82
|
||||
Signature: 4fcd5d455df5ceca35557c5a207efcbb
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -8825,11 +8825,13 @@ ORIGIN: ../../../third_party/skia/include/private/chromium/SkImageChromium.h + .
|
||||
ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/gpu/graphite/ContextOptionsPriv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/BentleyOttmann1.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/BruteForceCrossings.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Int96.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Point.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Segment.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/BentleyOttmann1.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/BruteForceCrossings.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/EventQueue.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/Int96.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/Point.cpp + ../../../third_party/skia/LICENSE
|
||||
@ -9091,11 +9093,13 @@ FILE: ../../../third_party/skia/include/private/chromium/SkImageChromium.h
|
||||
FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h
|
||||
FILE: ../../../third_party/skia/include/private/gpu/graphite/ContextOptionsPriv.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/include/BentleyOttmann1.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/include/BruteForceCrossings.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/include/Int96.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/include/Point.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/include/Segment.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/src/BentleyOttmann1.cpp
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/src/BruteForceCrossings.cpp
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/src/EventQueue.cpp
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/src/Int96.cpp
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/src/Point.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user