1. 6c5864c Do not cache AVDs that are off screen by Leon Scroggins III · 6 years ago
  2. 1249757 Remove references to ANDROID_ENABLE_LINEAR_BLENDING by Leon Scroggins III · 6 years ago
  3. 5cca8f2 Add continuous SKP capture test api by John Reck · 6 years ago
  4. 7b8a808 Remove ; from closing namespaces in libs/hwui by Chris Blume · 6 years ago
  5. 7cc6ec2 Fix regressed alpha change in VD by Doris Liu · 6 years ago
  6. 08ee815 Support auto-dark for VectorDrawable by John Reck · 6 years ago
  7. 038fc37 Set bilinear filter quality when drawing VectorDrawable by Stan Iliev · 7 years ago
  8. e170fb6 A better HW Bitmap uploader by John Reck · 7 years ago
  9. 6b6e66d use writepixels on surface, the canvas version is deprecated by Mike Reed · 7 years ago
  10. 65e678f Cache VectorDrawable bounds at record time by Stan Iliev · 7 years ago
  11. 6b184d7 Private API to turn off anti-aliasing for VectorDrawable by Doris Liu · 7 years ago
  12. 1bcacfd Format the world (or just HWUI) by John Reck · 7 years ago
  13. cf0c41d Add systrace for VectorDrawable inflation and draw by ztenghui · 7 years ago
  14. 7fe53c1 Render VectorDrawables in software and then upload to the VDAtlas. by Derek Sollenberger · 7 years ago
  15. 6c2a9e2 Use the faster path when calling drawImageRect. by Derek Sollenberger · 8 years ago
  16. 3310fb1 Cache VectorDrawables in an atlas by Stan Iliev · 8 years ago
  17. 23c38a9 Update VectorDrawables cache at frame start by Stan Iliev · 8 years ago
  18. cc29a5d Modify VectorDrawable to scale path through canvas matrix by Stan Iliev · 8 years ago
  19. 89ddb1f Update framework to use new SkColorSpace API by Matt Sarett · 8 years ago
  20. 6e49c9f switch over clip calls to use SkClipOp instead of SkRegion::Op by Mike Reed · 8 years ago
  21. f223774 Merge "Recreate the bitmap cache when it is smaller than needed" by Tenghui Zhu · 8 years ago
  22. 037fc18 Recreate the bitmap cache when it is smaller than needed by Teng-Hui Zhu · 8 years ago
  23. ab12c1f update callers to newer Skia APIs by Mike Reed · 8 years ago
  24. fc999950 Pass Bitmap instead of SkBitmap for bitmap rect operation by sergeyv · 8 years ago
  25. 260ab72 use SkBlendMode instead of SkXfermode by Mike Reed · 8 years ago
  26. 4e230f4 Fix SkShader leak for Gradient VectorDrawable and test am: fc9cf72339 am: c47199bb6a by Doris Liu · 8 years ago
  27. fc9cf72 Fix SkShader leak for Gradient VectorDrawable and test by Doris Liu · 8 years ago
  28. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  29. 0280297 Copy native tree's property when mutate vector drawable by Doris Liu · 9 years ago
  30. 335d7d1 Copy native tree's property when mutate vector drawable by Doris Liu · 9 years ago
  31. f8d131c Count native allocation for VD against Java heap by Doris Liu · 9 years ago
  32. b35da39 Allow leading spaces in path string (to keep behavior consistent) by Doris Liu · 9 years ago
  33. 1d8e194 Make AVD thread safe by Doris Liu · 9 years ago
  34. 71e806b Merge "Add fillType support to VectorDrawable" into nyc-dev by Tenghui Zhu · 9 years ago
  35. 46591f4 Add fillType support to VectorDrawable by Teng-Hui Zhu · 9 years ago
  36. 24ba125 Workaround for PathMeasure.getSegment() behavior change by Doris Liu · 9 years ago
  37. ef062eb Ref count the nodes in VectorDrawable by Doris Liu · 9 years ago
  38. 766431a Revert "Revert "VectorDrawable native rendering - Step 4 of MANY"" by Doris Liu · 9 years ago
  39. 5a11e8d Revert "VectorDrawable native rendering - Step 4 of MANY" by Doris Liu · 9 years ago
  40. 777bf85 Remove remaining references to SkCanvas::SaveFlags by Florin Malita · 9 years ago
  41. f276acd VectorDrawable native rendering - Step 4 of MANY by Doris Liu · 9 years ago
  42. 28d4ea5 Fix redundant drawPath call by Teng-Hui Zhu · 9 years ago
  43. dbee9bb Gradient for VectorDrawable's fill and stroke by Teng-Hui Zhu · 9 years ago
  44. eecff56 Add internal Canvas save flags by Florin Malita · 9 years ago
  45. c2de46f Create SkCanvas on the stack to avoid leaking memeory by Doris Liu · 9 years ago
  46. e410a35 Properly handle the negative scaling factor of canvas in VectorDrawable by Doris Liu · 9 years ago
  47. a0e6157 VectorDrawable: Use the matrix scale only if the matrix has no rotation or skew. by Doris Liu · 9 years ago
  48. 4bbc293 VectorDrawable native rendering - Step 3 of MANY by Doris Liu · 9 years ago