C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / core / SkScan_AntiPath.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-25 bungemanRemove SK_USE_LEGACY_AA_COVERAGE guarded code.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-07 robertphillipsIt is dangerous to ignore SkRect::intersect's return...
2015-01-07 robertphillipsRevert of It is dangerous to ignore SkRect::intersect...
2015-01-07 robertphillipsIt is dangerous to ignore SkRect::intersect's return...
2014-10-15 reedupdate dox for bounds in supersampler
2014-10-15 reedinteresct path bounds with clip bounds before initializ...
2014-07-21 krajcevskiLet blitters be notified when they're done being used
2014-07-16 krajcevskiBuffer four scanlines prior to blitting. We will eventu...
2013-12-17 reed@google.comremove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
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-06-06 caryclark@google.comfix warnings on Mac in src/core
2012-05-09 reed@google.comdon't define SK_USE_LEGACY_AA_COVERAGE, so that we...
2012-05-09 reed@google.cominvert sense of conditional EXACT_COVERAGE, renaming...
2012-05-09 reed@google.comremove obsolete comments
2012-05-09 reed@google.comremove dead conditional
2012-04-12 tomhudson@google.comReinstate early out from antialiased path rendering...
2012-03-12 reed@google.comdetect all masks, and don't use masksuperblitter with...
2012-02-28 reed@google.comhandle checking for large bounds correctly when SkScala...
2012-02-28 reed@google.comsince SkScalarCeil/Floor do not explicitly detect overf...
2012-02-27 reed@google.comDisable check for large bounds in antipath
2012-02-23 tomhudson@google.comFix math in coverage_to_alpha() (renamed coverage_to_pa...
2012-02-23 reed@google.comalways allocate (only) the width of the clip for the...
2012-01-30 reed@google.cominject a 32767 bounded cliprect before using SuperSampl...
2012-01-03 tomhudson@google.comFix off-by-one error in assertion; improve coverage_to_...
2011-12-28 tomhudson@google.comBugfixes to antialiased blitting.
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-21 reed@google.comadd unittest for invariants for empty paths, still...
2011-12-01 reed@google.comrevert 2783 -- broke debug gm
2011-12-01 tomhudson@google.comNew function SkBlitter::blitAntiRect(); specifically...
2011-12-01 tomhudson@google.comDoxygen configuration file, documentation and minor...
2011-11-01 reed@google.commatch blitH computation for coverage in new blitRect...
2011-10-31 reed@google.comspecialize blitRect in supersampler:
2011-10-31 reed@google.comcall blitRect in our convex scanconverter (next: take...
2011-10-24 reed@google.comenable soft clipping (yikes)
2011-10-12 reed@google.comadd rasterclip entrypoints for scan converting paths
2011-10-03 reed@google.comadd force-rle parameter to help with aaclip testing
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
2011-06-09 reed@google.comcheck-point for unifying results between runs and mask...
2011-06-01 reed@google.cominitialize fCurrY
2011-05-31 reed@google.comremember previous x-offset when we re-enter the runs...
2011-05-31 reed@google.comremove dead code
2011-04-11 reed@google.comadd testing defines to test different blitters for...
2011-03-02 reed@google.comFix inverse scanconversion -- be sure to keep our calls...
2010-12-06 agl@chromium.orgCorrectly handle SkPath::kInverseWinding_FillType
2010-02-22 reed@android.comexplicitly pass bounds.top to the edgelist walker,...
2009-11-05 reed@android.comfix cheap calc of edgelist size
2009-08-21 senorblanco@chromi... Add a sanity check to MaskSuperBlitter::blitH(), to...
2009-08-12 senorblanco@chromi... Add some SkASSERT's, to try to track down a reliability...
2009-04-01 reed@android.comAPI change: SkPath computeBounds -> getBounds
2009-03-16 reed@android.comadd sanity checks to handles extremely large coordinate...
2008-12-17 reed@android.comgrab from latest android