Roll Skia from 60e4a4a27375 to 158d51b34caa (19 revisions) (flutter/engine#38654)
https://skia.googlesource.com/skia.git/+log/60e4a4a27375..158d51b34caa 2023-01-04 johnstiles@google.com Add abs support to RP codegen. 2023-01-04 johnstiles@google.com Add abs support to RP builder. 2023-01-04 johnstiles@google.com Add abs stage to Raster Pipeline. 2023-01-04 michaelludwig@google.com Do not skip checking program compilation 2023-01-04 michaelludwig@google.com Disable scaling copy-as-draws on Mali 4xx devices 2023-01-04 kjlubick@google.com Break apart some uses of SkTypes 2023-01-04 johnstiles@google.com Delete redundant tests from RP codegen tests. 2023-01-04 johnstiles@google.com Add Not.sksl to SkSLTest.cpp. 2023-01-04 johnstiles@google.com Add Dot.sksl to SkSLTest.cpp. 2023-01-04 kjlubick@google.com [base] Move include/base to include/private/base 2023-01-04 herb@google.com Change skia::tracing_internals to skia_internal 2023-01-04 johnstiles@google.com Add float/int/uint casting support to RP codegen. 2023-01-04 johnstiles@google.com Add casting support to RP builder. 2023-01-04 johnstiles@google.com Update stack rewinding behavior in RP builder. 2023-01-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 20657cd82ed9 to f0e8f01433a5 2023-01-04 johnstiles@google.com Add clang::musttail to SkSL RP ops. 2023-01-04 michaelludwig@google.com Check link status for copy/mipmap programs 2023-01-04 brianosman@google.com Move SkImageInfoPriv.h to src/core 2023-01-04 robertphillips@google.com [graphite] Add Blend and HSLAMatrix ColorFilters to Precompile system 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 borenet@google.com,jimgraham@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
86caf45fc9
commit
85d059c715
2
DEPS
2
DEPS
@@ -18,7 +18,7 @@ vars = {
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': '60e4a4a27375459b65ae83bf73234c55a048c15a',
|
||||
'skia_revision': '158d51b34caacc8d00593618e19481bb08b3a9ad',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@@ -2481,8 +2481,6 @@
|
||||
../../../third_party/skia/include/BUILD.bazel
|
||||
../../../third_party/skia/include/OWNERS
|
||||
../../../third_party/skia/include/android/BUILD.bazel
|
||||
../../../third_party/skia/include/base/BUILD.bazel
|
||||
../../../third_party/skia/include/base/README.md
|
||||
../../../third_party/skia/include/codec/BUILD.bazel
|
||||
../../../third_party/skia/include/config/BUILD.bazel
|
||||
../../../third_party/skia/include/core/BUILD.bazel
|
||||
@@ -2503,6 +2501,8 @@
|
||||
../../../third_party/skia/include/ports/BUILD.bazel
|
||||
../../../third_party/skia/include/private/BUILD.bazel
|
||||
../../../third_party/skia/include/private/OWNERS
|
||||
../../../third_party/skia/include/private/base/BUILD.bazel
|
||||
../../../third_party/skia/include/private/base/README.md
|
||||
../../../third_party/skia/include/private/chromium/BUILD.bazel
|
||||
../../../third_party/skia/include/private/gpu/BUILD.bazel
|
||||
../../../third_party/skia/include/private/gpu/ganesh/BUILD.bazel
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Signature: 835bb459b9c139d9679922bed7098d89
|
||||
Signature: b08ae6bff7e9a0bdf97f774b0b76601a
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@@ -4554,7 +4554,6 @@ ORIGIN: ../../../third_party/skia/include/gpu/GrBackendSurface.h + ../../../thir
|
||||
ORIGIN: ../../../third_party/skia/include/gpu/mock/GrMockTypes.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/gpu/mtl/GrMtlTypes.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_mac_ct.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkImageInfoPriv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkMalloc.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkSLString.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkShadowFlags.h + ../../../third_party/skia/LICENSE
|
||||
@@ -4619,6 +4618,7 @@ ORIGIN: ../../../third_party/skia/src/core/SkExecutor.cpp + ../../../third_party
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkFontMgrPriv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkGaussFilter.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkGaussFilter.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkImageInfoPriv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkMaskBlurFilter.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkMaskBlurFilter.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkPromiseImageTexture.cpp + ../../../third_party/skia/LICENSE
|
||||
@@ -4782,7 +4782,6 @@ FILE: ../../../third_party/skia/include/gpu/GrBackendSurface.h
|
||||
FILE: ../../../third_party/skia/include/gpu/mock/GrMockTypes.h
|
||||
FILE: ../../../third_party/skia/include/gpu/mtl/GrMtlTypes.h
|
||||
FILE: ../../../third_party/skia/include/ports/SkFontMgr_mac_ct.h
|
||||
FILE: ../../../third_party/skia/include/private/SkImageInfoPriv.h
|
||||
FILE: ../../../third_party/skia/include/private/SkMalloc.h
|
||||
FILE: ../../../third_party/skia/include/private/SkSLString.h
|
||||
FILE: ../../../third_party/skia/include/private/SkShadowFlags.h
|
||||
@@ -4847,6 +4846,7 @@ FILE: ../../../third_party/skia/src/core/SkExecutor.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkFontMgrPriv.h
|
||||
FILE: ../../../third_party/skia/src/core/SkGaussFilter.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkGaussFilter.h
|
||||
FILE: ../../../third_party/skia/src/core/SkImageInfoPriv.h
|
||||
FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.h
|
||||
FILE: ../../../third_party/skia/src/core/SkPromiseImageTexture.cpp
|
||||
@@ -8274,13 +8274,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/gm/bug12866.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/crbug_1313579.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/base/SkAPI.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/base/SkAlign.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/base/SkAssert.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/base/SkAttributes.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/base/SkDebug.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/base/SkFeatures.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/base/SkLoadUserConfig.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkAlphaType.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkCapabilities.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkColorType.h + ../../../third_party/skia/LICENSE
|
||||
@@ -8296,6 +8289,13 @@ ORIGIN: ../../../third_party/skia/include/gpu/vk/VulkanBackendContext.h + ../../
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkAlignedStorage.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkPathEnums.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkTypeTraits.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkAPI.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkAlign.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkAssert.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkAttributes.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkDebug.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkFeatures.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkLoadUserConfig.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/sksl/SkSLVersion.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkCapabilities.cpp + ../../../third_party/skia/LICENSE
|
||||
@@ -8494,13 +8494,6 @@ ORIGIN: ../../../third_party/skia/src/utils/SkTestCanvas.h + ../../../third_part
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/gm/bug12866.cpp
|
||||
FILE: ../../../third_party/skia/gm/crbug_1313579.cpp
|
||||
FILE: ../../../third_party/skia/include/base/SkAPI.h
|
||||
FILE: ../../../third_party/skia/include/base/SkAlign.h
|
||||
FILE: ../../../third_party/skia/include/base/SkAssert.h
|
||||
FILE: ../../../third_party/skia/include/base/SkAttributes.h
|
||||
FILE: ../../../third_party/skia/include/base/SkDebug.h
|
||||
FILE: ../../../third_party/skia/include/base/SkFeatures.h
|
||||
FILE: ../../../third_party/skia/include/base/SkLoadUserConfig.h
|
||||
FILE: ../../../third_party/skia/include/core/SkAlphaType.h
|
||||
FILE: ../../../third_party/skia/include/core/SkCapabilities.h
|
||||
FILE: ../../../third_party/skia/include/core/SkColorType.h
|
||||
@@ -8516,6 +8509,13 @@ FILE: ../../../third_party/skia/include/gpu/vk/VulkanBackendContext.h
|
||||
FILE: ../../../third_party/skia/include/private/SkAlignedStorage.h
|
||||
FILE: ../../../third_party/skia/include/private/SkPathEnums.h
|
||||
FILE: ../../../third_party/skia/include/private/SkTypeTraits.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkAPI.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkAlign.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkAssert.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkAttributes.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkDebug.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkFeatures.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkLoadUserConfig.h
|
||||
FILE: ../../../third_party/skia/include/sksl/SkSLVersion.h
|
||||
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkCapabilities.cpp
|
||||
|
||||
Reference in New Issue
Block a user