2015-03-26 |
mtklein | C++11 override should now be supported by all of {bots... |
blob | commitdiff | raw |
2015-02-25 |
bungeman | Remove SK_USE_LEGACY_AA_COVERAGE guarded code. |
blob | commitdiff | raw | diff to current |
2015-01-09 |
mtklein | Fix up all the easy virtual ... SK_OVERRIDE cases. |
blob | commitdiff | raw | diff to current |
2015-01-07 |
robertphillips | It is dangerous to ignore SkRect::intersect's return... |
blob | commitdiff | raw | diff to current |
2015-01-07 |
robertphillips | Revert of It is dangerous to ignore SkRect::intersect... |
blob | commitdiff | raw | diff to current |
2015-01-07 |
robertphillips | It is dangerous to ignore SkRect::intersect's return... |
blob | commitdiff | raw | diff to current |
2014-10-15 |
reed | update dox for bounds in supersampler |
blob | commitdiff | raw | diff to current |
2014-10-15 |
reed | interesct path bounds with clip bounds before initializ... |
blob | commitdiff | raw | diff to current |
2014-07-21 |
krajcevski | Let blitters be notified when they're done being used |
blob | commitdiff | raw | diff to current |
2014-07-16 |
krajcevski | Buffer four scanlines prior to blitting. We will eventu... |
blob | commitdiff | raw | diff to current |
2013-12-17 |
reed@google.com | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats |
blob | commitdiff | raw | diff to current |
2013-01-26 |
skia.committer@gma... | Sanitizing source files in Skia_Periodic_House_Keeping |
blob | commitdiff | raw | diff to current |
2012-08-23 |
rmistry@google.com | Result of running tools/sanitize_source_files.py (which... |
blob | commitdiff | raw | diff to current |
2012-06-06 |
caryclark@google.com | fix warnings on Mac in src/core |
blob | commitdiff | raw | diff to current |
2012-05-09 |
reed@google.com | don't define SK_USE_LEGACY_AA_COVERAGE, so that we... |
blob | commitdiff | raw | diff to current |
2012-05-09 |
reed@google.com | invert sense of conditional EXACT_COVERAGE, renaming... |
blob | commitdiff | raw | diff to current |
2012-05-09 |
reed@google.com | remove obsolete comments |
blob | commitdiff | raw | diff to current |
2012-05-09 |
reed@google.com | remove dead conditional |
blob | commitdiff | raw | diff to current |
2012-04-12 |
tomhudson@google.com | Reinstate early out from antialiased path rendering... |
blob | commitdiff | raw | diff to current |
2012-03-12 |
reed@google.com | detect all masks, and don't use masksuperblitter with... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
reed@google.com | handle checking for large bounds correctly when SkScala... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
reed@google.com | since SkScalarCeil/Floor do not explicitly detect overf... |
blob | commitdiff | raw | diff to current |
2012-02-27 |
reed@google.com | Disable check for large bounds in antipath |
blob | commitdiff | raw | diff to current |
2012-02-23 |
tomhudson@google.com | Fix math in coverage_to_alpha() (renamed coverage_to_pa... |
blob | commitdiff | raw | diff to current |
2012-02-23 |
reed@google.com | always allocate (only) the width of the clip for the... |
blob | commitdiff | raw | diff to current |
2012-01-30 |
reed@google.com | inject a 32767 bounded cliprect before using SuperSampl... |
blob | commitdiff | raw | diff to current |
2012-01-03 |
tomhudson@google.com | Fix off-by-one error in assertion; improve coverage_to_... |
blob | commitdiff | raw | diff to current |
2011-12-28 |
tomhudson@google.com | Bugfixes to antialiased blitting. |
blob | commitdiff | raw | diff to current |
2011-12-28 |
tomhudson@google.com | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); |
blob | commitdiff | raw | diff to current |
2011-12-27 |
tomhudson@google.com | New 'blitAntiRect' entry point for blitters, specialize... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
reed@google.com | add unittest for invariants for empty paths, still... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
reed@google.com | revert 2783 -- broke debug gm |
blob | commitdiff | raw | diff to current |
2011-12-01 |
tomhudson@google.com | New function SkBlitter::blitAntiRect(); specifically... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
tomhudson@google.com | Doxygen configuration file, documentation and minor... |
blob | commitdiff | raw | diff to current |
2011-11-01 |
reed@google.com | match blitH computation for coverage in new blitRect... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
reed@google.com | specialize blitRect in supersampler: |
blob | commitdiff | raw | diff to current |
2011-10-31 |
reed@google.com | call blitRect in our convex scanconverter (next: take... |
blob | commitdiff | raw | diff to current |
2011-10-24 |
reed@google.com | enable soft clipping (yikes) |
blob | commitdiff | raw | diff to current |
2011-10-12 |
reed@google.com | add rasterclip entrypoints for scan converting paths |
blob | commitdiff | raw | diff to current |
2011-10-03 |
reed@google.com | add force-rle parameter to help with aaclip testing |
blob | commitdiff | raw | diff to current |
2011-07-28 |
epoger@google.com | update of all copyright notices to reflect new license... |
blob | commitdiff | raw | diff to current |
2011-06-09 |
reed@google.com | check-point for unifying results between runs and mask... |
blob | commitdiff | raw | diff to current |
2011-06-01 |
reed@google.com | initialize fCurrY |
blob | commitdiff | raw | diff to current |
2011-05-31 |
reed@google.com | remember previous x-offset when we re-enter the runs... |
blob | commitdiff | raw | diff to current |
2011-05-31 |
reed@google.com | remove dead code |
blob | commitdiff | raw | diff to current |
2011-04-11 |
reed@google.com | add testing defines to test different blitters for... |
blob | commitdiff | raw | diff to current |
2011-03-02 |
reed@google.com | Fix inverse scanconversion -- be sure to keep our calls... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
agl@chromium.org | Correctly handle SkPath::kInverseWinding_FillType |
blob | commitdiff | raw | diff to current |
2010-02-22 |
reed@android.com | explicitly pass bounds.top to the edgelist walker,... |
blob | commitdiff | raw | diff to current |
2009-11-05 |
reed@android.com | fix cheap calc of edgelist size |
blob | commitdiff | raw | diff to current |
2009-08-21 |
senorblanco@chromi... | Add a sanity check to MaskSuperBlitter::blitH(), to... |
blob | commitdiff | raw | diff to current |
2009-08-12 |
senorblanco@chromi... | Add some SkASSERT's, to try to track down a reliability... |
blob | commitdiff | raw | diff to current |
2009-04-01 |
reed@android.com | API change: SkPath computeBounds -> getBounds |
blob | commitdiff | raw | diff to current |
2009-03-16 |
reed@android.com | add sanity checks to handles extremely large coordinate... |
blob | commitdiff | raw | diff to current |
2008-12-17 |
reed@android.com | grab from latest android |
blob | commitdiff | raw | diff to current |
|