Roll Skia from 817fca468240 to 40223641388b (19 revisions) (flutter/engine#47507)
https://skia.googlesource.com/skia.git/+log/817fca468240..40223641388b 2023-10-31 kjlubick@google.com [canvaskit] Add shim for old function name 2023-10-31 lehoangquyen@chromium.org GraphiteDawn: use dynamic offsets for uniform buffers. 2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e334b7a22bdd to 9700973b4f9a (5 revisions) 2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 95fe7e470418 to 8e8b4dc940dc (12 revisions) 2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 61b4a8b2976d to ff59f0a147f2 2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from f5454137fb7d to 61b4a8b2976d (5 revisions) 2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from d9ec9befba05 to 5c95af798ba4 (1 revision) 2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 52564ab1a0e3 to 1f568ab4ba16 (18 revisions) 2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skcms from c01d0bc50536 to 29ce1bdfaccc (1 revision) 2023-10-31 mike@reedtribe.org Add drawing downsampler 2023-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skcms from fa50717f8c06 to c01d0bc50536 (3 revisions) 2023-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1a99a795c229 to e334b7a22bdd (7 revisions) 2023-10-30 egdaniel@google.com Move Android Image and Surface factories out of default GPU build. 2023-10-30 herb@google.com Guard against null tops and bottoms 2023-10-30 kjlubick@google.com Remove empty typeface define for now 2023-10-30 kjlubick@google.com Expose SkTypeface::MakeEmpty 2023-10-30 jvanverth@google.com Revert "[graphite] Simplify vertex processing for PerEdgeAAQuadRenderStep." 2023-10-30 kjlubick@google.com Make default typeface return empty 2023-10-30 kjlubick@google.com [canvaskit] Get rid of dependency on default fontmgr 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,herb@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:
committed by
GitHub
parent
cc2becf0dd
commit
26464eb973
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': '817fca4682400813db1f68fb86366affddc0be42',
|
||||
'skia_revision': '40223641388b50b2edeffdb5762f2e9631969c89',
|
||||
|
||||
# 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: c7ea76f5b89559349024bb80f7f1cba5
|
||||
Signature: 235df4f87d189e11e44be4b5f55ac2df
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@@ -8639,6 +8639,7 @@ ORIGIN: ../../../third_party/skia/src/codec/SkJpegXmp.h + ../../../third_party/s
|
||||
ORIGIN: ../../../third_party/skia/src/codec/SkTiffUtility.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/codec/SkTiffUtility.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/codec/SkXmp.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkMipmapDrawDownSampler.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkMipmapHQDownSampler.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineContextUtils.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../../third_party/skia/LICENSE
|
||||
@@ -8684,6 +8685,7 @@ FILE: ../../../third_party/skia/src/codec/SkJpegXmp.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkTiffUtility.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkTiffUtility.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkXmp.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkMipmapDrawDownSampler.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkMipmapHQDownSampler.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkRasterPipelineContextUtils.h
|
||||
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h
|
||||
|
||||
Reference in New Issue
Block a user