Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a45b44d

Browse files
Roll Skia from 8d43858 to 9c0b79a (14 revisions)
https://skia.googlesource.com/skia.git/+log/8d43858ed21a..9c0b79a35489 2020-10-08 [email protected] Implement assignment and copy-construction for SkTHashSet/Map. 2020-10-08 [email protected] [canvaskit] POC bindings for testing gms 2020-10-08 [email protected] Moved SkSL VariableReference data into IRNode 2020-10-08 [email protected] Remove inherited program element list (it's now unused) 2020-10-08 [email protected] Put interface blocks into the intrinsic maps, too 2020-10-08 [email protected] Remove unused copy of DefinitionMap. 2020-10-08 [email protected] [canvaskit] Update quickstart to use 0.19.0 2020-10-08 [email protected] Change interface block's fVariable from ref to pointer 2020-10-08 [email protected] moved SkSL Ternary data into IRNode 2020-10-08 [email protected] moved SkSL If data into IRNode 2020-10-08 [email protected] changed various SkSL structs into classes 2020-10-08 [email protected] Remove dedicated name from SymbolTable entries. 2020-10-08 [email protected] Add HW-filtered masks to thread-safe cache 2020-10-08 [email protected] [canvaskit] Update npm to 0.19.0 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 [email protected] 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/master/autoroll/README.md
1 parent 57d58e6 commit a45b44d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': '8d43858ed21a0a1b96f724f04eba510a2c44041f',
29+
'skia_revision': '9c0b79a3548993e5883287238405f7734110dc2c',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the

ci/licenses_golden/licenses_skia

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 0a329613a3353c3bac2996b596f32311
1+
Signature: b4a6293d0c7db2f2b8d7883e4977328c
22

33
UNUSED LICENSES:
44

@@ -1307,6 +1307,7 @@ FILE: ../../../third_party/skia/modules/canvaskit/debug.js
13071307
FILE: ../../../third_party/skia/modules/canvaskit/externs.js
13081308
FILE: ../../../third_party/skia/modules/canvaskit/font.js
13091309
FILE: ../../../third_party/skia/modules/canvaskit/fonts/NotoMono-Regular.ttf
1310+
FILE: ../../../third_party/skia/modules/canvaskit/gm.js
13101311
FILE: ../../../third_party/skia/modules/canvaskit/gpu.js
13111312
FILE: ../../../third_party/skia/modules/canvaskit/helper.js
13121313
FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/_namedcolors.js
@@ -1347,6 +1348,8 @@ FILE: ../../../third_party/skia/modules/canvaskit/release.js
13471348
FILE: ../../../third_party/skia/modules/canvaskit/rt_shader.js
13481349
FILE: ../../../third_party/skia/modules/canvaskit/skottie.js
13491350
FILE: ../../../third_party/skia/modules/canvaskit/skp.js
1351+
FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/gmtests.html
1352+
FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/viewer.html
13501353
FILE: ../../../third_party/skia/modules/pathkit/chaining.js
13511354
FILE: ../../../third_party/skia/modules/pathkit/externs.js
13521355
FILE: ../../../third_party/skia/modules/pathkit/helper.js
@@ -3909,6 +3912,7 @@ FILE: ../../../third_party/skia/include/private/GrD3DTypesPriv.h
39093912
FILE: ../../../third_party/skia/include/private/SkIDChangeListener.h
39103913
FILE: ../../../third_party/skia/include/private/SkSLSampleUsage.h
39113914
FILE: ../../../third_party/skia/include/utils/SkCustomTypeface.h
3915+
FILE: ../../../third_party/skia/modules/canvaskit/gm_bindings.cpp
39123916
FILE: ../../../third_party/skia/modules/canvaskit/viewer_bindings.cpp
39133917
FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_float_capabilities.cpp
39143918
FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_int_capabilities.cpp
@@ -6602,7 +6606,6 @@ FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/types/canvaskit-wasm
66026606
FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/types/index.d.ts
66036607
FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/types/tsconfig.json
66046608
FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/types/tslint.json
6605-
FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/viewer.html
66066609
FILE: ../../../third_party/skia/modules/pathkit/npm-asmjs/example.html
66076610
FILE: ../../../third_party/skia/modules/pathkit/npm-asmjs/package.json
66086611
FILE: ../../../third_party/skia/modules/pathkit/npm-wasm/example.html

0 commit comments

Comments
 (0)