1. 3310fb1 Cache VectorDrawables in an atlas by Stan Iliev · 7 years ago
  2. 23c38a9 Update VectorDrawables cache at frame start by Stan Iliev · 7 years ago
  3. cc29a5d Modify VectorDrawable to scale path through canvas matrix by Stan Iliev · 7 years ago
  4. 89ddb1f Update framework to use new SkColorSpace API by Matt Sarett · 7 years ago
  5. 6e49c9f switch over clip calls to use SkClipOp instead of SkRegion::Op by Mike Reed · 8 years ago
  6. f223774 Merge "Recreate the bitmap cache when it is smaller than needed" by Tenghui Zhu · 8 years ago
  7. 037fc18 Recreate the bitmap cache when it is smaller than needed by Teng-Hui Zhu · 8 years ago
  8. ab12c1f update callers to newer Skia APIs by Mike Reed · 8 years ago
  9. fc999950 Pass Bitmap instead of SkBitmap for bitmap rect operation by sergeyv · 8 years ago
  10. 260ab72 use SkBlendMode instead of SkXfermode by Mike Reed · 8 years ago
  11. 4e230f4 Fix SkShader leak for Gradient VectorDrawable and test am: fc9cf72339 am: c47199bb6a by Doris Liu · 8 years ago
  12. fc9cf72 Fix SkShader leak for Gradient VectorDrawable and test by Doris Liu · 8 years ago
  13. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  14. 0280297 Copy native tree's property when mutate vector drawable by Doris Liu · 8 years ago
  15. 335d7d1 Copy native tree's property when mutate vector drawable by Doris Liu · 8 years ago
  16. f8d131c Count native allocation for VD against Java heap by Doris Liu · 8 years ago
  17. b35da39 Allow leading spaces in path string (to keep behavior consistent) by Doris Liu · 8 years ago
  18. 1d8e194 Make AVD thread safe by Doris Liu · 8 years ago
  19. 71e806b Merge "Add fillType support to VectorDrawable" into nyc-dev by Tenghui Zhu · 8 years ago
  20. 46591f4 Add fillType support to VectorDrawable by Teng-Hui Zhu · 8 years ago
  21. 24ba125 Workaround for PathMeasure.getSegment() behavior change by Doris Liu · 8 years ago
  22. ef062eb Ref count the nodes in VectorDrawable by Doris Liu · 8 years ago
  23. 766431a Revert "Revert "VectorDrawable native rendering - Step 4 of MANY"" by Doris Liu · 8 years ago
  24. 5a11e8d Revert "VectorDrawable native rendering - Step 4 of MANY" by Doris Liu · 8 years ago
  25. 777bf85 Remove remaining references to SkCanvas::SaveFlags by Florin Malita · 8 years ago
  26. f276acd VectorDrawable native rendering - Step 4 of MANY by Doris Liu · 9 years ago
  27. 28d4ea5 Fix redundant drawPath call by Teng-Hui Zhu · 9 years ago
  28. dbee9bb Gradient for VectorDrawable's fill and stroke by Teng-Hui Zhu · 9 years ago
  29. eecff56 Add internal Canvas save flags by Florin Malita · 9 years ago
  30. c2de46f Create SkCanvas on the stack to avoid leaking memeory by Doris Liu · 9 years ago
  31. e410a35 Properly handle the negative scaling factor of canvas in VectorDrawable by Doris Liu · 9 years ago
  32. a0e6157 VectorDrawable: Use the matrix scale only if the matrix has no rotation or skew. by Doris Liu · 9 years ago
  33. 4bbc293 VectorDrawable native rendering - Step 3 of MANY by Doris Liu · 9 years ago