-
Notifications
You must be signed in to change notification settings - Fork 540
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
Commits on Aug 17, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for b0ce94e - Browse repository at this point
Copy the full SHA b0ce94eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5177ac - Browse repository at this point
Copy the full SHA a5177acView commit details -
Tizen uses i586 on new versions of the tooling
The previous version was using i386
Configuration menu - View commit details
-
Copy full SHA for b2d0fd7 - Browse repository at this point
Copy the full SHA b2d0fd7View commit details -
- Duplicate check in the Condition - `USE_WEBGL2=1` is now required
Configuration menu - View commit details
-
Copy full SHA for 78dae0e - Browse repository at this point
Copy the full SHA 78dae0eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c06febb - Browse repository at this point
Copy the full SHA c06febbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9fa445 - Browse repository at this point
Copy the full SHA a9fa445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b7009e - Browse repository at this point
Copy the full SHA 4b7009eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5303a29 - Browse repository at this point
Copy the full SHA 5303a29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16bfc8e - Browse repository at this point
Copy the full SHA 16bfc8eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.