C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / core / SkAAClip.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-11-13 reedremove unused kLCD_MaskFormat
2014-08-08 humperadd a simple ascii-art debug thing for AA clips
2014-08-07 reedadd isRect() check to AAClip, to detect if a soft-clip...
2014-08-07 reedRevert of add isRect() check to AAClip, to detect if...
2014-08-07 reedadd isRect() check to AAClip, to detect if a soft-clip...
2014-01-24 commit-bot@chromiu... fix (some) 64bit warnings -- size_t -> int
2013-10-21 commit-bot@chromiu... More clang warning fixes.
2013-10-07 commit-bot@chromiu... Make skia almost compile again with clang.
2013-07-03 commit-bot@chromiu... Build fix for [-Werror=maybe-uninitialized].
2013-02-05 scroggo@google.comFix some 64 bit warnings on mac.
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-08-02 robertphillips@goo... Fixed oversized SkRegion bound problem for complexclip_...
2012-06-25 reed@google.comif bounds don't intersect in DIFF mode, just return...
2012-06-20 reed@google.comlanding mirror of https://codereview.appspot.com/6304098/
2012-06-06 caryclark@google.comfix warnings on Mac in src/core
2012-03-28 tomhudson@google.comFix a memory leak in SkAAClip::translate().
2012-02-29 reed@google.comfix bug and add test for aaclip when blitV is called
2012-02-16 reed@google.combe sure to mark fLastY with the bottom of the rect...
2012-02-16 reed@google.comaaclip needs to handle paths with holes
2011-12-28 tomhudson@google.comAdd SkDEBUGFAIL to clean up use of SkASSERT(!"text");
2011-12-27 tomhudson@google.comNew 'blitAntiRect' entry point for blitters, specialize...
2011-12-01 reed@google.comrevert 2783 -- broke debug gm
2011-12-01 tomhudson@google.comNew function SkBlitter::blitAntiRect(); specifically...
2011-11-28 reed@google.comspeedup AAClip::setRegion (n^2 to n)
2011-11-09 tomhudson@google.comRemoves warnings generated by gcc and clang.
2011-10-31 reed@google.comimplement blitRect for aaclip builder. This speeds...
2011-10-31 reed@google.comcall blitRect in our convex scanconverter (next: take...
2011-10-28 reed@google.comreload base after we call memmove
2011-10-27 reed@google.comfix bad return type (should have been void)
2011-10-27 reed@google.comnow we trim the aaclip after building it, to ensure...
2011-10-26 reed@google.comadd initial unittests for aaclip. Fix case where Builde...
2011-10-24 bsalomon@google.comFix some warnings on VS2010
2011-10-24 reed@google.comenable soft clipping (yikes)
2011-10-13 reed@google.comcheckpoint -- more support changes for soft clipping
2011-10-12 reed@google.comtrim off extra alpha==0 spans before and after our...
2011-10-12 reed@google.comuse SkRasterClip inside canvas (check-point for soft...
2011-10-11 reed@google.comfix warnings (failed to return a bool)
2011-10-10 reed@google.comadd setRegion and doAA parameter to setPath
2011-10-10 reed@google.comimplement region-ops
2011-10-06 reed@google.comcheck-point for aaclip
2011-10-05 reed@google.comcheck-point for aaclip
2011-10-04 reed@google.comfirst cut at aaclipping