mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia fbe240669394..2273c900ea28 (13 commits) (#8428)
https://skia.googlesource.com/skia.git/%2Blog/fbe240669394..2273c900ea28 git log fbe240669394715ee2f3e9f85407dad241eca262..2273c900ea2888ac659dbcdfe6e6d1cd2cf76177 --date=short --no-merges --format=%ad %ae %s 2019-04-03 herb@google.com GM for SkOverdrawCanvas 2019-03-30 csmartdalton@google.com Add a cap to allow coverage counting or not 2019-03-27 mtklein@google.com set PNG compression level back to 1 2019-04-03 csmartdalton@google.com Rename GrPipeline::Flags to GrPipeline::InputFlags 2019-04-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-04-03 robertphillips@google.com Reset GrVkCommandBuffer's work status in end() 2019-04-03 herb@google.com Remove SkFindAndPlaceGlyph from gn 2019-04-02 bsalomon@google.com Track the number of resources that would become purgeable after flush in GrResourceCache. 2019-04-03 brianosman@google.com Fix the GLSL persistent cache (and add a config to test it) 2019-04-03 michaelludwig@google.com Support strict constraints for bulk texture sets 2019-04-03 halcanary@google.com SkMD5 returns digest 2019-04-03 herb@google.com Move overdraw canvas to using new painter 2019-04-03 mtklein@google.com split cpu+gpu work queues 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 (jlavrova@google.com), and stop the roller if necessary.
This commit is contained in:
parent
7e38b0aa23
commit
20190d707a
2
DEPS
2
DEPS
@ -23,7 +23,7 @@ vars = {
|
||||
'fuchsia_git': 'https://fuchsia.googlesource.com',
|
||||
'github_git': 'https://github.com',
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
'skia_revision': 'fbe240669394715ee2f3e9f85407dad241eca262',
|
||||
'skia_revision': '2273c900ea2888ac659dbcdfe6e6d1cd2cf76177',
|
||||
|
||||
# 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: 479ccc15b4edc62b97c7f0a8292dd014
|
||||
Signature: aa4ce47d179f622bf227d1feb5d5f694
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -3666,7 +3666,6 @@ FILE: ../../../third_party/skia/src/core/SkBitmapController.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkBitmapController.h
|
||||
FILE: ../../../third_party/skia/src/core/SkBitmapProvider.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkBitmapProvider.h
|
||||
FILE: ../../../third_party/skia/src/core/SkFindAndPlaceGlyph.h
|
||||
FILE: ../../../third_party/skia/src/core/SkFontMgr.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkLatticeIter.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkLatticeIter.h
|
||||
@ -4559,6 +4558,7 @@ FILE: ../../../third_party/skia/gm/crbug_938592.cpp
|
||||
FILE: ../../../third_party/skia/gm/crbug_947055.cpp
|
||||
FILE: ../../../third_party/skia/gm/mac_aa_explorer.cpp
|
||||
FILE: ../../../third_party/skia/gm/mixercolorfilter.cpp
|
||||
FILE: ../../../third_party/skia/gm/overdrawcanvas.cpp
|
||||
FILE: ../../../third_party/skia/gm/samplelocations.cpp
|
||||
FILE: ../../../third_party/skia/gm/skbug_8664.cpp
|
||||
FILE: ../../../third_party/skia/include/core/SkMixer.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user