-
Notifications
You must be signed in to change notification settings - Fork 43
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
M126 public #248
M126 public #248
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7dad34 - Browse repository at this point
Copy the full SHA f7dad34View commit details -
skia m125 (canvaskit/0.38.2-4468-gec3813eabd) from m124 (canvaskit/0.…
…38.2-4059-ge2ea2eb3e0)
Configuration menu - View commit details
-
Copy full SHA for 29269ad - Browse repository at this point
Copy the full SHA 29269adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 611358b - Browse repository at this point
Copy the full SHA 611358bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e04470b - Browse repository at this point
Copy the full SHA e04470bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bc107a - Browse repository at this point
Copy the full SHA 0bc107aView commit details -
m125: SK_REMOVE_LEGACY_STREAM_AS_DATA
--- skia-m124/include/core/SkStream.h 2024-03-26 00:09:01.000000000 +0000 +++ skia-m125/include/core/SkStream.h 2024-04-29 01:34:47.000000000 +0100 @@ -392,13 +392,9 @@ */ void setMemoryOwned(const void* data, size_t length); -#if !defined(SK_REMOVE_LEGACY_STREAM_AS_DATA) - sk_sp<SkData> asData() const { return fData; } -#endif sk_sp<SkData> getData() const override { return fData; } void setData(sk_sp<SkData> data); - void skipToAlign4(); const void* getAtPos(); size_t read(void* buffer, size_t size) override;
Configuration menu - View commit details
-
Copy full SHA for b1cf308 - Browse repository at this point
Copy the full SHA b1cf308View commit details -
Configuration menu - View commit details
-
Copy full SHA for d49d727 - Browse repository at this point
Copy the full SHA d49d727View commit details -
Skip test known to not work in m125
See: google/skia@3844fc4 "Remove SkMemoryStream::skipToAlign4" This has been replaced with SkRBuffer::skipToAlign4 and doesn't appear to be used. It also violates the invariant that `fOffset` is always an offset into `fData`.
Configuration menu - View commit details
-
Copy full SHA for 96cdc65 - Browse repository at this point
Copy the full SHA 96cdc65View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 543a6fc - Browse repository at this point
Copy the full SHA 543a6fcView commit details -
Fix fonts on macOS by using the right macro
The macOS detector macro is called `__APPLE__`, not `__apple__`
Configuration menu - View commit details
-
Copy full SHA for c2b19f7 - Browse repository at this point
Copy the full SHA c2b19f7View commit details -
Merge pull request #1 from pavpanchekha/patch-2
Fix fonts on macOS by using the right macro
Configuration menu - View commit details
-
Copy full SHA for e387ceb - Browse repository at this point
Copy the full SHA e387cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 540557d - Browse repository at this point
Copy the full SHA 540557dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d83dd1 - Browse repository at this point
Copy the full SHA 1d83dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc534b6 - Browse repository at this point
Copy the full SHA fc534b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f47749a - Browse repository at this point
Copy the full SHA f47749aView commit details -
Use python 3 for Windows and Linux, and requires c++17.
Configuration menu - View commit details
-
Copy full SHA for 714815b - Browse repository at this point
Copy the full SHA 714815bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c71af1 - Browse repository at this point
Copy the full SHA 5c71af1View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2388f4b - Browse repository at this point
Copy the full SHA 2388f4bView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67e7d61 - Browse repository at this point
Copy the full SHA 67e7d61View commit details
Commits on May 14, 2024
-
Adding 9 blocks of SK_METAL, after their SK_VULKAN equivalents.
Skipping 1: GrBackendSurfaceMutableState (support removed in m118) Fix previous mistakes in vulkan argument names Fix Linux/Windows build
Configuration menu - View commit details
-
Copy full SHA for 10a3b62 - Browse repository at this point
Copy the full SHA 10a3b62View commit details -
Re-enable GrContext_Base::defaultBackendFormat and GrContext_Base::co…
…mpressedBackendFormat Between m87 and m116, the header for these two has moved from include/private/GrContext_Base.h to include/private/gpu/ganesh/GrContext_Base.h but otherwise more or less identical, so it should have just worked (baring missing header at some point in the past).
Configuration menu - View commit details
-
Copy full SHA for 2c96aee - Browse repository at this point
Copy the full SHA 2c96aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ad306 - Browse repository at this point
Copy the full SHA 95ad306View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf1c10 - Browse repository at this point
Copy the full SHA 1cf1c10View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8e9220 - Browse repository at this point
Copy the full SHA b8e9220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107b983 - Browse repository at this point
Copy the full SHA 107b983View commit details
Commits on May 19, 2024
-
m126: SkCanvas::drawArc now needs py::overload_cast due to new overlo…
…aded alternative Signed-off-by: Hin-Tak Leung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f340da - Browse repository at this point
Copy the full SHA 8f340daView commit details -
Roll skia forward to m126 (canvaskit/0.38.2-4873-g9097d768e8) from m1…
…25 (canvaskit/0.38.2-4468-gec3813eabd)
Configuration menu - View commit details
-
Copy full SHA for 1f9fa30 - Browse repository at this point
Copy the full SHA 1f9fa30View commit details -
m125: Emulate the removed SkMemoryStream::skipToAlign4
Copied and adapted from: google/skia@3844fc4
Configuration menu - View commit details
-
Copy full SHA for e9f30c8 - Browse repository at this point
Copy the full SHA e9f30c8View commit details -
stream.fOffset is private; use stream.getPosition() and stream.seek()…
… to get and set.
Configuration menu - View commit details
-
Copy full SHA for 6bc7b6b - Browse repository at this point
Copy the full SHA 6bc7b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 332029d - Browse repository at this point
Copy the full SHA 332029dView commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d99bd1b - Browse repository at this point
Copy the full SHA d99bd1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6a700 - Browse repository at this point
Copy the full SHA aa6a700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b5b8b - Browse repository at this point
Copy the full SHA 28b5b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3324bb7 - Browse repository at this point
Copy the full SHA 3324bb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f60cf17 - Browse repository at this point
Copy the full SHA f60cf17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4d2c1 - Browse repository at this point
Copy the full SHA 1e4d2c1View commit details