| Commit message (Expand) | Author | Age |
* | rename overloaded methods as speculative fix/diagnostic | Mike Reed | 2017-11-15 |
* | Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric ... | Mike Reed | 2017-03-07 |
* | Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, an... | Mike Reed | 2017-03-04 |
* | Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable... | Mike Reed | 2017-03-04 |
* | Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-... | Cary Clark | 2017-03-03 |
* | Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric ... | Mike Reed | 2017-03-03 |
* | Revert "Remove SkDraw from device-draw methods, and enable device-centric cli... | Mike Reed | 2017-03-02 |
* | Remove SkDraw from device-draw methods, and enable device-centric clipping. | Mike Reed | 2017-03-02 |
* | don't use deprecated api | Mike Reed | 2016-12-13 |
* | Add a method in SkCanvas to set "hard" clip bounds. | Stan Iliev | 2016-12-12 |
* | Move clip CTM application to SkRasterClip and SkClipStack | Brian Salomon | 2016-10-03 |
* | remove 'deprecated' region from SkDraw | reed | 2016-04-27 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | Fix for rounded-rect clips with filters. | senorblanco | 2016-02-02 |
* | Avoid devolving to a path when conservative clipping with RRects | robertphillips | 2015-11-23 |
* | Revert of Revert of allow canvas to force conservative clips (for speed) (pat... | reed | 2014-09-09 |
* | Revert of allow canvas to force conservative clips (for speed) (patchset #7 i... | reed | 2014-09-09 |
* | Allow SkCanvas to be initialized to force conservative rasterclips. This has ... | reed | 2014-09-09 |
* | SkRasterClip::quickReject doesn't need to check for emptiness as SkIRect::Int... | george | 2014-09-09 |
* | move rasterclip_ helper into rasterclip | reed | 2014-09-05 |
* | add isRect() check to AAClip, to detect if a soft-clip is really just an irect | reed | 2014-08-07 |
* | Revert of add isRect() check to AAClip, to detect if a soft-clip is really ju... | reed | 2014-08-07 |
* | add isRect() check to AAClip, to detect if a soft-clip is really just an irect | reed | 2014-08-07 |
* | Guard against most unintentionally ephemeral SkAutoFoo instantiations. | commit-bot@chromium.org | 2013-11-18 |
* | Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool). | commit-bot@chromium.org | 2013-07-10 |
* | Fix a few clang errors while trying to build tools target. | tfarina@chromium.org | 2013-03-26 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | inline isEmpty and isRect (faster) | reed@google.com | 2012-05-11 |
* | enable soft clipping (yikes) | reed@google.com | 2011-10-24 |
* | checkpoint -- more support changes for soft clipping | reed@google.com | 2011-10-13 |
* | use SkRasterClip inside canvas (check-point for soft clipping) | reed@google.com | 2011-10-12 |
* | add op(rgn, op) | reed@google.com | 2011-10-11 |
* | add experimental wrapper for region+aaclip | reed@google.com | 2011-10-10 |