{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":16447163,"defaultBranch":"master","name":"blend2d","ownerLogin":"blend2d","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-02-02T02:01:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8397710?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711702718.0","currentOid":""},"activityList":{"items":[{"before":"9967e49003c74ac1cea99a07107f804ede06a51c","after":"17da6e4df23de3387504d48122b3cce04b044300","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-28T21:37:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved performance of radial gradients by 30-45% on X86\n * Improved performance of bilinear texture fetches by 10%\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added new tests that can compare portable and JIT pipelines\n * Pipeline tests now run on CI for all supported backends and\n their sub-targets (SSE2, SSE3, SSSE4, SSE4.X, AVX, AVX2, AVX-512,\n ASIMD)\n * Fixed many pipeline bugs thanks to the new testing architecture\n * Fixed rendering on A8 patterns when rendered into XRGB32/PRGB32\n buffers\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"845d8dd56e91759e22e28372a418952d3117da27","after":"9967e49003c74ac1cea99a07107f804ede06a51c","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-28T19:09:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved performance of radial gradients by 30-45% on X86\n * Improved performance of bilinear texture fetches by 10%\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added new tests that can compare portable and JIT pipelines\n * Pipeline tests now run on CI for all supported backends and\n their sub-targets (SSE2, SSE3, SSSE4, SSE4.X, AVX, AVX2, AVX-512,\n ASIMD)\n * Fixed many pipeline bugs thanks to the new testing architecture\n * Fixed rendering on A8 patterns when rendered into XRGB32/PRGB32\n buffers\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"117ba9cf727a115d18c5531e1e58438fe2dfd810","after":"845d8dd56e91759e22e28372a418952d3117da27","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-24T16:53:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved performance of radial gradients by 30-45% on X86\n * Improved performance of bilinear texture fetches by 10%\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added new tests that can compare portable and JIT pipelines\n * Pipeline tests now run on CI for all supported backends and\n their sub-targets (SSE2, SSE3, SSSE4, SSE4.X, AVX, AVX2, AVX-512,\n ASIMD)\n * Fixed many pipeline bugs thanks to the new testing architecture\n * Fixed rendering on A8 patterns when rendered into XRGB32/PRGB32\n buffers\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"27d2a8fa248bc4bbbf565efe7326545e5774a727","after":"117ba9cf727a115d18c5531e1e58438fe2dfd810","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-23T19:58:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved performance of radial gradients by 30-45% on X86\n * Improved performance of bilinear texture fetches by 10%\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added new tests that can compare portable and JIT pipelines\n * Pipeline tests now run on CI for all supported backends and\n their sub-targets (SSE2, SSE3, SSSE4, SSE4.X, AVX, AVX2, AVX-512,\n ASIMD)\n * Fixed many pipeline bugs thanks to the new testing architecture\n * Fixed rendering on A8 patterns when rendered into XRGB32/PRGB32\n buffers\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"23439cd170786e7624ffe416aceb13e44e1440f6","after":"27d2a8fa248bc4bbbf565efe7326545e5774a727","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-22T20:02:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved performance of radial gradients by 30-45% on X86\n * Improved performance of bilinear texture fetches by 10%\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added new tests that can compare portable and JIT pipelines\n * Pipeline tests now run on CI for all supported backends and\n their sub-targets (SSE2, SSE3, SSSE4, SSE4.X, AVX, AVX2, AVX-512,\n ASIMD)\n * Fixed many pipeline bugs thanks to the new testing architecture\n * Fixed rendering on A8 patterns when rendered into XRGB32/PRGB32\n buffers\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"591da978c71510a425ab582e0d842e4f35e7df60","after":"23439cd170786e7624ffe416aceb13e44e1440f6","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-22T19:02:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved performance of radial gradients by 30-45% on X86\n * Improved performance of bilinear texture fetches by 10%\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added new tests that can compare portable and JIT pipelines\n * Pipeline tests now run on CI for all supported backends and\n their sub-targets (SSE2, SSE3, SSSE4, SSE4.X, AVX, AVX2, AVX-512,\n ASIMD)\n * Fixed many pipeline bugs thanks to the new testing architecture\n * Fixed rendering on A8 patterns when rendered into XRGB32/PRGB32\n buffers\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"574120c34d08b397141314be92447bf5f0205c20","after":"591da978c71510a425ab582e0d842e4f35e7df60","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-19T16:03:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"0a11f9865b878dd9ed5464d79694acdd23899d05","after":"574120c34d08b397141314be92447bf5f0205c20","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-19T15:53:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"d20417d96e98900d40c25aa4cea7d1961c10a6c2","after":"0a11f9865b878dd9ed5464d79694acdd23899d05","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-19T15:52:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"24989fa1e0c1f6e5520768a1e5c60625f2107043","after":"d20417d96e98900d40c25aa4cea7d1961c10a6c2","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-19T15:51:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"ebe39956e1d7dbad53587be0af78b9b72b7bf84b","after":"24989fa1e0c1f6e5520768a1e5c60625f2107043","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-18T19:52:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"36fee9456e6fc24de1cf7e4fa139213d7746c8fb","after":"ebe39956e1d7dbad53587be0af78b9b72b7bf84b","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-18T19:51:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"9b50a56bc78be1d901be263638fcb1e6789000b4","after":"36fee9456e6fc24de1cf7e4fa139213d7746c8fb","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-18T19:44:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"32913aa880fc25015a52cce05e1f19fbf5d42202","after":"9b50a56bc78be1d901be263638fcb1e6789000b4","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-18T19:29:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"fe5de260edd70406b502c388bb20885da9ba1f93","after":"32913aa880fc25015a52cce05e1f19fbf5d42202","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-18T18:38:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"6a4a04298331a86ddcc08654f0ca0c71e0a68988","after":"fe5de260edd70406b502c388bb20885da9ba1f93","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-18T18:36:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"87095204585d49cbef052f682308f3dcf99d57df","after":"6a4a04298331a86ddcc08654f0ca0c71e0a68988","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-18T17:47:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"30e3ce24635e4407b05d67746121ef44f6949c9c","after":"87095204585d49cbef052f682308f3dcf99d57df","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-13T22:36:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"b2aeb62e0999e335cd2eae39229a7de1246b4a1d","after":"30e3ce24635e4407b05d67746121ef44f6949c9c","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-13T22:23:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"2314de80d2528abc26402eb811efc37668caf51d","after":"b2aeb62e0999e335cd2eae39229a7de1246b4a1d","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-13T21:49:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"af88f864c4d6eff0f4f6a5115d63893a15bf1b56","after":"2314de80d2528abc26402eb811efc37668caf51d","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-13T21:15:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"b48d843b64c1846bdb5676a5b6ca6ef3bc333d31","after":"af88f864c4d6eff0f4f6a5115d63893a15bf1b56","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-12T06:12:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"204867e70d961d1352cce5eb3d8ba30f40b889d3","after":"b48d843b64c1846bdb5676a5b6ca6ef3bc333d31","ref":"refs/heads/aarch64_jit","pushedAt":"2024-05-11T22:21:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Pipeline compiler now uses PixelPredicate for all fetches\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"a1a44264c00c8cf8d81455e7c71803600a0b7f86","after":"204867e70d961d1352cce5eb3d8ba30f40b889d3","ref":"refs/heads/aarch64_jit","pushedAt":"2024-04-21T22:37:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"9c59d4c72055c722425cba45e11b81073a49c525","after":"a1a44264c00c8cf8d81455e7c71803600a0b7f86","ref":"refs/heads/aarch64_jit","pushedAt":"2024-04-21T22:26:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines\n * Fixed MSAN issues (MSAN now enabled on CI as well)\n * Fixed TSAN issues (TSAN now enabled on CI as well)","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"9b6dc97135b3a5badbe4d536ec9d80e2d3cc7e84","after":"9c59d4c72055c722425cba45e11b81073a49c525","ref":"refs/heads/aarch64_jit","pushedAt":"2024-04-12T00:30:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"6d8f460d9a92b3a3e1cc6319976d051ce72da105","after":"9b6dc97135b3a5badbe4d536ec9d80e2d3cc7e84","ref":"refs/heads/aarch64_jit","pushedAt":"2024-04-11T21:12:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"65789675907d88e69272fbee8ee8a793e7d5f560","after":"6d8f460d9a92b3a3e1cc6319976d051ce72da105","ref":"refs/heads/aarch64_jit","pushedAt":"2024-04-11T09:19:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"--amend","shortMessageHtmlLink":"--amend"}},{"before":"ee84cc63b17d0bc148296d761a169413ae31656f","after":"65789675907d88e69272fbee8ee8a793e7d5f560","ref":"refs/heads/aarch64_jit","pushedAt":"2024-04-08T21:00:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}},{"before":"50094431d501ec510b028f7e018b7a0cb2de3a5e","after":"ee84cc63b17d0bc148296d761a169413ae31656f","ref":"refs/heads/aarch64_jit","pushedAt":"2024-04-08T20:10:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kobalicek","name":"Petr Kobalicek","path":"/kobalicek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6491301?s=80&v=4"},"commit":{"message":"Added AArch64 JIT pipelines and new JIT abstractions\n\n * Pipeline compiler now uses full SIMD abstractions\n * Composition for AArch64 has a platform specific code-path\n * Improved the performance of radial gradients by 30-45% on X86\n * Radial gradients now support both center and focal point radius\n * Conic gradients now support repeat parameter and honor PAD and\n REPEAT modes (compatibility with CSS repeating-conic-gradient)\n * Added a new test that can compare portable and JIT pipelines","shortMessageHtmlLink":"Added AArch64 JIT pipelines and new JIT abstractions"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVk6hiAA","startCursor":null,"endCursor":null}},"title":"Activity ยท blend2d/blend2d"}