mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from d89d445dea5e to b5de6be2a85d (21 revisions) (flutter/engine#28005)
https://skia.googlesource.com/skia.git/+log/d89d445dea5e..b5de6be2a85d 2021-08-10 brianosman@google.com Rewrite CheckModifiers to reduce code bloat 2021-08-10 bungeman@google.com Fix typeface GMs to draw or skip 2021-08-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 4eac0bf1a95b to 81bee2e7f6de (5 revisions) 2021-08-10 johnstiles@google.com Reduce template usage in evaluate-n-way-intrinsic. 2021-08-10 ethannicholas@google.com Added prototypes for DSLFunction 2021-08-10 jvanverth@google.com Metal: track all resources 2021-08-10 johnstiles@google.com Reland "Fix array-of-matrix/struct comparisons in Metal." 2021-08-10 drott@chromium.org [COLRv1] Add blend mode 'plus' 2021-08-10 reed@google.com In SkCanvas destructor, discard (rather than blit) unbalanced layers 2021-08-10 johnstiles@google.com Disable SkSL array-comparison test on Adreno. 2021-08-10 robertphillips@google.com Rename GrSurfaceContext -> skgpu::SurfaceContext 2021-08-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from b3b66acf72ce to ed87d9cbdb9b 2021-08-10 johnstiles@google.com Reduce template usage in optimize-comparison. 2021-08-10 johnstiles@google.com Reland "Fix array-of-vector comparisons in Metal." 2021-08-10 johnstiles@google.com Avoid short/ushort in MSL code generator. 2021-08-10 johnstiles@google.com Fix duplicated array types in SPIR-V. 2021-08-10 michaelludwig@google.com Reland "Remove SkTLList" 2021-08-10 brianosman@google.com Move canvas helper structs to header 2021-08-10 erikrose@google.com Fix Build-Debian9-Clang-arm-Release-Flutter_Android_Docker job. 2021-08-10 johnstiles@google.com Reduce template usage in vector-coalesce functionality. 2021-08-10 michaelludwig@google.com Remove onSetDeviceClipRestriction from Device_v2 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 robertphillips@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/+doc/main/autoroll/README.md
This commit is contained in:
parent
532d835664
commit
5fe98e07d8
2
DEPS
2
DEPS
@ -27,7 +27,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': 'd89d445dea5e96080d435630dd0817d33b537130',
|
||||
'skia_revision': 'b5de6be2a85db643be308096ee30cd70fa830ca0',
|
||||
|
||||
# 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: d6179cc83d22abdd2fb200d6067e25f6
|
||||
Signature: f386fbc2373bd14af36fb67cbb8d8a84
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -1858,8 +1858,6 @@ FILE: ../../../third_party/skia/src/gpu/GrShaderVar.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrStencilSettings.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrStyle.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrStyle.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrSurfaceContext.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrSurfaceContext.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrSurfaceProxy.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrSurfaceProxy.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrSwizzle.h
|
||||
@ -1870,6 +1868,8 @@ FILE: ../../../third_party/skia/src/gpu/GrTextureRenderTargetProxy.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrUserStencilSettings.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrWindowRectangles.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrWindowRectsState.h
|
||||
FILE: ../../../third_party/skia/src/gpu/SurfaceContext.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/SurfaceContext.h
|
||||
FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DPipelineStateDataManager.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrShadowGeoProc.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrShadowGeoProc.h
|
||||
@ -2111,7 +2111,6 @@ FILE: ../../../third_party/skia/src/core/SkRTree.h
|
||||
FILE: ../../../third_party/skia/src/core/SkReadBuffer.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkStrokeRec.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkTInternalLList.h
|
||||
FILE: ../../../third_party/skia/src/core/SkTLList.h
|
||||
FILE: ../../../third_party/skia/src/core/SkWriteBuffer.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrMemoryPool.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrMemoryPool.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user