aboutsummaryrefslogtreecommitdiff
path: root/experimental
AgeCommit message (Expand)Author
2018-08-09[PathKit] Add PathOps Op and Simplify tests imported from the C++ tests.Kevin Lubick
2018-08-09[Pathkit] Add recipe for running JS tests using DockerKevin Lubick
2018-08-08migrating SkTDArray towards std::vector apiMike Reed
2018-08-08Revert "migrating SkTDArray towards std::vector api"Mike Reed
2018-08-08migrating SkTDArray towards std::vector apiMike Reed
2018-08-07[PathKit] Made some APIs return null if things failedKevin Lubick
2018-08-06[PathKit] Add more Path2D functionality and move some methods to be membersKevin Lubick
2018-08-03Add Debug version of PathKitKevin Lubick
2018-08-03Add job for building PathKit to WASM using DockerKevin Lubick
2018-08-02Make flutter roll happyKevin Lubick
2018-08-02Productionize PathKitKevin Lubick
2018-07-17Add SkFloat2Bits and Region stubKevin Lubick
2018-07-12PathKit/WASM tweaksFlorin Malita
2018-07-11Adventures with Skia, WASM and a JS API for PathkitKevin Lubick
2018-06-14Revert "Revert "SkTypes: extract SkTo""Hal Canary
2018-06-13Revert "SkTypes: extract SkTo"Hal Canary
2018-06-12SkTypes: extract SkToHal Canary
2018-05-27[skottie] Relocate to modules/skottieFlorin Malita
2018-05-25"Modularize" SkSGFlorin Malita
2018-05-23[skottie] SK_API-export public classesFlorin Malita
2018-05-14[skottie] Sanitize polystar point countsFlorin Malita
2018-05-11[skottie] Guard against asset cyclesFlorin Malita
2018-05-10[skottie] Clean up AttachLayerContextFlorin Malita
2018-05-10[skottie] Allow divide-by-zero in PolyStarAdapter::applyFlorin Malita
2018-05-10allow divide by zeroMike Reed
2018-05-09[skottie] Simplify AttachOpacityFlorin Malita
2018-05-09[skottie] Json cleanup passFlorin Malita
2018-05-09[skottie] Null value crash in json::ValueRef::toString()Florin Malita
2018-05-07[skottie] More defensive array indexingFlorin Malita
2018-05-04[skottie] Switch to RapidJSONFlorin Malita
2018-05-01[skottie] Add support for round-corners geometry effectsFlorin Malita
2018-05-01[skottie] Power-reduce paths (cubicTo -> lineTo)Florin Malita
2018-04-30[skottie] Show load stats in SkottieSlideFlorin Malita
2018-04-27[skottie] Apply opaque masks as clipsFlorin Malita
2018-04-26[skottie] Add support for inverse mask pathsFlorin Malita
2018-04-16Fix many return-std-move-in-c++11 warningsKevin Lubick
2018-04-13[skottie] Harden json string parsingFlorin Malita
2018-04-05experimental/tools: minor code cleanupHal Canary
2018-03-23[skottie] Clean up SkottiePropertiesFlorin Malita
2018-03-22[sksg] Simplify TrimEffectFlorin Malita
2018-03-19Fix go syntax for Debian compileHeather Miller
2018-03-13[sksg] Use SkTrimPathEffect for path trimmingFlorin Malita
2018-03-13scripts to generate [m]skps, documentationHal Canary
2018-03-07[skottie] Reduce parser verbosityFlorin Malita
2018-03-07[sksg] Cache transformed TrimEffect geometryFlorin Malita
2018-03-05[skottie] Inverted matte supportFlorin Malita
2018-02-23[skottie] Nested animation supportFlorin Malita
2018-02-20[sksg] Add 'plane' geometry nodeFlorin Malita
2018-02-16Guard ignored SVG attribute logging with SK_VERBOSE_SVG_PARSINGFlorin Malita
2018-02-16report ignore attr once onlyCary Clark