| Commit message (Expand) | Author | Age |
* | Remove SK_SUPPORT_LEGACY_AA_CHOICE | Yuqian Li | 2017-11-02 |
* | Use SK_SUPPORT_LEGACY_AA_CHOICE to stage some changes | Yuqian Li | 2017-10-23 |
* | Avoid overflow computing reserve for aaclip | Mike Reed | 2017-10-04 |
* | make most of SkColorPriv.h private | Cary Clark | 2017-09-15 |
* | Remove uses of sk_throw. | Ben Wagner | 2017-08-17 |
* | Unify DAA and AAA usage decision | Yuqian Li | 2017-07-27 |
* | New analytic AA scan converter using delta (I call it DAA for now) | Yuqian Li | 2017-07-25 |
* | Snug the clip with path bounds inside SkAAClip | Yuqian Li | 2016-11-10 |
* | Relax the extra span's alpha | liyuqian | 2016-11-08 |
* | Use Analytic AA in SkAAClip. | liyuqian | 2016-10-20 |
* | assert that non-empty clips have non-empty bounds | reed | 2016-06-20 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | Add default ctor to SkMask | robertphillips | 2015-12-17 |
* | Fix UB function problems for AA merger. | herb | 2015-12-10 |
* | Have /src files use header directly. | herb | 2015-09-29 |
* | Move SkAtomics.h to private. | herb | 2015-09-28 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-07 |
* | Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.... | jvanverth | 2015-07-02 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-01 |
* | Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi | reed | 2015-06-09 |
* | Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat... | reed | 2015-06-08 |
* | change SkDraw and all Blitters to use pixmap instead of bitmap | reed | 2015-06-08 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | remove unused kLCD_MaskFormat | reed | 2014-11-13 |
* | add a simple ascii-art debug thing for AA clips | humper | 2014-08-08 |
* | 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 |
* | fix (some) 64bit warnings -- size_t -> int | commit-bot@chromium.org | 2014-01-24 |
* | More clang warning fixes. | commit-bot@chromium.org | 2013-10-21 |
* | Make skia almost compile again with clang. | commit-bot@chromium.org | 2013-10-07 |
* | Build fix for [-Werror=maybe-uninitialized]. | commit-bot@chromium.org | 2013-07-03 |
* | Fix some 64 bit warnings on mac. | scroggo@google.com | 2013-02-05 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Fixed oversized SkRegion bound problem for complexclip_aa GM | robertphillips@google.com | 2012-08-02 |
* | if bounds don't intersect in DIFF mode, just return src (don't return empty) | reed@google.com | 2012-06-25 |
* | landing mirror of https://codereview.appspot.com/6304098/ | reed@google.com | 2012-06-20 |
* | fix warnings on Mac in src/core | caryclark@google.com | 2012-06-06 |
* | Fix a memory leak in SkAAClip::translate(). | tomhudson@google.com | 2012-03-28 |
* | fix bug and add test for aaclip when blitV is called | reed@google.com | 2012-02-29 |
* | be sure to mark fLastY with the bottom of the rect in blitRect | reed@google.com | 2012-02-16 |
* | aaclip needs to handle paths with holes | reed@google.com | 2012-02-16 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | New 'blitAntiRect' entry point for blitters, specialized in supersampling | tomhudson@google.com | 2011-12-27 |
* | revert 2783 -- broke debug gm | reed@google.com | 2011-12-01 |
* | New function SkBlitter::blitAntiRect(); specifically accelerated for | tomhudson@google.com | 2011-12-01 |
* | speedup AAClip::setRegion (n^2 to n) | reed@google.com | 2011-11-28 |