Skip to content

Commit

Permalink
Roll Skia from a226cfbd6cc7 to 7db361be474b (14 revisions) (flutter#4…
Browse files Browse the repository at this point in the history
…2578)

https://skia.googlesource.com/skia.git/+log/a226cfbd6cc7..7db361be474b

2023-06-05 [email protected] Use the new quadratic root code in RootsReal
2023-06-05 [email protected] [graphite][compute] Crude size reduction for vello bump buffers
2023-06-05 [email protected] [graphite][compute] Minor VelloScene changes for atlasing
2023-06-05 [email protected] SkGainmapInfo: Include Adobe Gain Map license notice
2023-06-05 [email protected] [infra] bump Radeon Vega drivers to 1002:1636-31.0.14057.5006
2023-06-05 [email protected] Remove matrix-equality helper functions from WGSL.
2023-06-05 [email protected] Remove diagonal-matrix helper functions from WGSL.
2023-06-05 [email protected] Rename src/codec/SkColorTable to src/codec/SkColorPalette
2023-06-05 [email protected] Add WGSL support for break, continue, and nop statements.
2023-06-05 [email protected] Make SkShaders a namespace and move SkPerlinNoiseShader functions into it
2023-06-05 [email protected] [skif] Apply decal at layer resolution
2023-06-05 [email protected] Enforce IWYU on GrBackendSurface and reduce inclusions of it in headers
2023-06-05 [email protected] Whitespace change to test GitWatcher
2023-06-05 [email protected] Implement WGSL support for swizzled lvalues.

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],[email protected],[email protected],[email protected] 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
  • Loading branch information
skia-flutter-autoroll authored Jun 5, 2023
1 parent 2b353ae commit 57b801f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': 'a226cfbd6cc7179e9ed165125d6861b99550a001',
'skia_revision': '7db361be474bf8a84b226a73a8aeec5f46d04771',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
11 changes: 6 additions & 5 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 3b36fd88c606e949dd1b43a46b81debe
Signature: 1ebab5291898f573f535a7890fa2514b

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -389,6 +389,7 @@ FILE: ../../../third_party/skia/relnotes/skif_runtimeshader_sampleradius.md
FILE: ../../../third_party/skia/relnotes/skimagefilters_image_remove.md
FILE: ../../../third_party/skia/relnotes/skimagegenerator_grexternaltexturegenerator.md
FILE: ../../../third_party/skia/relnotes/sksamplingoptions_implicit.md
FILE: ../../../third_party/skia/relnotes/skshaders_namespace.md
FILE: ../../../third_party/skia/relnotes/sksurface_methods.md
FILE: ../../../third_party/skia/relnotes/sktablecolorfilter.md
FILE: ../../../third_party/skia/src/core/SkOrderedReadBuffer.h
Expand Down Expand Up @@ -1131,15 +1132,15 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

====================================================================================================
LIBRARY: skia
ORIGIN: ../../../third_party/skia/src/codec/SkColorTable.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkColorPalette.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkCubicClipper.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkCubicClipper.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkEdgeClipper.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkEdgeClipper.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkQuadClipper.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkQuadClipper.h + ../../../third_party/skia/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/skia/src/codec/SkColorTable.cpp
FILE: ../../../third_party/skia/src/codec/SkColorPalette.cpp
FILE: ../../../third_party/skia/src/core/SkCubicClipper.cpp
FILE: ../../../third_party/skia/src/core/SkCubicClipper.h
FILE: ../../../third_party/skia/src/core/SkEdgeClipper.cpp
Expand Down Expand Up @@ -1879,7 +1880,7 @@ ORIGIN: ../../../third_party/skia/include/private/SkWeakRefCnt.h + ../../../thir
ORIGIN: ../../../third_party/skia/include/utils/SkNullCanvas.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkMathPriv.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkTInternalLList.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkColorTable.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkColorPalette.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkAnnotation.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkChecksum.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkFontDescriptor.cpp + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -2038,7 +2039,7 @@ FILE: ../../../third_party/skia/include/private/SkWeakRefCnt.h
FILE: ../../../third_party/skia/include/utils/SkNullCanvas.h
FILE: ../../../third_party/skia/src/base/SkMathPriv.h
FILE: ../../../third_party/skia/src/base/SkTInternalLList.h
FILE: ../../../third_party/skia/src/codec/SkColorTable.h
FILE: ../../../third_party/skia/src/codec/SkColorPalette.h
FILE: ../../../third_party/skia/src/core/SkAnnotation.cpp
FILE: ../../../third_party/skia/src/core/SkChecksum.h
FILE: ../../../third_party/skia/src/core/SkFontDescriptor.cpp
Expand Down
34 changes: 34 additions & 0 deletions sky/packages/sky_engine/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -28078,6 +28078,40 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle

Copyright 2023 The ANGLE Project Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.

Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia

Copyright 2023 The Android Open Source Project
Expand Down

0 comments on commit 57b801f

Please sign in to comment.