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

Commit fb4931c

Browse files
Roll Skia from 31309ff09537 to 02e94b3b4d29 (43 revisions) (#49819)
Roll Skia from 31309ff09537 to 02e94b3b4d29 (43 revisions) https://skia.googlesource.com/skia.git/+log/31309ff09537..02e94b3b4d29 2024-01-16 kjlubick@google.com Move SkMasks from src/codec to src/core 2024-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skottie-base from 1f9ed551198c to 7c236cb7a5a2 2024-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll shaders-base from 3fb07eee4752 to e7695f0fdff5 2024-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll jsfiddle-base from eb442b364123 to f6c22747cda4 2024-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll debugger-app-base from c6059a8c0ee3 to 067d72e0dddf 2024-01-16 johnstiles@google.com Tweak `css_oklab_gamut_map_to_linear_srgb` for better codegen. 2024-01-16 herb@google.com Proposed cleanups 2024-01-16 olv@google.com [ganesh] Add VK_FORMAT_B5G6R5_UNORM_PACK16 / kRGB_565 combo 2024-01-16 olv@google.com [ganesh] Add GrColorType::kRGB_565 2024-01-16 michaelludwig@google.com [graphite] Update UniformManager comment to address mat2x2 layout polyfill 2024-01-16 kjlubick@google.com Revert "Remove SkFontMgr::RefDefault() and dependent APIs" 2024-01-16 brianosman@google.com Use tricky (NaN) values in many more RP tests 2024-01-16 dneto@google.com Update abseil-cpp to match Dawn 2024-01-16 kjlubick@google.com Remove SkFontMgr::RefDefault() and dependent APIs 2024-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 24bbbffbc637 to 50e74527ca9a (3 revisions) 2024-01-16 michaelludwig@google.com Update SkVx to_half to support denormals,overflow, and RTNE 2024-01-16 jvanverth@google.com GrRRectEffect: return failure if nine-patch corners are invalid 2024-01-16 johnstiles@google.com Fix fuzzer-discovered error with duplicate symbols. 2024-01-16 johnstiles@google.com Switch to unique_ptr<> for SymbolTable management. 2024-01-16 johnstiles@google.com Tidy up module code in small ways. 2024-01-16 johnstiles@google.com Simplify switch rewrite code slightly. 2024-01-16 johnstiles@google.com Remove SymbolTable::WrapIfBuiltin. 2024-01-16 johnstiles@google.com Remove InterfaceBlock::typeOwner(). 2024-01-16 jvanverth@google.com Ensure that nine-patch RRects have valid radii. 2024-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c28022c905e7 to 24bbbffbc637 (1 revision) 2024-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 68ae053047d5 to 9474c5c1c642 2024-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 6951208d04af to 68ae053047d5 (1 revision) 2024-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 6107aa90975e to c28022c905e7 (5 revisions) 2024-01-15 kjlubick@google.com Small changes needed to do modularization 2024-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 073b651053b3 to 572323ccbba5 (11 revisions) 2024-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 6951208d04af to 68ae053047d5 2024-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c3146aa021aa to 6107aa90975e (1 revision) 2024-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 1de9b3d66634 to 6951208d04af (6 revisions) 2024-01-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 66e8bc0a47af to c3146aa021aa (2 revisions) 2024-01-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 698eee9385e4 to 66e8bc0a47af (3 revisions) 2024-01-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 1de9b3d66634 to 6951208d04af 2024-01-12 bungeman@google.com Add channels to SkPDFIccProfileKey 2024-01-12 brianosman@google.com Handle NaN bit patterns in several RP copy stages 2024-01-12 lovisolo@google.com [bazel] BazelBenchmarkTestRunner.cpp: Add missing newline in SkDebugPrintf statement. 2024-01-12 brianosman@google.com Remove template version of if_then_else, use I32 when appropriate 2024-01-12 johnstiles@google.com Create a symbol table for braced-block of an SkSL switch statement. 2024-01-12 johnstiles@google.com Add symbol table manipulation helpers. 2024-01-12 jvanverth@google.com [Metal] Switch ObjC <-> C++ handling for GrFence. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: ...
1 parent 73a2de5 commit fb4931c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ vars = {
1717
'llvm_git': 'https://llvm.googlesource.com',
1818
# OCMock is for testing only so there is no google clone
1919
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
20-
'skia_revision': '31309ff0953761327b6bbb8c465a4bdb0c33f1fd',
20+
'skia_revision': '02e94b3b4d2972cca594302825e635f1879c7bd8',
2121

2222
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2323
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: e0f6a89c592765faeefb2c2547a0194a
1+
Signature: 060d035c8dfcec9a4b371d11e16a782b
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -388,6 +388,7 @@ FILE: ../../../flutter/third_party/skia/modules/skparagraph/test.html
388388
FILE: ../../../flutter/third_party/skia/package-lock.json
389389
FILE: ../../../flutter/third_party/skia/relnotes/BackendTextureFromView.md
390390
FILE: ../../../flutter/third_party/skia/relnotes/PDF_jpeg.md
391+
FILE: ../../../flutter/third_party/skia/relnotes/SwitchScopes.md
391392
FILE: ../../../flutter/third_party/skia/relnotes/Tick.md
392393
FILE: ../../../flutter/third_party/skia/relnotes/TopLevelShadowing.md
393394
FILE: ../../../flutter/third_party/skia/relnotes/font.md
@@ -3164,8 +3165,6 @@ ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegUtility.cpp + ../../..
31643165
ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegUtility.h + ../../../flutter/third_party/skia/LICENSE
31653166
ORIGIN: ../../../flutter/third_party/skia/src/codec/SkMaskSwizzler.cpp + ../../../flutter/third_party/skia/LICENSE
31663167
ORIGIN: ../../../flutter/third_party/skia/src/codec/SkMaskSwizzler.h + ../../../flutter/third_party/skia/LICENSE
3167-
ORIGIN: ../../../flutter/third_party/skia/src/codec/SkMasks.cpp + ../../../flutter/third_party/skia/LICENSE
3168-
ORIGIN: ../../../flutter/third_party/skia/src/codec/SkMasks.h + ../../../flutter/third_party/skia/LICENSE
31693168
ORIGIN: ../../../flutter/third_party/skia/src/codec/SkPixmapUtils.cpp + ../../../flutter/third_party/skia/LICENSE
31703169
ORIGIN: ../../../flutter/third_party/skia/src/codec/SkPixmapUtilsPriv.h + ../../../flutter/third_party/skia/LICENSE
31713170
ORIGIN: ../../../flutter/third_party/skia/src/codec/SkPngCodec.cpp + ../../../flutter/third_party/skia/LICENSE
@@ -3187,6 +3186,8 @@ ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontMgr.cpp + ../../../flut
31873186
ORIGIN: ../../../flutter/third_party/skia/src/core/SkLatticeIter.cpp + ../../../flutter/third_party/skia/LICENSE
31883187
ORIGIN: ../../../flutter/third_party/skia/src/core/SkLatticeIter.h + ../../../flutter/third_party/skia/LICENSE
31893188
ORIGIN: ../../../flutter/third_party/skia/src/core/SkLocalMatrixImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE
3189+
ORIGIN: ../../../flutter/third_party/skia/src/core/SkMasks.cpp + ../../../flutter/third_party/skia/LICENSE
3190+
ORIGIN: ../../../flutter/third_party/skia/src/core/SkMasks.h + ../../../flutter/third_party/skia/LICENSE
31903191
ORIGIN: ../../../flutter/third_party/skia/src/core/SkMipmapAccessor.cpp + ../../../flutter/third_party/skia/LICENSE
31913192
ORIGIN: ../../../flutter/third_party/skia/src/core/SkMipmapAccessor.h + ../../../flutter/third_party/skia/LICENSE
31923193
ORIGIN: ../../../flutter/third_party/skia/src/core/SkNextID.h + ../../../flutter/third_party/skia/LICENSE
@@ -3450,8 +3451,6 @@ FILE: ../../../flutter/third_party/skia/src/codec/SkJpegUtility.cpp
34503451
FILE: ../../../flutter/third_party/skia/src/codec/SkJpegUtility.h
34513452
FILE: ../../../flutter/third_party/skia/src/codec/SkMaskSwizzler.cpp
34523453
FILE: ../../../flutter/third_party/skia/src/codec/SkMaskSwizzler.h
3453-
FILE: ../../../flutter/third_party/skia/src/codec/SkMasks.cpp
3454-
FILE: ../../../flutter/third_party/skia/src/codec/SkMasks.h
34553454
FILE: ../../../flutter/third_party/skia/src/codec/SkPixmapUtils.cpp
34563455
FILE: ../../../flutter/third_party/skia/src/codec/SkPixmapUtilsPriv.h
34573456
FILE: ../../../flutter/third_party/skia/src/codec/SkPngCodec.cpp
@@ -3473,6 +3472,8 @@ FILE: ../../../flutter/third_party/skia/src/core/SkFontMgr.cpp
34733472
FILE: ../../../flutter/third_party/skia/src/core/SkLatticeIter.cpp
34743473
FILE: ../../../flutter/third_party/skia/src/core/SkLatticeIter.h
34753474
FILE: ../../../flutter/third_party/skia/src/core/SkLocalMatrixImageFilter.cpp
3475+
FILE: ../../../flutter/third_party/skia/src/core/SkMasks.cpp
3476+
FILE: ../../../flutter/third_party/skia/src/core/SkMasks.h
34763477
FILE: ../../../flutter/third_party/skia/src/core/SkMipmapAccessor.cpp
34773478
FILE: ../../../flutter/third_party/skia/src/core/SkMipmapAccessor.h
34783479
FILE: ../../../flutter/third_party/skia/src/core/SkNextID.h

0 commit comments

Comments
 (0)