mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from b5b35f8dc919 to 500aae3f2761 (5 revisions) (flutter/engine#37817)
https://skia.googlesource.com/skia.git/+log/b5b35f8dc919..500aae3f2761 2022-11-21 johnstiles@google.com Align buffers in SkRasterPipeline test code. 2022-11-21 penghuang@chromium.org [graphite] Implement DawnGraphicsPipeline 2022-11-21 johnstiles@google.com Ensure that slot buffers are properly aligned. 2022-11-21 johnstiles@google.com Add push-slots and pop-slots to RP Builder. 2022-11-21 johnstiles@google.com Add copy-slots-unmasked to RP. 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 aaclarke@google.com,jmbetancourt@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:
parent
7ba1372302
commit
97c8a2e1a4
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': 'b5b35f8dc919376c000feb1c7c7176fd0cc7b3de',
|
||||
'skia_revision': '500aae3f27618c8dce516873db332152629a0b2f',
|
||||
|
||||
# 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: 391ba0b785bc352fdcd55d9fe9a91f5d
|
||||
Signature: f8af07e3d01de71a99144e9710cce2c0
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -7758,6 +7758,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCaps.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCaps.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCommandBuffer.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCommandBuffer.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnGraphicsPipeline.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnGraphicsPipeline.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnResourceProvider.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user