- 50dd7e1 Fix cube map demo by Nathaniel Nifong · 4 years, 4 months ago
- 860ac5b Move canvaskit bindings away from getGrContext by Adlai Holler · 4 years, 4 months ago
- 22aa7d7 [canvaskit] Remove unnecessary ColorTypes by Kevin Lubick · 4 years, 4 months ago
- c9bece2 [canvaskit] Replace drawAnimatedImage with drawFrameAtImage. by Kevin Lubick · 4 years, 4 months ago
- 493f89e [fuzz] Standardize, document, and backport fuzzing defines. by Kevin Lubick · 4 years, 4 months ago
- b6b7fff Reland "Removing ICU dependencies from skparagraph BUILD.gn file" by Julia Lavrova · 4 years, 4 months ago
- 66b45a7 [skottie] Add support for invert/YIQ by Florin Malita · 4 years, 4 months ago
- 4748c17 [skottie] Initial Displacement Map effect by Florin Malita · 4 years, 4 months ago
- 0f64e0d An attempt to make font resolution more predictable. by Julia Lavrova · 4 years, 4 months ago
- fb5e0eb [canvaskit] Pass in paints via reference by Kevin Lubick · 4 years, 4 months ago
- 9bfe92a Fixing a bug (reusing wrong formatting state) by Julia Lavrova · 4 years, 4 months ago
- c0d3495 Return to save/translate/restore for drawing via SkPicture by Julia Lavrova · 4 years, 4 months ago
- b6030fb Direct paint by default; remove save/translate/restore by Julia Lavrova · 4 years, 4 months ago
- a1c2117 [canvaskit] Add drawRect4f as example 'fast path' API by Kevin Lubick · 4 years, 4 months ago
- f8823b5 Reland "[canvaskit] Change SkRects to be arrays, not objects." by Kevin Lubick · 4 years, 4 months ago
- be72801 Reland "[canvaskit] Replace RRect objects with TypedArrays." by Kevin Lubick · 4 years, 4 months ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 4 months ago
- 370de72 Revert "[canvaskit] Replace RRect objects with TypedArrays." by Michael Ludwig · 4 years, 4 months ago
- 1f49ceb Revert "[canvaskit] Change SkRects to be arrays, not objects." by Michael Ludwig · 4 years, 4 months ago
- 55289ae Revert "[canvaskit] Add drawRect4f as example 'fast path' API" by Michael Ludwig · 4 years, 4 months ago
- 2753b12 [canvaskit] Add drawRect4f as example 'fast path' API by Kevin Lubick · 4 years, 4 months ago
- bdc214a [canvaskit] Change SkRects to be arrays, not objects. by Kevin Lubick · 4 years, 4 months ago
- c9498ef [canvaskit] Replace RRect objects with TypedArrays. by Kevin Lubick · 4 years, 4 months ago
- 05ce281 Revert "Removing ICU dependencies from skparagraph BUILD.gn file" by Julia Lavrova · 4 years, 4 months ago
- f1711ad Removing ICU dependencies from skparagraph BUILD.gn file by Julia Lavrova · 4 years, 4 months ago
- bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 4 months ago
- 64f3530 [canvaskit] Update GM:skottie_setcolor by Florin Malita · 4 years, 4 months ago
- 1798f4f Reland "Reland "ICU: SkShaper (bidi iterator only)"" by Julia Lavrova · 4 years, 4 months ago
- cdb0f8e [skottie] Assorted shape repeater fixes by Florin Malita · 4 years, 4 months ago
- 03cde5f Revert "Reland "ICU: SkShaper (bidi iterator only)"" by Derek Sollenberger · 4 years, 4 months ago
- 7bc5542 Reland "ICU: SkShaper (bidi iterator only)" by Julia Lavrova · 4 years, 5 months ago
- 92f6eb1 use pathbuilder by Mike Reed · 4 years, 4 months ago
- 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 5 months ago
- 6e72783 remove ArenaAlloc reset() from SkShaper_coretext by Herb Derby · 4 years, 4 months ago
- 457c6dd remove unused enums for picture-recorder by Mike Reed · 4 years, 4 months ago
- 13c4dbe [skottie] Add support for baseline shift by Florin Malita · 4 years, 4 months ago
- 29a8035 Add missing headers to .gn files. by John Stiles · 4 years, 4 months ago
- d7389b0 [canvaskit] Fix for OffscreenCanvas-unaware browsers by Florin Malita · 4 years, 4 months ago
- 3f45e4b [skottie] Custom prop manager updates by Florin Malita · 4 years, 4 months ago
- d279cee Fixing incorrect boundaries calculations + 3 ways of drawing a paragraph by Julia Lavrova · 4 years, 5 months ago
- 2f9a098 [canvaskit] Remove getproc when creating WebGL interface by Kevin Lubick · 4 years, 4 months ago
- 204c3be [canvaskit] Remove fringe EGL dependency. by Kevin Lubick · 4 years, 5 months ago
- 157577b [canvaskit,pathkit] Update to emsdk 2.0 by Kevin Lubick · 4 years, 4 months ago
- 853d4ed Revert "remove sksl interpreter guards" by Mike Klein · 4 years, 5 months ago
- 7f1117e remove sksl interpreter guards by Mike Klein · 4 years, 5 months ago
- 59a3c3b SFML [1] backed for SkAudioPlayer/Linux by Florin Malita · 4 years, 5 months ago
- 534d799 Fix constness of ExternalValue* inside ExternalValueReference. by John Stiles · 4 years, 5 months ago
- e9d783c use pathbuilder by Mike Reed · 4 years, 5 months ago
- 15a5403 Migrate to using SkPathBuilder by Mike Reed · 4 years, 5 months ago
- a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 5 months ago
- c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 4 years, 5 months ago
- fe0de30 Enable ClangTidy check modernize-use-nullptr. by John Stiles · 4 years, 5 months ago
- c9c4e2e Componentize SkAudioPlayer by Florin Malita · 4 years, 5 months ago
- 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 5 months ago
- 7806794 [skottie] Initial audio layer plumbing by Florin Malita · 4 years, 5 months ago
- 73f003a Revert "ICU: SkShaper (bidi iterator only)" by Julia Lavrova · 4 years, 5 months ago
- 64e3d04 ICU: SkShaper (bidi iterator only) by Julia Lavrova · 4 years, 5 months ago
- 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 4 years, 5 months ago
- 6e2c56f move SkArenaAlloc reset to its own class by Herb Derby · 4 years, 5 months ago
- ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years, 5 months ago
- 3977088 Enable ClangTidy check readability-static-accessed-through-instance. by John Stiles · 4 years, 5 months ago
- 8bfe391 [skottie] Add animation in/out point getters by Florin Malita · 4 years, 5 months ago
- a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 5 months ago
- 2000c64 Publish version 0.17.3 by Nathaniel Nifong · 4 years, 5 months ago
- 8c9830b Use SkUniqueCFRef with CTTypesetterCreateLine by Ben Wagner · 4 years, 5 months ago
- 10f019c [CanvasKit] Expose TypefaceFontProvider. by Harry Terkelsen · 4 years, 5 months ago
- 093263c Remove SK_PARAGRAPH_OLD_SPACE_RESOLUTION (staging changes done) by Julia Lavrova · 4 years, 5 months ago
- 2aa7245 Chromium Project Code Inclusion by Julia Lavrova · 4 years, 5 months ago
- e09b314 Add ParagraphBuilder.pushPaintStyle to allow text to be colors with paints. by Nathaniel Nifong · 4 years, 5 months ago
- 093de4e Use more of pathbuilder by Mike Reed · 4 years, 5 months ago
- fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 5 months ago
- 577536a Remove "dummy" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years, 5 months ago
- ef666fa [skottie] Avoid image data duplication when pre-decoding by Florin Malita · 4 years, 5 months ago
- 6b2602e Remove remaining usages of skvx::mad by Elliot Evans · 4 years, 5 months ago
- fc5bbe0 Fix SIMD CanvasKit build to output to the expected directory. by Elliot Evans · 4 years, 5 months ago
- 3d404be Reland "Attach whitespaces to the neighbor unresolved blocks" by Julia Lavrova · 4 years, 5 months ago
- 059ed67 Update types in TextStyle to use member initialization syntax. by John Stiles · 4 years, 5 months ago
- c88a6ac Add missing #includes for referenced types. by John Stiles · 4 years, 5 months ago
- d1ae994 [skottie] Add support for inline/data-uri fonts by Florin Malita · 4 years, 5 months ago
- 1436462 Revert "Attach whitespaces to the neighbor unresolved blocks" by Robert Phillips · 4 years, 5 months ago
- 131c5ad Attach whitespaces to the neighbor unresolved blocks by Julia Lavrova · 4 years, 6 months ago
- 90787fe Reland #3 "ICU API: only in SkParagraph, simplified." by Julia Lavrova · 4 years, 6 months ago
- d140e76 ResourceProviderProxyBase should not drop loadFont (yet) by Florin Malita · 4 years, 5 months ago
- 1ec3b1a Fix CanvasKit SkSurface.requestAnimationFrame for web workers by Elliot Evans · 4 years, 5 months ago
- 72db717 [skottie] Add spread/choke support for glow styles by Florin Malita · 4 years, 5 months ago
- ab47abf [canvaskit] Publish 0.17.2 by Kevin Lubick · 4 years, 5 months ago
- d2093b1 Set fCanUseDoLoops = false for WebGL 1.0 by Harry Terkelsen · 4 years, 5 months ago
- d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 5 months ago
- 683bbe0 Modify CanvasKit to work in a Web Worker and add a demo of it in action. by Elliot Evans · 4 years, 5 months ago
- 138518d [skottie] Cleanup post https://skia-review.googlesource.com/c/skia/+/303997 by Florin Malita · 4 years, 5 months ago
- ce4587d [canvaskit] Update to 0.17.1 by Kevin Lubick · 4 years, 5 months ago
- a524ea2 [skottie] More masking fixes by Florin Malita · 4 years, 6 months ago
- a09b05c [skottie] Add RenderFlag::kDisableTopLevelClipping by Florin Malita · 4 years, 6 months ago
- e36a466 Revert "Reland "ICU API: only in SkParagraph, simplified (relanding reverted)."" by Robert Phillips · 4 years, 6 months ago
- 16fbc24 Reland "ICU API: only in SkParagraph, simplified (relanding reverted)." by Julia Lavrova · 4 years, 6 months ago
- a6ab4b4 [canvaskit] Make effect deserialization on for everything but npm. by Kevin Lubick · 4 years, 6 months ago
- d992690 [canvaskit] Enable some options on npm build by Kevin Lubick · 4 years, 6 months ago
- 151d1aa [pathkit] Publish 0.7.0 to npm by Kevin Lubick · 4 years, 6 months ago
- 6249da8 [canvaskit] Publish 0.17.0 to npm by Kevin Lubick · 4 years, 6 months ago
- 3ba1777 [npm] Support npm publish flow by Kevin Lubick · 4 years, 6 months ago