1. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  2. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  3. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  4. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  5. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  6. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 11 years ago
  7. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 11 years ago
  8. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 11 years ago
  9. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
  10. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
  11. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
  12. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
  13. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 11 years ago
  14. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  15. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  16. 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 · 11 years ago
  17. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  18. 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
  19. ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
  20. c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
  21. 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
  22. 2af2ad9 pdfviewer: (more code cleanup): class documentation and comments by edisonn@google.com · 11 years ago
  23. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  24. cf2cfa1 pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to match skia project by edisonn@google.com · 11 years ago
  25. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  26. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  27. 2c81777 pdfviewer: update interface of derived canvas and device, to reflect lastest changes in the interfaces. by edisonn@google.com · 11 years ago
  28. ac03d91 pdfviewer: All NulCanvas (does not draw operations), TrackDevice (trackes what pixels have been changed) by edisonn@google.com · 11 years ago