- c1d0898 [canvaskit] Handle 4x4 matrix passing ourselves. by Kevin Lubick · 4 years, 9 months ago
- 3ef77dd clean up public m44 and camera api by Mike Reed · 4 years, 10 months ago
- 9b56cea [canvaskit] Add test and gm for 4x4 matrix by Kevin Lubick · 4 years, 10 months ago
- cc8a76f [canvaskit] Add gm helper functions to tests. by Kevin Lubick · 4 years, 10 months ago
- c89ca0b [canvaskit] Tweak matrix benchmarks by Kevin Lubick · 4 years, 10 months ago
- 6bffe39 [canvaskit] Handle passing matrix values into CK ourselves. by Kevin Lubick · 4 years, 10 months ago
- 37d8c64 [canvaskit] Add tests for RTShader by Kevin Lubick · 4 years, 10 months ago
- 8ce842d Fix the CanvasKit viewer build by Chris Dalton · 4 years, 10 months ago
- a01c6b0 reformat GN files by Mike Klein · 4 years, 10 months ago
- 9e2d384 [canvaskit] Add support for DOMMatrix to some APIs by Kevin Lubick · 4 years, 10 months ago
- 32494ad Remove deprecated functions by Nathaniel Nifong · 4 years, 10 months ago
- e5d3254 Reland "Switch to using a Float32Array (bound as value array) for color." by Nathaniel Nifong · 4 years, 10 months ago
- bccb5f3 Add a simple FPS meter to CanvasKit viewer by Chris Dalton · 4 years, 10 months ago
- 988ce04 remove localmatrix parameter from Blend and Lerp compose shaders by Kevin Lubick · 4 years, 10 months ago
- 2b59890 Bootstrap a very simple viewer implementation in CanvasKit by Chris Dalton · 4 years, 10 months ago
- cb77eab Revert "Switch to using a Float32Array (bound as value array) for color." by Robert Phillips · 4 years, 10 months ago
- 4e79b67 Switch to using a Float32Array (bound as value array) for color. by Nathaniel Nifong · 4 years, 10 months ago
- f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 4 years, 10 months ago
- 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 4 years, 10 months ago
- fabad15 Remove ln "-T" option from cavaskit demo by Chris Dalton · 4 years, 10 months ago
- d3b92b9 [canvaskit] Add tests for gradients by Kevin Lubick · 4 years, 10 months ago
- afa83bc [canvaskit] Update to 0.14.0 by Kevin Lubick · 4 years, 10 months ago
- f279c63 [canvaskit] Add tests for patheffects by Kevin Lubick · 4 years, 10 months ago
- 8febecf [canvaskit] Make codec inclusion configurable by Kevin Lubick · 4 years, 10 months ago
- fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 4 years, 10 months ago
- 00ba5ef Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots" by Brian Salomon · 4 years, 10 months ago
- f6784a8 Don't build GL on Metal, Vulkan, Dawn, Direct3D bots by Brian Salomon · 4 years, 10 months ago
- beefcb9 Reland saveLayer can omit the rectangle argument. by Kevin Lubick · 4 years, 10 months ago
- 7957d53 Revert "Allow null rect for saveLayer" by Kevin Lubick · 4 years, 10 months ago
- 3d44f73 Sweep gradient support for CanvasKit by Dan Field · 4 years, 10 months ago
- f2e9709 Allow null rect for saveLayer by Dan Field · 4 years, 10 months ago
- ba96256 hide getters so we can change the internals of SkVertices by Mike Reed · 4 years, 10 months ago
- 2e30796 Clean up Enums in Canvaskit by Nathaniel Nifong · 4 years, 10 months ago
- a3aa601 Add a canvas test to make and draw SkVertices by Nathaniel Nifong · 4 years, 10 months ago
- a77f30c Reland "Split building encoding from decoding" by Leon Scroggins III · 4 years, 10 months ago
- c8f95e2 Fix deprecated names by Nathaniel Nifong · 4 years, 10 months ago
- d96c3c7 Add shader makers to SkShader externs by Nathaniel Nifong · 4 years, 10 months ago
- 4cf2ab6 JS files to support running jasmine tests in google3 by Nathaniel Nifong · 4 years, 11 months ago
- 9d4b788 Revert "Split building encoding from decoding" by Mike Klein · 4 years, 11 months ago
- 94aaf7c Split building encoding from decoding by Leon Scroggins III · 4 years, 11 months ago
- 7e46b14 Replace red line skp with a prettier example by Nathaniel Nifong · 4 years, 11 months ago
- a093cff [canvaskit] Fix shadow bugs by Kevin Lubick · 4 years, 11 months ago
- 6066a0c Remove all uses of bones by Nathaniel Nifong · 4 years, 11 months ago
- 23b0ed9 Name name changes suggested in API review by Nathaniel Nifong · 4 years, 11 months ago
- 628f3e7 Remove experimental from name of skm44 canvas methods by Nathaniel Nifong · 4 years, 11 months ago
- 5caf935 remove bones from SkVertices by Mike Reed · 4 years, 11 months ago
- 79e41e7 [canvaskit] Roll to v0.13.0 by Kevin Lubick · 4 years, 11 months ago
- bde9fcc [canvaskit] Precise font measuring by Kevin Lubick · 4 years, 11 months ago
- f106bc2 Add SK_NO_FONTS check around font uses in skottie by Nathaniel Nifong · 4 years, 11 months ago
- 19304d8 Move all canvaskit example resources to CDN by Nathaniel Nifong · 5 years ago
- 9279798 [canvaskit] Expose releaseResourcesAndAbandonContext on GrContext by Kevin Lubick · 5 years ago
- cc5415a Modify 3D example with light and bump shader. by Nathaniel Nifong · 5 years ago
- 9e8f605 SkM44.h is now in include/public by Mike Reed · 5 years ago
- ecd8762 [canvaskit] Support children shaders into runtime shaders by Kevin Lubick · 5 years ago
- 77798b4 Expose 4x4 matrices on canvas in a way similar to SimpleMatrix, add example. by Nathaniel Nifong · 5 years ago
- f8f9cd8 [canvaskit] Expose bindings to particles uniforms. by Kevin Lubick · 5 years ago
- 3928466 [canvaskit] Expose parseColorString by Kevin Lubick · 5 years ago
- 7353dc5 Change SkSL main() from (float x, float y) to (float2 p) by Brian Osman · 5 years ago
- 25cf469 Move Make functions for corner and discrete path effects into namespaces. by Nathaniel Nifong · 5 years ago
- 6e1320d [canvaskit] Fix flaky test by Kevin Lubick · 5 years ago
- dc49b0c [canvaskit] Fix support for fonts with CFF by Kevin Lubick · 5 years ago
- f76da63 [canvaskit] Update build script to support latest Emscripten by Kevin Lubick · 5 years ago
- 5237933 [canvaskit] Fix test for drawOnce by Kevin Lubick · 5 years ago
- 2c5b856 Add drawOnce() API to SkSurface. by Bryce Thomas · 5 years ago
- 4ca0dac [canvaskit] Roll to 0.12.0 by Kevin Lubick · 5 years ago
- a538e46 [canvaskit] Fix color opaqueness by Kevin Lubick · 5 years ago
- 319524b [canvaskit] Fix colorType bug by Kevin Lubick · 5 years ago
- 486aecf [canvaskit] Make font names programmatically accessible by Kevin Lubick · 5 years ago
- 1fa5404 rm CanvasKit.HEAPU8.buffer caching (fix UAF bug). by Bryce Thomas · 5 years ago
- a4f218d Add support for reading .skp files in CanvasKit. by Kevin Lubick · 5 years ago
- 032aa72 [canvaskit] Roll to 0.11.0 by Kevin Lubick · 5 years ago
- f5bc8fb [canvaskit] Create an SkImage from a frame of an SkAnimatedImage by Kevin Lubick · 5 years ago
- a4c4c3c [canvaskit] Add webp support by Kevin Lubick · 5 years ago
- 08bf8f7 [canvaskit] Remove support for T1 fonts and reduce code size by Kevin Lubick · 5 years ago
- dbc53a8 Make tracing data a compile-time option by Kevin Lubick · 5 years ago
- 31f2df0 [canvaskit] Update test to use correct metrics by Kevin Lubick · 5 years ago
- f3d6c36 [canvaskit] Add npm release target to ship smaller binaries by Kevin Lubick · 5 years ago
- 933ea8c [canvaskit] Add build flag for pathops by Kevin Lubick · 5 years ago
- 524360e Tweak the CanvasKit interface to SkRuntimeEffect by Brian Osman · 5 years ago
- ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 5 years ago
- b6a3b7d [canvaskit] Update compile.sh with initial code size findings by Kevin Lubick · 5 years ago
- 0d423a6 Add instructions for compiling CanvasKit and viewing example page. by Bryce Thomas · 5 years ago
- 107c666 Make it safe to include SkRuntimeEffect.h from client code by Brian Osman · 5 years ago
- 93de162 Add SkRuntimeEffect::makeShader by Brian Osman · 5 years ago
- 77742c3 Remove SkShader.Empty from CanvasKit by Brian Osman · 5 years ago
- e6e39bc [canvaskit] Fix SaveLayer constants by Kevin Lubick · 5 years ago
- 07c4e1d remove use_PIC. by Shachar Langbeheim · 5 years ago
- 9d10abe Remove all layout(ctype=...) from runtime SkSKL by Brian Osman · 5 years ago
- f46d5ca use std::make_unique by Mike Klein · 5 years ago
- 99e9532 [canvaskit] roll to 0.10.0 by Kevin Lubick · 5 years ago
- 6283690 [canvaskit] Expose SkShader combiners by Kevin Lubick · 5 years ago
- 4b5b645 [canvaskit] Add _RTShaderFactory for demos by Kevin Lubick · 5 years ago
- 0af13b3 [canvaskit] update shaping example to have emoji by Kevin Lubick · 5 years ago
- eda0b43 [canvaskit] Add test and extern for MakeImage by Kevin Lubick · 5 years ago
- 9dac0d8 Particles: Better integration for ResourceProvider by Brian Osman · 5 years ago
- 2a490bc Add particle entry points to externs.js to fix missing symbols by Brian Osman · 5 years ago
- d12f278 Use ResourceProvider in particles by Brian Osman · 5 years ago
- 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 5 years ago
- 849f4d6 Copy SkottieUtils' classes into skresources by Brian Osman · 5 years ago
- 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 5 years ago