Roll Skia from 8a2fe88d31e3 to 701b6e4b4bc4 (1 revision) (#55752) https://skia.googlesource.com/skia.git/+log/8a2fe88d31e3..701b6e4b4bc4 2024-10-08 robertphillips@google.com [ganesh] Disable stencilBuffers and MSAA for Protected GL Contexts 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,jacksongardner@google.com,jvanverth@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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md https://dart.googlesource.com/external/github.com/flutter/engine/+/05c1677d63d6238bb6f8f4f4bb2c535b64dba737
diff --git a/DEPS b/DEPS index feba969..9008120 100644 --- a/DEPS +++ b/DEPS
@@ -14,7 +14,7 @@ 'flutter_git': 'https://flutter.googlesource.com', 'skia_git': 'https://skia.googlesource.com', 'llvm_git': 'https://llvm.googlesource.com', - 'skia_revision': '8a2fe88d31e399a3b3bc241e6796a84fb691221e', + 'skia_revision': '701b6e4b4bc4b1c472757ef92d1803fde87aaaff', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version. @@ -280,7 +280,7 @@ deps = { 'engine/src': 'https://github.com/flutter/buildroot.git' + '@' + 'f85c3be4bf808add6ba867b8ff7943fd235b7b5e', - 'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + '0e7344ae240db043628d8903956ef9138290d0a5', + 'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + '05c1677d63d6238bb6f8f4f4bb2c535b64dba737', 'engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + '95d5e62ab086bf96dc9bf6f325ecd10b40ddf061',
diff --git a/commits.json b/commits.json index 7424bba..afcc6e1 100644 --- a/commits.json +++ b/commits.json
@@ -1,5 +1,5 @@ { - "engine/src/flutter":"0e7344ae240db043628d8903956ef9138290d0a5", + "engine/src/flutter":"05c1677d63d6238bb6f8f4f4bb2c535b64dba737", "engine/src/flutter/third_party/dart":"95d5e62ab086bf96dc9bf6f325ecd10b40ddf061", "flutter":"a80c3823f5b6c20a67b21b26ce48e084ec78c058" } \ No newline at end of file