| Commit message (Expand) | Author | Age |
* | Simple CL to add a joinWithPossiblyEmptyArg to SkRect | joshualitt | 2015-05-01 |
* | Remove useless SkASSERT in SkRect.h and SkRegion.h | dongseong.hwang | 2015-04-28 |
* | some utils for rect and matrix | reed | 2015-03-13 |
* | I'd really like to land this before the branch so speedy reviews are apprecia... | joshualitt | 2015-02-25 |
* | Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c... | joshualitt | 2015-02-25 |
* | I'd really like to land this before the branch so speedy reviews are apprecia... | joshualitt | 2015-02-25 |
* | Move clip off of draw target | joshualitt | 2015-02-23 |
* | It is dangerous to ignore SkRect::intersect's return value | robertphillips | 2015-01-07 |
* | Revert of It is dangerous to ignore SkRect::intersect's return value (patchse... | robertphillips | 2015-01-07 |
* | It is dangerous to ignore SkRect::intersect's return value | robertphillips | 2015-01-07 |
* | add sample for arcTo | reed | 2014-12-16 |
* | pass dst-rect through from drawBitmapRect for better precision | reed | 2014-12-15 |
* | Rewrite NaN checks in terms of SkScalarIsNaN() | ehsan.akhgari | 2014-12-15 |
* | add dumpHex option to rect and rrect, to match path | reed | 2014-12-15 |
* | add roundOut that returns its result | reed | 2014-11-19 |
* | change roundOut() to take a dst, so we can use that signature to return IRect | reed | 2014-11-18 |
* | Optimize SkRect::sort() | qiankun.miao | 2014-11-03 |
* | add tests for large cordinates bounds when building aaclip | reed | 2014-10-15 |
* | faster SkRect::sort | reed | 2014-10-10 |
* | cleanup and optimize rect intersect routines | reed | 2014-10-09 |
* | add SkRect::joinNonEmptyArg for faster unioning | reed | 2014-10-01 |
* | update to accommodate latest clang in chrome toolchain | caryclark | 2014-09-18 |
* | Add dump() to SkClipStack to help with debugging. | bsalomon | 2014-06-09 |
* | add makeOffset and makeInset to SkRect | reed | 2014-06-02 |
* | add rounding-using-doubles methods on SkScalar and SkRect | commit-bot@chromium.org | 2014-05-05 |
* | speedup SkRect::intersect | mike@reedtribe.org | 2014-01-01 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit... | reed@google.com | 2013-11-07 |
* | Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa... | reed@google.com | 2013-11-04 |
* | speed up A8 by creating a new entry-point in SkDraw that blits the path's cov... | reed@google.com | 2013-11-04 |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | remove contains(x,y) for rects and rrects ... not well defined, and unused | reed@google.com | 2013-10-30 |
* | Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing... | senorblanco@chromium.org | 2013-10-10 |
* | Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co... | robertphillips@google.com | 2013-09-16 |
* | Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ... | robertphillips@google.com | 2013-09-16 |
* | Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview... | robertphillips@google.com | 2013-09-16 |
* | Initial error handling code | commit-bot@chromium.org | 2013-09-13 |
* | Fix bounds computation in GrAAHairlineRenderer | commit-bot@chromium.org | 2013-09-03 |
* | Add blend optimization helpers and use to convert rect draws to clears. | commit-bot@chromium.org | 2013-08-14 |
* | Revert "Add blend optimization helpers and use to convert rect draws to clears." | bsalomon@google.com | 2013-08-07 |
* | Add blend optimization helpers and use to convert rect draws to clears. | commit-bot@chromium.org | 2013-08-06 |
* | Revert "Add blend optimization helpers and use to convert rect draws to clears." | bsalomon@google.com | 2013-08-05 |
* | Add blend optimization helpers and use to convert rect draws to clears. | commit-bot@chromium.org | 2013-08-05 |
* | This patch implements a crop rect for SkImageFilter. It has been implemented ... | senorblanco@chromium.org | 2013-07-24 |
* | Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side... | robertphillips@google.com | 2013-07-24 |
* | This patch implements a crop rect for SkImageFilter. It has been implemented ... | senorblanco@chromium.org | 2013-07-22 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-09 |
* | add asScalars() to document when we want to treat SkPoint or SkRect as an array | reed@google.com | 2013-03-08 |