-
Notifications
You must be signed in to change notification settings - Fork 46
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
M132 public #281
Merged
Merged
M132 public #281
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refining earlier change (kyamagu#214). It turns out that Xvfb's GL behavior on Linux differ depending on whether there is actual graphic hardware or entirely headless. The Apple GL settings works on Xvfb on my computer (AMD Radeon R5 Graphics), but fails in github headless CI. Fixes kyamagu#266
… to canvaskit/0.38.2-6411-g3c64459d5d
….38.2-6682-gf7f63e2604)
Milestone 130 ------------- * Ganesh files have been moved out of include/gpu/ into include/gpu/ganesh/. Shims have been left in place, but clients should migrate to the new paths.
…was never used google/skia@16722e4 Revert "Allow passing multiple node IDs per PDF structure node." This reverts commit 2a016ba. StructureElemementNode::fAdditionalNodeIds is currently unused and appears to never have been used. Change-Id: If2c1aae88909dc3ec701e94008108e2dc02504bb Reviewed-on: https://skia-review.googlesource.com/c/skia/+/905896
…ng icudtl.dat+MakeFromShapedText failure Conflicts: tests/test_font.py
Split CI machinery into two nearly identical sections, one for 3.8/3.9, another for 3.10 to 3.13. This is mainly due to newer cibuildwheel for 3.13 dropping 3.8 and 3.9, and older cibuildwheel not supporting 3.13. Fixes kyamagu#230
… canvaskit/0.38.2-6684-g94631d9b9a)
…kit/0.38.2-6914-gb1fb88ac03)
…riptor class also The new header in m132 is "src/ports/SkFontScanner_FreeType_priv.h". The SkFontDescriptor is possibly useful for accessing the COLRv1 palette (in my own experimental m129 changes); as is the new SkFontScanner API.
… from the public API. Milestone 132 ------------- * `SkPathEffect::DashType`, `SkPathEffect::DashInfo` and `SkPathEffect::asADash` have been removed from the public API.
…:asADash as xfail
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Three SkPathEffect::* were withdrawn, and small update to the colrv1 patch; the rest is routine.
This is built on top of #275