1. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  2. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  3. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  4. 1688206 Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy by msarett · 8 years ago
  5. a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
  6. d5b88a3 remove support for serializing bitmaps in old format by reed · 8 years ago
  7. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  8. 5bfee98 Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  9. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  10. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  11. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  12. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  13. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  14. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  15. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  16. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  17. 45561a0 drawTextRSXform by reed · 8 years ago
  18. 4d9ff62 Remove SkWriter32::contiguousArray(). by mtklein · 8 years ago
  19. 95416f4 Enable flattening of SkRecordedDrawable by msarett · 8 years ago
  20. 569b021 Revert of Enable flattening of SkRecordedDrawable (patchset #8 id:140001 of https://codereview.chromium.org/1913843002/ ) by mtklein · 8 years ago
  21. d636950 Enable flattening of SkRecordedDrawable by msarett · 8 years ago
  22. e8f3062 switch surface to sk_sp by reed · 8 years ago
  23. fde0511 Make sp variants for SkData by reed · 8 years ago
  24. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  25. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  26. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  27. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  28. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  29. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  30. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  31. c2e2977 Dedup SkPaths by gen-ID when going to .skp by mtklein · 9 years ago
  32. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  33. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  34. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  35. 3dfd133 fix up virtual / override stuff by reed · 9 years ago
  36. 4c21dc5 add drawImageNine by reed · 9 years ago
  37. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  38. 871872f change old picture serialization to really handle images by reed · 9 years ago
  39. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  40. 884e97c change internals over to SkPixmap and stop using accessBitmap by reed · 9 years ago
  41. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  42. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  43. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  44. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  45. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  46. 119468b Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/) by reed · 9 years ago
  47. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  48. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  49. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  50. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  51. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  52. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  53. c4fda92 remove unused drawData by reed · 10 years ago
  54. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  55. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  56. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  57. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  58. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  59. 3729469 Change clear() to respect the clip by reed · 10 years ago
  60. e069400 Restore bitmap dedup in SkPictureRecord. Cuts RAM usage of DM by half. by mtklein · 10 years ago
  61. 71a2363 More cleanup: streamline paths and bitmaps. by mtklein · 10 years ago
  62. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  63. 5ae89d1 Removing dead code from CanvasTest by piotaixr · 10 years ago
  64. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  65. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  66. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  67. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  68. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  69. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  70. 6162af8 Cleaning up SkPicture-related classes by robertphillips · 10 years ago
  71. 6b143b0 Remove Matrix/Clip State collapse code by robertphillips · 10 years ago
  72. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  73. afdada2 Moved SkPictureContentInfo into its own file. It now tracks the number of skia by hendrikw · 10 years ago
  74. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  75. 6142609 Cleanup SkPicture* classes a bit by robertphillips · 10 years ago
  76. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  77. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  78. e26e65e Remove SkPicture pointer from SkPicturePlayback by robertphillips · 10 years ago
  79. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  80. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  81. 68250c8 Fix for empty saveLayer() with a filter which affects transparent black. by senorblanco@chromium.org · 10 years ago
  82. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  83. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  84. 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  85. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  86. dcecb16 fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  87. f6a5afb Remove currently unused code by commit-bot@chromium.org · 10 years ago
  88. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  89. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 10 years ago
  90. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 10 years ago
  91. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 10 years ago
  92. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 10 years ago
  93. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 10 years ago
  94. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 10 years ago
  95. 8016f79 This is just the first version and shows how I intend to orchestrate this. Future enhancements will: by commit-bot@chromium.org · 10 years ago
  96. e494dbd The motivation for this CL is to de-clutter SkPicture's beginRecording method. by commit-bot@chromium.org · 10 years ago
  97. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  98. 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 10 years ago
  99. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  100. 210ae2a Culling API by commit-bot@chromium.org · 10 years ago