Manual roll Skia from ad2e21650306 to 2bd12e31d578 (14 revisions) (flutter/engine#41206)
Manual roll requested by zra@google.com https://skia.googlesource.com/skia.git/+log/ad2e21650306..2bd12e31d578 2023-04-14 kjlubick@google.com Skip fontations gm in WASM gm job 2023-04-14 robertphillips@google.com [graphite] Make ResourceCache be the owner of the ProxyCache 2023-04-14 kjlubick@google.com Revert "Remove iOS jobs from CQ" 2023-04-14 drott@chromium.org Add Skrifa to the fontations third-party deps, test it in demo code 2023-04-14 robertphillips@google.com Move StdSteadyClock to skgpu (in new GpuTypesPriv.h file) 2023-04-14 kjlubick@google.com Fix includes in stub encoders 2023-04-14 lehoangquyen@chromium.org GraphiteDawn: handle mipmap mode = none correctly. 2023-04-14 robertphillips@google.com [graphite] Add ProxyCache::freeUniquelyHeld 2023-04-14 jvanverth@google.com [graphite] Fix AsyncReadPixels alignment issue. 2023-04-14 drott@chromium.org Add stub Fontations SkTypeface backend 2023-04-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c8e5e8c4c60b to d7134dd15234 (6 revisions) 2023-04-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from c26011b8663f to aac847223de6 (7 revisions) 2023-04-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 651ebe99ced7 to f38324497584 2023-04-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 5d786c72544d to 651ebe99ced7 (6 revisions) 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,lovisolo@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://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:
committed by
GitHub
parent
f1c112bfe6
commit
489291b99f
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': 'ad2e2165030621a0da9eb14d8fc01c2fcf48da14',
|
||||
'skia_revision': '2bd12e31d5781f50ffdda7a7ce9081b3f6850488',
|
||||
|
||||
# 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: d777e0a04b30fb679310ccc1c9638e43
|
||||
Signature: d6c8f3e8e8ad3efacc9a787caa179ed0
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@@ -8869,6 +8869,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/gm/coordclampshader.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/fontations.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/imagefiltersunpremul.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_data.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE
|
||||
@@ -8889,9 +8890,12 @@ ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/encode/SkJpegGainmapEncoder.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/dawn/DawnUtils.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_fontations.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_fontations.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/gm/coordclampshader.cpp
|
||||
FILE: ../../../third_party/skia/gm/fontations.cpp
|
||||
FILE: ../../../third_party/skia/gm/imagefiltersunpremul.cpp
|
||||
FILE: ../../../third_party/skia/include/ports/SkFontMgr_data.h
|
||||
FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
|
||||
@@ -8912,6 +8916,8 @@ FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h
|
||||
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h
|
||||
FILE: ../../../third_party/skia/src/encode/SkJpegGainmapEncoder.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/dawn/DawnUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/ports/SkTypeface_fontations.cpp
|
||||
FILE: ../../../third_party/skia/src/ports/SkTypeface_fontations.h
|
||||
FILE: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2023 Google Inc.
|
||||
@@ -8985,6 +8991,7 @@ ORIGIN: ../../../third_party/skia/src/encode/SkPngEncoder_none.cpp + ../../../th
|
||||
ORIGIN: ../../../third_party/skia/src/encode/SkWebpEncoder_none.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/DitherUtils.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/DitherUtils.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/GpuTypesPriv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.h + ../../../third_party/skia/LICENSE
|
||||
@@ -9062,6 +9069,7 @@ FILE: ../../../third_party/skia/src/encode/SkPngEncoder_none.cpp
|
||||
FILE: ../../../third_party/skia/src/encode/SkWebpEncoder_none.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/DitherUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/DitherUtils.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GpuTypesPriv.h
|
||||
FILE: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.h
|
||||
|
||||
Reference in New Issue
Block a user