Roll Skia from 9b35cd642f98 to 37940afc0caf (6 revisions) (flutter/engine#29863)
https://skia.googlesource.com/skia.git/+log/9b35cd642f98..37940afc0caf 2021-11-20 csmartdalton@google.com Remove remaining "Gr" references outside of #ifdefs from tessellators 2021-11-20 csmartdalton@google.com Move GrVertexColor to skgpu::VertexColor 2021-11-20 csmartdalton@google.com Move tessellation-specific functions out of GrPathUtils 2021-11-20 csmartdalton@google.com Move Ganesh-specific bits of StrokeTessellator into an #ifdef 2021-11-20 csmartdalton@google.com Convert StrokeTessellators to use PatchWriter 2021-11-20 johnstiles@google.com Remove VarType from trace_var opcode. 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 jlavrova@google.com,jsimmons@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose 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:
committed by
GitHub
parent
27978d0277
commit
45573e4949
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': '9b35cd642f98259a858eec0075c1b75b9188601e',
|
||||
'skia_revision': '37940afc0caf5a68c3c17e28d23f3c101b73d6fd',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Signature: 7fcc379a82fb079315f2083acd821832
|
||||
Signature: 46e28e07932d1111041e3ae737d16c06
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@@ -4051,10 +4051,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/bench/GlyphQuadFillBench.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/bench/FindCubicConvex180ChopsBench.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/bench/FindCubicConvex180ChopsBench.cpp
|
||||
FILE: ../../../third_party/skia/bench/GlyphQuadFillBench.cpp
|
||||
FILE: ../../../third_party/skia/bench/GrPathUtilsBench.cpp
|
||||
FILE: ../../../third_party/skia/bench/TessellateBench.cpp
|
||||
FILE: ../../../third_party/skia/experimental/skrive/include/SkRive.h
|
||||
FILE: ../../../third_party/skia/experimental/skrive/src/Artboard.cpp
|
||||
|
||||
Reference in New Issue
Block a user