mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 8391bac5c6f0..f19f9caab2b4 (8 commits) (flutter/engine#12341)
https://skia.googlesource.com/skia.git/+log/8391bac5c6f0..f19f9caab2b4 git log 8391bac5c6f0..f19f9caab2b4 --date=short --no-merges --format='%ad %ae %s' 2019-09-18 bsalomon@google.com Handle F16Norm clamping in SkPaint->GrPaint conversion. 2019-09-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-18 mtklein@google.com move skvm debug tools back to core 2019-09-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-18 herb@google.com Reland "SkZip - synchronized indexing of several pointers" 2019-09-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-18 robertphillips@google.com Last tranche of new SkColorTypes 2019-09-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@f19f9caab2b4 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 brianosman@google.com on the revert to ensure that a human is aware of the problem. 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/+/master/autoroll/README.md Bug: None TBR=brianosman@google.com
This commit is contained in:
parent
8156de6820
commit
2772d80a9f
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': '8391bac5c6f07fd01e78cc140b01119de73a749d',
|
||||
'skia_revision': 'f19f9caab2b40ecb18c0291163ecd7ef4171a7f4',
|
||||
|
||||
# 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: 1b5f47ed20d6f30d22cffd59efe3d10b
|
||||
Signature: e5136241e7d1a7cdc94c3d790980a77e
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -3328,6 +3328,7 @@ FILE: ../../../third_party/skia/src/core/SkStrikeSpec.h
|
||||
FILE: ../../../third_party/skia/src/core/SkVMBlitter.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkYUVMath.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkYUVMath.h
|
||||
FILE: ../../../third_party/skia/src/core/SkZip.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrAHardwareBufferUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrAHardwareBufferUtils.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrBaseContextPriv.h
|
||||
@ -3828,8 +3829,11 @@ FILE: ../../../third_party/skia/src/gpu/GrUtil.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrWaitRenderTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrWaitRenderTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrColorMatrixFragmentProcessor.fp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrSaturateProcessor.fp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrColorMatrixFragmentProcessor.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrColorMatrixFragmentProcessor.h
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrSaturateProcessor.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrSaturateProcessor.h
|
||||
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadBuffer.h
|
||||
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadUtils.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user