1. eb69cbb Change behavior of setBitmap to cleanly reset the canvas by Derek Sollenberger · 7 years ago
  2. 8242656 Color management, the missing pieces by Romain Guy · 7 years ago
  3. ea70d22 Xform bitmaps to sRGB on SW and PDF canvases by Matt Sarett · 7 years ago
  4. 871cd2d use SkVertices::Builder in drawBitmapLattice by Mike Reed · 7 years ago
  5. 4f641d1 Revert "Change behavior of setBitmap to cleanly reset the canvas - identity matrix - no save stack - wide-open clip" by Tony Mantler · 7 years ago
  6. 269f989 Change behavior of setBitmap to cleanly reset the canvas by Mike Reed · 7 years ago
  7. d7f13f8 Prematurely optimizing a Path. by Derek Sollenberger · 7 years ago
  8. 792fb32 Use SkPaint.nothingToDraw instead of PaintUtils helper. by Derek Sollenberger · 7 years ago
  9. 95c1a06 Revert "deprecate replayClips" by Derek Sollenberger · 7 years ago
  10. 82d3b17 deprecate replayClips by Mike Reed · 7 years ago
  11. b820119 Deprecate Canvas save/saveLayer flags. by Derek Sollenberger · 8 years ago
  12. 5e43898 use new clipbounds api by Mike Reed · 8 years ago
  13. c2d9470 Remove SkDevice.h includes. by Ben Wagner · 8 years ago
  14. b29b16e Remove clipRegion from the public API. by Derek Sollenberger · 8 years ago
  15. 68885e3 Modify savelayer to save matrix and clip for Skia pipeline by Stan Iliev · 8 years ago
  16. 6e49c9f switch over clip calls to use SkClipOp instead of SkRegion::Op by Mike Reed · 8 years ago
  17. 6acfe16 SkCanvas is no longer reference-counted by Mike Reed · 8 years ago
  18. e547dd0 Cleanup asserts and remove usage of deprecated data structure. by Derek Sollenberger · 8 years ago
  19. c2f31df use SkBlendMode by Mike Reed · 8 years ago
  20. 021693b Implement SkiaRecordingCanvas, RenderNodeDrawable and other drawables. by Stan Iliev · 8 years ago
  21. 7de7385 Implement getTransparentRegion() using SkLatticeIter by Matt Sarett · 8 years ago
  22. f50806a Merge SkiaCanvas changes from master-skia to master branch. by Stan Iliev · 8 years ago
  23. 5fd2a1c Pass Bitmap instead of SkBitmap in drawNinePatch & drawBitmapMesh by sergeyv · 8 years ago
  24. fc999950 Pass Bitmap instead of SkBitmap for bitmap rect operation by sergeyv · 8 years ago
  25. aed7f58 Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) by sergeyv · 8 years ago
  26. 260ab72 use SkBlendMode instead of SkXfermode by Mike Reed · 8 years ago
  27. d4babda Merge "Use SkMakeBitmapShader, avoid bitmap copy" by Matt Sarett · 8 years ago
  28. 62feb3a Use SkMakeBitmapShader, avoid bitmap copy by Matt Sarett · 8 years ago
  29. cbba84d Ignore HasAlphaLayer flag to fix b/30929229 am: 83427ff222 am: df6b413b63 by Yuqian Li · 8 years ago
  30. 49d49fa Ignore HasAlphaLayer flag to fix b/30929229 am: 83427ff222 am: df6b413b63 by Yuqian Li · 8 years ago
  31. 83427ff Ignore HasAlphaLayer flag to fix b/30929229 by Yuqian Li · 8 years ago
  32. afc22149 More efficient text rendering on path by Yuqian Li · 8 years ago
  33. 86cbf88 Fix ref-counting error when reseting a SkiaCanvas with a new SkCanvas. by Derek Sollenberger · 8 years ago
  34. c190813 Expose SkiaCanvas header file. by Derek Sollenberger · 8 years ago
  35. c968879 Merge "resolve merge conflicts of 1599b981 to nyc-dev-plus-aosp am: 85e0c89ba5" into nyc-mr1-dev-plus-aosp by Chih-Hung Hsieh · 8 years ago
  36. 85e0c89 resolve merge conflicts of 1599b981 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 8 years ago
  37. fd92ee4 Remove SkTLazy by Yuqian Li · 8 years ago
  38. c6baf56 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  39. cd1c3eb Add a callback for when a gl functor is released by John Reck · 8 years ago
  40. 1d8e194 Make AVD thread safe by Doris Liu · 8 years ago
  41. 79abbf2 Update HWUI tests to use minikin to layout fonts. by Derek Sollenberger · 8 years ago
  42. dccca44 Reland: Move text logic from jni to hwui level by sergeyv · 8 years ago
  43. afbd0f1 Revert "Move text logic from jni to hwui level" by Sergei Vasilinetc · 8 years ago
  44. a7f6bba1 Move text logic from jni to hwui level by sergeyv · 8 years ago
  45. 766431a Revert "Revert "VectorDrawable native rendering - Step 4 of MANY"" by Doris Liu · 8 years ago
  46. 5a11e8d Revert "VectorDrawable native rendering - Step 4 of MANY" by Doris Liu · 8 years ago
  47. 6f48556 Update Canvas API with view system calls. by Derek Sollenberger · 9 years ago
  48. f276acd VectorDrawable native rendering - Step 4 of MANY by Doris Liu · 9 years ago
  49. eecff56 Add internal Canvas save flags by Florin Malita · 9 years ago
  50. a171727 Initial text support in new reorderer/renderer by Chris Craik · 9 years ago
  51. 5e27140 Fix persistent Canvas clip handling by Florin Malita · 9 years ago
  52. f35b989 Merge six commits from master-skia to master by Leon Scroggins III · 9 years ago
  53. d8f904f Revert "Merge six commits from master-skia to master" by Tom Hudson · 9 years ago
  54. 5507807 Merge six commits from master-skia to master by Leon Scroggins III · 9 years ago
  55. b03198d Merge "Use static_assert instead of SK_COMPILE_ASSERT." by Ben Wagner · 9 years ago
  56. e3a40ea Use static_assert instead of SK_COMPILE_ASSERT. by Ben Wagner · 9 years ago
  57. 6daa13c Change setMatrix behavior to only affect canvas-local matrix by Chris Craik · 9 years ago
  58. d1cbc16 Use 'new' instead of 'SkNEW'. by Ben Wagner · 9 years ago
  59. 6bbf68d Remove use of SkAutoSTMalloc from Android. by Ben Wagner · 9 years ago
  60. edca320 Add ninePatch support to Canvas.h by Derek Sollenberger · 9 years ago
  61. 60126ef Use unique_ptr instead of SkAutoTDelete. by Ben Wagner · 9 years ago
  62. 6578a98 Support High Contrast Text for all canvas types by Derek Sollenberger · 9 years ago
  63. 749e674 Revert "Support High Contrast Text for all canvas types" by Chris Craik · 9 years ago
  64. 876d566 Support High Contrast Text for all canvas types by Derek Sollenberger · 9 years ago
  65. 94394b3 Move drawRegion from DisplayList to Canvas by Derek Sollenberger · 9 years ago
  66. ac7b6d3 New setLocalMatrix() operation for HWUI by Tom Hudson · 9 years ago
  67. 5ec6a28 Unify clipping return value behavior - true if not empty by Chris Craik · 9 years ago
  68. c1b33d6 GraphicsJNI Canvas cleanup by John Reck · 9 years ago
  69. 9d4efdf Revert "A bunch more cleanups" by John Reck · 9 years ago
  70. f7a6148 Merge "A bunch more cleanups" by John Reck · 9 years ago
  71. c294d12 A bunch more cleanups by John Reck · 9 years ago
  72. 34e79c1 Convert from glyph count to byte length by Tom Hudson · 9 years ago
  73. 0313f26 Remove uncessary include for SkPorterDuff.h by Derek Sollenberger · 9 years ago
  74. b3d50e0 Rename Canvas::getSkCanvas to Canvas::asSkCanvas by Derek Sollenberger · 9 years ago
  75. 849911a Move Canvas by John Reck · 10 years ago[Renamed (97%) from core/jni/android/graphics/SkiaCanvas.cpp]
  76. 8dfaa49 Make DisplayListRenderer inherit from Canvas, merge JNI by Tom Hudson · 10 years ago
  77. 1898129 Make SkiaCanvas creation call ref() on SkCanvas. by Leon Scroggins III · 10 years ago
  78. 70ffbf9 drawBitmapMatrix is deprecated, code work-around by Mike Reed · 10 years ago
  79. e21e2a2 Clean up Minikin includes by Behdad Esfahbod · 10 years ago
  80. acb4099 Refactor text drawing to move minikin interactions outside of the canvas interface. by Derek Sollenberger · 10 years ago
  81. 6ba30b8 Add android.Paint that inherits SkPaint by Behdad Esfahbod · 10 years ago
  82. 8872b38 Separate Canvas JNI code from the implementation. by Derek Sollenberger · 10 years ago
  83. 580ff81 Revert "Separate Canvas JNI code from the implementation." by John Reck · 10 years ago
  84. f5d6c55 Separate Canvas JNI code from the implementation. DO NOT MERGE by Derek Sollenberger · 10 years ago