1. 2d14213 Initial implmentation of AnimatedImageDrawables on the RenderThread. by Derek Sollenberger · 7 years ago
  2. 671cce2 Make ImageDecoder return animated Drawables by Leon Scroggins III · 7 years ago
  3. 1bcacfd Format the world (or just HWUI) by John Reck · 7 years ago
  4. 0b58d99 Optimize Canvas::drawGlyphs by Stan Iliev · 7 years ago
  5. 792fb32 Use SkPaint.nothingToDraw instead of PaintUtils helper. by Derek Sollenberger · 7 years ago
  6. 3e9999b Explicitly destroy Layer in DeferredLayerUpdater on destroyHardwareResources() by sergeyv · 8 years ago
  7. 8cd3edf Break Layer class into Gl and Vulkan subclasses by Greg Daniel · 8 years ago
  8. b29b16e Remove clipRegion from the public API. by Derek Sollenberger · 8 years ago
  9. 6e49c9f switch over clip calls to use SkClipOp instead of SkRegion::Op by Mike Reed · 8 years ago
  10. 98fa4f9 Use Bitmap in Texture.upload by sergeyv · 8 years ago
  11. ec4a4b1 Use Bitmap in DisplayList & RecordedOps instead of SkBitmap by sergeyv · 8 years ago
  12. 5fd2a1c Pass Bitmap instead of SkBitmap in drawNinePatch & drawBitmapMesh by sergeyv · 8 years ago
  13. fc999950 Pass Bitmap instead of SkBitmap for bitmap rect operation by sergeyv · 8 years ago
  14. aed7f58 Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) by sergeyv · 8 years ago
  15. 0154fee Merge "Initial refactoring to enable reuse of SkiaDisplayList on a per RenderNode basis. With Skia renderer we see 30% speed improvement in Invalidate Tree UI Jank test, when SkiaDisplayList objects are reused." by TreeHugger Robot · 8 years ago
  16. c0e7a90 Initial refactoring to enable reuse of SkiaDisplayList by Stan Iliev · 8 years ago
  17. 260ab72 use SkBlendMode instead of SkXfermode by Mike Reed · 8 years ago
  18. 97ec95c Prevent EndLayerOps when Begin was rejected am: 3c53ec51ef am: 152f76ee50 by Chris Craik · 8 years ago
  19. 3c53ec5 Prevent EndLayerOps when Begin was rejected by Chris Craik · 8 years ago
  20. 919645a Reject fully transparent paint-fill ops at record time am: 814ee6a921 by Chris Craik · 8 years ago
  21. 814ee6a9 Reject fully transparent paint-fill ops at record time by Chris Craik · 8 years ago
  22. afc22149 More efficient text rendering on path by Yuqian Li · 8 years ago
  23. 5e00c7c Delete old rendering pipeline by Chris Craik · 8 years ago
  24. e4f6d96 Fix savelayer rounding by Chris Craik · 8 years ago
  25. 718cd3e Handle hidden RT VectorDrawable animators by Doris Liu · 8 years ago
  26. cd1c3eb Add a callback for when a gl functor is released by John Reck · 8 years ago
  27. d645640 Apply clip at reorder barriers to shadows by Chris Craik · 8 years ago
  28. 1d8e194 Make AVD thread safe by Doris Liu · 8 years ago
  29. aafb01d Consume TextureView matrix safely by Chris Craik · 8 years ago
  30. a204848 Create first class unbounded ColorOp by Chris Craik · 8 years ago
  31. 417ed6d Fix missing first frame by John Reck · 8 years ago
  32. dccca44 Reland: Move text logic from jni to hwui level by sergeyv · 8 years ago
  33. 6847953 Merge "Revert "Move text logic from jni to hwui level"" into nyc-dev by Sergei Vasilinetc · 8 years ago
  34. afbd0f1 Revert "Move text logic from jni to hwui level" by Sergei Vasilinetc · 8 years ago
  35. 49658d4 Merge "Move text logic from jni to hwui level" into nyc-dev by Sergei Vasilinetc · 8 years ago
  36. 4c3980b Handle unbounded drawPaint/drawGLFunction operations safely by Chris Craik · 8 years ago
  37. a7f6bba1 Move text logic from jni to hwui level by sergeyv · 8 years ago
  38. 2dbb4c4 Unrounded round rects are just rects by Chris Craik · 8 years ago
  39. e83cca3 Merge "Fix node rejection crash" into nyc-dev by Chris Craik · 8 years ago
  40. 1367d25 Fix node rejection crash by Chris Craik · 8 years ago
  41. 223e3b6 Fix WebView disappearing by Chris Craik · 8 years ago
  42. a154f47 Improve handling of undefined-at-record-time bounds in new ops by Chris Craik · 8 years ago
  43. 261725f Fix matrix mapping of negative rects by Chris Craik · 8 years ago
  44. 388e43f Merge "Fix drawColor/drawPaint bounds" into nyc-dev by Chris Craik · 8 years ago
  45. 339fc0a Merge "Add create_trivial_array" into nyc-dev by Chris Craik · 8 years ago
  46. caa2418 Support drawing circles with drawArc in new pipeline by Chris Craik · 8 years ago
  47. 7a89600 Add create_trivial_array by Chris Craik · 8 years ago
  48. 1713c77 Fix drawColor/drawPaint bounds by Chris Craik · 8 years ago
  49. 7df9ff2 Fix all LA memory leaks forever! by John Reck · 8 years ago
  50. e537330 Revert "Fix all LA memory leaks forever!" by John Reck · 8 years ago
  51. 499d83f Fix all LA memory leaks forever! by John Reck · 8 years ago
  52. 766431a Revert "Revert "VectorDrawable native rendering - Step 4 of MANY"" by Doris Liu · 8 years ago
  53. 5a11e8d Revert "VectorDrawable native rendering - Step 4 of MANY" by Doris Liu · 8 years ago
  54. 6f48556 Update Canvas API with view system calls. by Derek Sollenberger · 9 years ago
  55. f276acd VectorDrawable native rendering - Step 4 of MANY by Doris Liu · 9 years ago
  56. eecff56 Add internal Canvas save flags by Florin Malita · 9 years ago
  57. b87eadd Partial unclipped save layer support by Chris Craik · 9 years ago
  58. e4db79d Stencil support in new recorder/reorderer by Chris Craik · 9 years ago
  59. d2dfd8f Add TextureView support to new renderer/reorderer by Chris Craik · 9 years ago
  60. d7448e6 Add TextOnPath support to new reorderer/renderer by Chris Craik · 9 years ago
  61. e29ce6f Add functor support to new reorderer/renderer by Chris Craik · 9 years ago
  62. 4c1b495 Merge "Avoid unneeded rect params" by Chris Craik · 9 years ago
  63. 5430ab2 Avoid unneeded rect params by Chris Craik · 9 years ago
  64. 268a9c0 Add property animations to new reorderer/renderer by Chris Craik · 9 years ago
  65. f09ff5a Add bitmapmesh, rect, and patch rendering by Chris Craik · 9 years ago
  66. 386aa03 Add more shape drawing to new reorderer/renderer by Chris Craik · 9 years ago
  67. 15c3f19 Merged op dispatch in OpReorderer by Chris Craik · 9 years ago
  68. 54fa17f Add ListView rendering benchmark by Chris Craik · 9 years ago
  69. a171727 Initial text support in new reorderer/renderer by Chris Craik · 9 years ago
  70. 98787e6 Finish shadow support in new reorderer/renderer by Chris Craik · 9 years ago
  71. 161f54b Add z-reordering support to OpReorderer by Chris Craik · 9 years ago
  72. 0b7e824 Initial HW layer support in new reorderer/renderer by Chris Craik · 9 years ago
  73. f35b989 Merge six commits from master-skia to master by Leon Scroggins III · 9 years ago
  74. 6fe991e5 Work to support saveLayer in new pipeline by Chris Craik · 9 years ago
  75. b36af87 Use LinearStdAllocator in DisplayList by Chris Craik · 9 years ago
  76. 003cc3d Rename DisplayListData to DisplayList by Chris Craik · 9 years ago
  77. b565df1 Initial commit of new Canvas operation recording / replay by Chris Craik · 9 years ago