Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7085601

Browse files
Roll Skia from 87dbc81b421f to bd48f82dcabb (8 revisions)
https://skia.googlesource.com/skia.git/+log/87dbc81b421f..bd48f82dcabb 2023-02-07 [email protected] [graphite] Remove unused DrawBufferManager.h header 2023-02-07 [email protected] Add support for sk_FragCoord to SkRP. 2023-02-07 [email protected] Remove redundant RP codegen tests. 2023-02-07 [email protected] Simplify pushing and immediately popping a slot. 2023-02-07 [email protected] SkShaderBase::asFragmentProcessor uses MatrixRec 2023-02-07 [email protected] Factor out redundant pushIntrinsic logic. 2023-02-07 [email protected] Add pow/exp support to RP codegen. 2023-02-07 [email protected] Roll vulkan-deps from be2b5b119b13 to 0c637535def1 (55 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 [email protected],[email protected],[email protected],[email protected] 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
1 parent f310ffd commit 7085601

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': '87dbc81b421f5c33a9609e3407c42d5c59e05c81',
21+
'skia_revision': 'bd48f82dcabb689753939e87a8fcc92a2eacb921',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 42bb3657e9775c404289fa92ce4295fa
1+
Signature: 4c1ddc94b82af26843de9d9203abbd11
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -7398,7 +7398,6 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/Buffer.cpp + ../../../third_p
73987398
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Buffer.h + ../../../third_party/skia/LICENSE
73997399
ORIGIN: ../../../third_party/skia/src/gpu/graphite/BufferManager.cpp + ../../../third_party/skia/LICENSE
74007400
ORIGIN: ../../../third_party/skia/src/gpu/graphite/BufferManager.h + ../../../third_party/skia/LICENSE
7401-
ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawBufferManager.h + ../../../third_party/skia/LICENSE
74027401
ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBlitCommandEncoder.h + ../../../third_party/skia/LICENSE
74037402
ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBuffer.h + ../../../third_party/skia/LICENSE
74047403
ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBuffer.mm + ../../../third_party/skia/LICENSE
@@ -7485,7 +7484,6 @@ FILE: ../../../third_party/skia/src/gpu/graphite/Buffer.cpp
74857484
FILE: ../../../third_party/skia/src/gpu/graphite/Buffer.h
74867485
FILE: ../../../third_party/skia/src/gpu/graphite/BufferManager.cpp
74877486
FILE: ../../../third_party/skia/src/gpu/graphite/BufferManager.h
7488-
FILE: ../../../third_party/skia/src/gpu/graphite/DrawBufferManager.h
74897487
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBlitCommandEncoder.h
74907488
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBuffer.h
74917489
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBuffer.mm

0 commit comments

Comments
 (0)