Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update google/skia to milestone 115 #2547

Merged
merged 9 commits into from
Aug 17, 2023
Merged

Update google/skia to milestone 115 #2547

merged 9 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. Update skia and regenerated the C# pinvokes

    This was a large set of changes, both to the code as well as to new
    requirements. The changes included:
    - Updated skia
    - Updated depot_tools (and this also needed changes
    - Added/chnaged/removed C++ types
    - Re-generated C# pinvokes
    - Minimum OS versions changed:
       - Android: 21 (v5.0)
       - macOS: 10.13 (High Sierra)
       - Tizen: 6.0
       - tvOS: 11.0
       - Debiam: 10 (Buster)
    - Updated macOS build agent to macOS 13 with Xcode 14.3.1
    - Updated the Android NDK to r25c
    - Updated Tizen Studio to 5.1
    - Ninja is now a required dependency and not included in depot_tools
    - Python is now used to run ninja instead of ninja run directly
    mattleibow committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b0ce94e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5177ac View commit details
    Browse the repository at this point in the history
  3. Tizen uses i586 on new versions of the tooling

    The previous version was using i386
    mattleibow committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b2d0fd7 View commit details
    Browse the repository at this point in the history
  4. Fix the targets for Blazor

    - Duplicate check in the Condition
    - `USE_WEBGL2=1` is now required
    mattleibow committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    78dae0e View commit details
    Browse the repository at this point in the history
  5. Update the C# API

    There are several large changes here, some are:
    - New color types
    - New encoder options
    - New sampling/filtering options
    - SKMatrix is totally new
      - Previously it was a limited class
      - Now it is a fully featured struct
      - Current implementation just wraps Matrix4x4 from System.Numerics
    - SKRuntimeEffect is redesigned
      - Similar API, but far more powerful
      - Granular shader/color filter creation
      - Improved uniforms/children API
      - Comes with a builder
    - SKFont is now a preferred API
      - Font APIs on SKPaint are all deprecated and will be removed
    - SKDrawable now has ApproximateBytesUsed
    - Added interop with the System.Numerics APIs
    - Removed types are:
      - SK3dView (this is now all available in the 4x4 matrix SKMatrix44)
      - SKMask
      - SKXamlWriter & SKXmlStreamWriter
    mattleibow committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c06febb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9fa445 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b7009e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5303a29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16bfc8e View commit details
    Browse the repository at this point in the history