Skip to content

Commit d2eeceb

Browse files
Roll src/third_party/skia 6c431d52020c..68aeec07de4a (7 commits) (flutter#8590)
https://skia.googlesource.com/skia.git/%2Blog/6c431d52020c..68aeec07de4a git log 6c431d52020c6ed8d48681c9443ec3131fd0ed34..68aeec07de4a1894a5cefde405abcb5a49801df6 --date=short --no-merges --format=%ad %ae %s 2019-04-16 bsalomon@google.com Clarify that buffers of type GrGpuBufferType::kXferGpuToCpu are mapped for reading. 2019-04-16 jvanverth@google.com Convert 565 and 4444 bitmaps to 8888 for Mac Metal. 2019-04-15 csmartdalton@google.com Don&flutter#39;t flush pipeline state when querying sample locations in GL 2019-04-15 mtklein@google.com just some refactoring for fm_bot.go 2019-04-15 egdaniel@google.com Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. 2019-04-10 bsalomon@google.com GrSurface -> GrGpuBuffer transfer improvements: 2019-04-10 bsalomon@google.com Avoid multiplication by alpha in fragment shader when known to be 1. 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 (herb@google.com), and stop the roller if necessary.
1 parent 7d1da56 commit d2eeceb

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': '6c431d52020c6ed8d48681c9443ec3131fd0ed34',
26+
'skia_revision': '68aeec07de4a1894a5cefde405abcb5a49801df6',
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: 92d0339ce145006f8f1f584f35c38078
1+
Signature: 1f1d4e10470c3d2050811a5a9e0f9e1a
22

33
UNUSED LICENSES:
44

@@ -6010,8 +6010,11 @@ FILE: ../../../third_party/skia/src/gpu/GrSamplePatternDictionary.h
60106010
FILE: ../../../third_party/skia/src/gpu/ccpr/GrGSCoverageProcessor.h
60116011
FILE: ../../../third_party/skia/src/gpu/ccpr/GrVSCoverageProcessor.h
60126012
FILE: ../../../third_party/skia/src/gpu/effects/GrMixerEffect.fp
6013+
FILE: ../../../third_party/skia/src/gpu/effects/GrOverrideInputFragmentProcessor.fp
60136014
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrMixerEffect.cpp
60146015
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrMixerEffect.h
6016+
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrOverrideInputFragmentProcessor.cpp
6017+
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrOverrideInputFragmentProcessor.h
60156018
FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.cpp
60166019
FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.h
60176020
FILE: ../../../third_party/skia/src/sksl/SkSLDefines.h

0 commit comments

Comments
 (0)