mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Roll Skia from 1fb8f012de1b to be6f3563f1a0 (20 revisions) (#167609)
https://skia.googlesource.com/skia.git/+log/1fb8f012de1b..be6f3563f1a0 2025-04-22 thomsmit@google.com Reland "[graphite] Update DrawWriter to minimize binds by using pending base offsets." 2025-04-22 borenet@google.com [infra] Remove old MacMini9.1 Mac13 tasks 2025-04-22 danieldilan@google.com Add necessary include to compile RustPNG (with correct flag name) 2025-04-22 skia-autoroll@skia-public.iam.gserviceaccount.com Manual roll Dawn from 32c8fdb708ef to 9428adfc1d3b (25 revisions) 2025-04-22 jmbetancourt@google.com Update buildtools version 2025-04-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c70bb7aae968 to 00949bebf147 (1 revision) 2025-04-22 jamesgk@google.com [graphite] Ignore no-op nodes when lifting shader expressions 2025-04-22 kjlubick@google.com Remove old alias for making pinnable images 2025-04-22 kjlubick@google.com Make tail pixel scratch pad be aligned for possibly better performance 2025-04-22 kjlubick@google.com Remove alignment assumptions in highp gather 2025-04-22 kjlubick@google.com Enable C++20 for Clang-Tidy job 2025-04-22 danieldilan@google.com Add necessary include to compile RustPNG 2025-04-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f355e2b37ed4 to 962e147a59f4 (2 revisions) 2025-04-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1eef77795230 to c70bb7aae968 (6 revisions) 2025-04-21 lukasza@chromium.org [rust png] Remove non-granular `.gni` file lists. 2025-04-21 kjlubick@google.com Avoid assumption of 32 bit aligned pixel data in RP's lowp gather() 2025-04-21 michaelludwig@google.com [graphite] Use TextureFormat in AttachmentDesc 2025-04-21 skia-autoroll@skia-public.iam.gserviceaccount.com Manual roll Dawn from fe0be9e4b4f9 to 32c8fdb708ef (1 revision) 2025-04-21 skia-autoroll@skia-public.iam.gserviceaccount.com Manual roll vulkan-deps from 61080f55d11e to 1eef77795230 (11 revisions) 2025-04-21 kjlubick@google.com Use c++20 when building Dawn 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 chinmaygarde@google.com,jmbetancourt@google.com,kjlubick@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
This commit is contained in:
parent
9edfbbff25
commit
0de0514761
2
DEPS
2
DEPS
@ -14,7 +14,7 @@ vars = {
|
||||
'flutter_git': 'https://flutter.googlesource.com',
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
'skia_revision': '1fb8f012de1b75486f6d91f60b0caeb2eb6aec90',
|
||||
'skia_revision': 'be6f3563f1a0842a1fa1df0c8ea715e39acd5f25',
|
||||
|
||||
# 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: 308a1ea3efa14dc11e04fbbd23f4e550
|
||||
Signature: b16172eff81b6e7fe55f5924bf130fdf
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
|
Loading…
Reference in New Issue
Block a user