mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 2319f1ae8fe4 to c7794fee8063 (20 revisions) (flutter/engine#52668)
https://skia.googlesource.com/skia.git/+log/2319f1ae8fe4..c7794fee8063 2024-05-08 briansalomon@gmail.com [graphite] handle drawPath with oval/rrect as special case 2024-05-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 825a4029e916 to 25a2a685e52e 2024-05-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from be0e106b41c7 to 825a4029e916 (7 revisions) 2024-05-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 35243cd3490b to 8f1e9f35e615 (30 revisions) 2024-05-08 michaelludwig@google.com [graphite] Let Surface automatically generate mipmaps when rendering a picture image 2024-05-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 5fe3cf4db2e6 to e70a70873c7b (1 revision) 2024-05-07 scroggo@google.com Change CtsEnforcement for SurfaceAsyncReadPixels 2024-05-07 nicolettep@google.com [graphite] Add immutable sampler attribute to DescriptorData 2024-05-07 jvanverth@google.com Revert "[graphite] Fix use of linearFilterInset in texture shader." 2024-05-07 nicolettep@google.com [graphite] Add YCbCr GM to graphite 2024-05-07 brianosman@google.com Revert "Update clang_win and win_toolchain assets" 2024-05-07 jamesgk@google.com [graphite] Disable analytic blur for rrects 2024-05-07 brianosman@google.com Update clang_win and win_toolchain assets 2024-05-07 egdaniel@google.com [Graphite] Fix build for labels. 2024-05-07 johnstiles@google.com Add parentheses to permit constant folding. 2024-05-07 jvanverth@google.com [graphite] Fix use of linearFilterInset in texture shader. 2024-05-07 egdaniel@google.com [Graphite] Set labels on proxies for specific usages. 2024-05-07 kjlubick@google.com Add missing tag for zlib.h #include 2024-05-07 michaelludwig@google.com [graphite] Avoid unnecessary copy from makeImageSnapshot() in picture-shader rendering 2024-05-07 johnstiles@google.com Fix PathKit test. 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,egdaniel@google.com,rmistry@google.com,zra@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
0fefa45af5
commit
76b94a4bc4
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': '2319f1ae8fe42525f8b6a1969a1cee67bdbee290',
|
||||
'skia_revision': 'c7794fee80633070f2738239fb4ce792bcad81fd',
|
||||
|
||||
# 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: a329094cc4d882853b50dadf3146d846
|
||||
Signature: ac73c5eeec4665c9449839594eb08f74
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user