1. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 7 years ago
  2. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 7 years ago
  3. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 7 years ago
  4. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 7 years ago
  5. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 7 years ago
  6. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 7 years ago
  7. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  8. 4ec2b71 don't use deprecated api by Mike Reed · 8 years ago
  9. 5f1bb0a Add a method in SkCanvas to set "hard" clip bounds. by Stan Iliev · 8 years ago
  10. a3b45d4 Move clip CTM application to SkRasterClip and SkClipStack by Brian Salomon · 8 years ago
  11. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  12. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  13. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 9 years ago
  14. 125f19a Avoid devolving to a path when conservative clipping with RRects by robertphillips · 9 years ago
  15. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  16. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  17. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  18. 49e3199 SkRasterClip::quickReject doesn't need to check for emptiness as SkIRect::Intersect already does that for us by george · 10 years ago
  19. d64c948 move rasterclip_ helper into rasterclip by reed · 10 years ago
  20. 202ab2a add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  21. 0aeea6d Revert of add isRect() check to AAClip, to detect if a soft-clip is really just an irect (https://codereview.chromium.org/445233006/) by reed · 10 years ago
  22. 592cb8d add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  23. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  24. b446fc7 Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool). by commit-bot@chromium.org · 11 years ago
  25. 4855231 Fix a few clang errors while trying to build tools target. by tfarina@chromium.org · 11 years ago
  26. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  27. a1c6ff4 inline isEmpty and isRect (faster) by reed@google.com · 12 years ago
  28. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  29. 34f7e47 checkpoint -- more support changes for soft clipping by reed@google.com · 13 years ago
  30. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
  31. ba16da9 add op(rgn, op) by reed@google.com · 13 years ago
  32. d1e3c5f add experimental wrapper for region+aaclip by reed@google.com · 13 years ago