mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia c876404e64d2..83d8a949ae22 (6 commits) (flutter/engine#10302)
https://skia.googlesource.com/skia.git/+log/c876404e64d2..83d8a949ae22 git log c876404e64d2..83d8a949ae22 --date=short --no-merges --format='%ad %ae %s' 2019-07-31 senorblanco@chromium.org First implementation of GrDawnVaryingHandler. 2019-07-31 bungeman@google.com Allow HarfBuzz to massage the character stream. 2019-07-31 senorblanco@chromium.org Dawn: update to onSupportedReadColorType(). 2019-07-31 egdaniel@google.com Don't have GrVk*CommandBuffer derive from GrVkResource. 2019-07-31 ianloic@google.com [fuchsia] Update for new FIDL API 2019-07-31 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@83d8a949ae22 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, who should be CC'd on the roll, and stop the roller if necessary. Bug: None TBR=benjaminwagner@google.com
This commit is contained in:
parent
78c0cd1291
commit
9829b05c28
2
DEPS
2
DEPS
@ -26,7 +26,7 @@ vars = {
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': 'c876404e64d2fbbd5ebf0d6d01fe6ef48b1916a1',
|
||||
'skia_revision': '83d8a949ae22220a8aa5a6cda46990885badadf8',
|
||||
|
||||
# When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of Dart are also updated to match the entries in the
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 3763324e9c500a7b191be0d11706f4d8
|
||||
Signature: fffb89a2885ece405a735fcb88a077f4
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -4997,6 +4997,8 @@ FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnUniformHandler.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnUniformHandler.h
|
||||
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnUtil.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnUtil.h
|
||||
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnVaryingHandler.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnVaryingHandler.h
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrMixerEffect.fp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrOverrideInputFragmentProcessor.fp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrMixerEffect.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user