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

Commit 04728cb

Browse files
Roll src/third_party/skia be9aff2..b7c7b78 (17 commits) (#7852)
https://skia.googlesource.com/skia.git/%2Blog/be9aff25bddc..b7c7b7883b23 git log be9aff2..b7c7b78 --date=short --no-merges --format=%ad %ae %s 2019-02-15 [email protected] Remove all empty glyph processing 2019-02-15 [email protected] Roll third_party/externals/swiftshader 0eba65b..a0a80b1 (1 commits) 2019-02-15 [email protected] Revert "Make asFragmentProcessor entry point only take a GrRecordingContext" 2019-02-15 [email protected] make float more primary API for paint (esp. for alpha) 2019-02-15 [email protected] tools/skqp/release.sh: Add Instant and ABI XML tags 2019-02-15 [email protected] Make asFragmentProcessor entry point only take a GrRecordingContext 2019-02-15 [email protected] Switch GrSurfaceProxy's Copy methods over to GrRecordingContext 2019-02-15 [email protected] Begin switching GrRecordingContext over to having the GrDrawingManager 2019-02-15 [email protected] Roll third_party/externals/swiftshader 2bb0864..0eba65b (21 commits) 2019-02-15 [email protected] Add addOnFlushCallbackObject at GrRecordingContext level 2019-02-15 [email protected] Moved image params out to SkParticleDrawable 2019-02-15 [email protected] Remove assert that BGRA and RGBA are not opaque 2019-02-15 [email protected] Revert of CL/192440 which would not reland cleanly. 2019-02-15 [email protected] add mixer colorfilter 2019-02-13 [email protected] Remove shader caps argument from GrGLSLTypeString 2019-02-15 [email protected] Stop using resourceProvider in GrRenderTargetContext's ctor 2019-02-15 [email protected] ICU: enable on wasm The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff ([email protected]), and stop the roller if necessary.
1 parent f37b09a commit 04728cb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ vars = {
2323
'fuchsia_git': 'https://fuchsia.googlesource.com',
2424
'github_git': 'https://github.com',
2525
'skia_git': 'https://skia.googlesource.com',
26-
'skia_revision': 'be9aff25bddc3eecf84d9c37af222ea40c261cb1',
26+
'skia_revision': 'b7c7b7883b2377e55e5def16560b1429958e0ec3',
2727

2828
# When updating the Dart revision, ensure that all entries that are
2929
# dependencies of Dart are also updated to match the entries in the

ci/licenses_golden/licenses_skia

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: a5fd73a8d92635818c8fb0f596b19547
1+
Signature: ed2d1aa421644a29414ee77b0a91d235
22

33
UNUSED LICENSES:
44

@@ -4329,6 +4329,7 @@ FILE: ../../../third_party/skia/modules/sksg/src/SkSGTrimEffect.cpp
43294329
FILE: ../../../third_party/skia/samplecode/SampleCCPRGeometry.cpp
43304330
FILE: ../../../third_party/skia/samplecode/SampleChineseFling.cpp
43314331
FILE: ../../../third_party/skia/samplecode/SampleCowboy.cpp
4332+
FILE: ../../../third_party/skia/samplecode/SampleMixer.cpp
43324333
FILE: ../../../third_party/skia/samplecode/SamplePathText.cpp
43334334
FILE: ../../../third_party/skia/samplecode/SampleShadowColor.cpp
43344335
FILE: ../../../third_party/skia/samplecode/SampleShadowReference.cpp
@@ -4686,12 +4687,14 @@ FILE: ../../../third_party/skia/experimental/canvaskit/skottie_bindings.cpp
46864687
FILE: ../../../third_party/skia/modules/particles/include/SkCurve.h
46874688
FILE: ../../../third_party/skia/modules/particles/include/SkParticleAffector.h
46884689
FILE: ../../../third_party/skia/modules/particles/include/SkParticleData.h
4690+
FILE: ../../../third_party/skia/modules/particles/include/SkParticleDrawable.h
46894691
FILE: ../../../third_party/skia/modules/particles/include/SkParticleEffect.h
46904692
FILE: ../../../third_party/skia/modules/particles/include/SkParticleEmitter.h
46914693
FILE: ../../../third_party/skia/modules/particles/include/SkParticleSerialization.h
46924694
FILE: ../../../third_party/skia/modules/particles/include/SkReflected.h
46934695
FILE: ../../../third_party/skia/modules/particles/src/SkCurve.cpp
46944696
FILE: ../../../third_party/skia/modules/particles/src/SkParticleAffector.cpp
4697+
FILE: ../../../third_party/skia/modules/particles/src/SkParticleDrawable.cpp
46954698
FILE: ../../../third_party/skia/modules/particles/src/SkParticleEffect.cpp
46964699
FILE: ../../../third_party/skia/modules/particles/src/SkParticleEmitter.cpp
46974700
FILE: ../../../third_party/skia/modules/particles/src/SkReflected.cpp

0 commit comments

Comments
 (0)