aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkAAClip.cpp
Commit message (Expand)AuthorAge
* remove unit tests baked into SkAAClipGravatar Mike Klein2018-07-03
* Stop using SkTSwap.Gravatar Ben Wagner2018-06-19
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: more into SkMacrosGravatar Hal Canary2018-06-12
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* handle degenerate call to blitAntiRectGravatar Mike Reed2018-06-05
* use 64bit math to compute is a rect is emptyGravatar Mike Reed2018-01-09
* check for irect with overflow width/heightGravatar Mike Reed2018-01-03
* Remove SK_SUPPORT_LEGACY_AA_CHOICEGravatar Yuqian Li2017-11-02
* Use SK_SUPPORT_LEGACY_AA_CHOICE to stage some changesGravatar Yuqian Li2017-10-23
* Avoid overflow computing reserve for aaclipGravatar Mike Reed2017-10-04
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* Remove uses of sk_throw.Gravatar Ben Wagner2017-08-17
* Unify DAA and AAA usage decisionGravatar Yuqian Li2017-07-27
* New analytic AA scan converter using delta (I call it DAA for now)Gravatar Yuqian Li2017-07-25
* Snug the clip with path bounds inside SkAAClipGravatar Yuqian Li2016-11-10
* Relax the extra span's alphaGravatar liyuqian2016-11-08
* Use Analytic AA in SkAAClip.Gravatar liyuqian2016-10-20
* assert that non-empty clips have non-empty boundsGravatar reed2016-06-20
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Add default ctor to SkMaskGravatar robertphillips2015-12-17
* Fix UB function problems for AA merger.Gravatar herb2015-12-10
* Have /src files use header directly.Gravatar herb2015-09-29
* Move SkAtomics.h to private.Gravatar herb2015-09-28
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapiGravatar reed2015-06-09
* Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat...Gravatar reed2015-06-08
* change SkDraw and all Blitters to use pixmap instead of bitmapGravatar reed2015-06-08
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* remove unused kLCD_MaskFormatGravatar reed2014-11-13
* add a simple ascii-art debug thing for AA clipsGravatar humper2014-08-08
* add isRect() check to AAClip, to detect if a soft-clip is really just an irectGravatar reed2014-08-07
* Revert of add isRect() check to AAClip, to detect if a soft-clip is really ju...Gravatar reed2014-08-07
* add isRect() check to AAClip, to detect if a soft-clip is really just an irectGravatar reed2014-08-07
* fix (some) 64bit warnings -- size_t -> intGravatar commit-bot@chromium.org2014-01-24
* More clang warning fixes.Gravatar commit-bot@chromium.org2013-10-21
* Make skia almost compile again with clang.Gravatar commit-bot@chromium.org2013-10-07
* Build fix for [-Werror=maybe-uninitialized].Gravatar commit-bot@chromium.org2013-07-03
* Fix some 64 bit warnings on mac.Gravatar scroggo@google.com2013-02-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fixed oversized SkRegion bound problem for complexclip_aa GMGravatar robertphillips@google.com2012-08-02
* if bounds don't intersect in DIFF mode, just return src (don't return empty)Gravatar reed@google.com2012-06-25
* landing mirror of https://codereview.appspot.com/6304098/Gravatar reed@google.com2012-06-20
* fix warnings on Mac in src/coreGravatar caryclark@google.com2012-06-06