aboutsummaryrefslogtreecommitdiffstats
path: root/experimental
Commit message (Expand)AuthorAgeFilesLines
* [PathKit] Move from experimental to modulesKevin Lubick2018-08-3127-33091/+0
* remove scaling from pathopsCary Clark2018-08-302-39/+143
* [PathKit] Make pathops assertion a little more forgivingKevin Lubick2018-08-291-2/+4
* [PathKit] Re-create test expectationsKevin Lubick2018-08-273-13/+73
* [PathKit] Write more complete docs and clean up API to be consistentKevin Lubick2018-08-2412-88/+136
* [PathKit] Add asm.js build and test jobsKevin Lubick2018-08-2214-109/+725
* [PathKit] Add more correctness tests to goldKevin Lubick2018-08-186-26/+64
* [PathKit] Add conic tests and re-create expectations.Kevin Lubick2018-08-174-68/+2149
* [PathKit] Rework API to avoid extra copies unless explicitly called for.Kevin Lubick2018-08-1715-307/+987
* [PathKit] Adding test infrastructure to support Gold outputKevin Lubick2018-08-1511-154/+117
* [PathKit] Fix bindings to account for SkPath methods returning thisKevin Lubick2018-08-151-11/+79
* [PathKit] Add various path effectsKevin Lubick2018-08-1010-41/+308
* [PathKit] Add PathOps Op and Simplify tests imported from the C++ tests.Kevin Lubick2018-08-0910-64/+27635
* [Pathkit] Add recipe for running JS tests using DockerKevin Lubick2018-08-098-5/+376
* migrating SkTDArray towards std::vector apiMike Reed2018-08-081-2/+2
* Revert "migrating SkTDArray towards std::vector api"Mike Reed2018-08-081-2/+2
* migrating SkTDArray towards std::vector apiMike Reed2018-08-081-2/+2
* [PathKit] Made some APIs return null if things failedKevin Lubick2018-08-072-28/+43
* [PathKit] Add more Path2D functionality and move some methods to be membersKevin Lubick2018-08-068-64/+340
* Add Debug version of PathKitKevin Lubick2018-08-035-12/+26
* Add job for building PathKit to WASM using DockerKevin Lubick2018-08-034-4/+46
* Make flutter roll happyKevin Lubick2018-08-021-13/+25
* Productionize PathKitKevin Lubick2018-08-0211-702/+531
* Add SkFloat2Bits and Region stubKevin Lubick2018-07-173-3/+92
* PathKit/WASM tweaksFlorin Malita2018-07-121-86/+75
* Adventures with Skia, WASM and a JS API for PathkitKevin Lubick2018-07-113-0/+956
* Revert "Revert "SkTypes: extract SkTo""Hal Canary2018-06-142-4/+7
* Revert "SkTypes: extract SkTo"Hal Canary2018-06-132-7/+4
* SkTypes: extract SkToHal Canary2018-06-122-4/+7
* [skottie] Relocate to modules/skottieFlorin Malita2018-05-2710-2684/+0
* "Modularize" SkSGFlorin Malita2018-05-2548-2670/+0
* [skottie] SK_API-export public classesFlorin Malita2018-05-231-2/+2
* [skottie] Sanitize polystar point countsFlorin Malita2018-05-141-2/+4
* [skottie] Guard against asset cyclesFlorin Malita2018-05-111-35/+42
* [skottie] Clean up AttachLayerContextFlorin Malita2018-05-101-22/+25
* [skottie] Allow divide-by-zero in PolyStarAdapter::applyFlorin Malita2018-05-101-1/+1
* allow divide by zeroMike Reed2018-05-101-1/+1
* [skottie] Simplify AttachOpacityFlorin Malita2018-05-091-11/+7
* [skottie] Json cleanup passFlorin Malita2018-05-093-54/+33
* [skottie] Null value crash in json::ValueRef::toString()Florin Malita2018-05-091-2/+4
* [skottie] More defensive array indexingFlorin Malita2018-05-071-1/+1
* [skottie] Switch to RapidJSONFlorin Malita2018-05-048-345/+476
* [skottie] Add support for round-corners geometry effectsFlorin Malita2018-05-013-0/+128
* [skottie] Power-reduce paths (cubicTo -> lineTo)Florin Malita2018-05-015-60/+134
* [skottie] Show load stats in SkottieSlideFlorin Malita2018-04-302-9/+38
* [skottie] Apply opaque masks as clipsFlorin Malita2018-04-271-5/+31
* [skottie] Add support for inverse mask pathsFlorin Malita2018-04-264-9/+21
* Fix many return-std-move-in-c++11 warningsKevin Lubick2018-04-161-6/+6
* [skottie] Harden json string parsingFlorin Malita2018-04-131-1/+1
* experimental/tools: minor code cleanupHal Canary2018-04-052-5/+5