| Commit message (Expand) | Author | Age |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Remove SK_USE_LEGACY_AA_COVERAGE guarded code. | bungeman | 2015-02-25 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | It is dangerous to ignore SkRect::intersect's return value | robertphillips | 2015-01-07 |
* | Revert of It is dangerous to ignore SkRect::intersect's return value (patchse... | robertphillips | 2015-01-07 |
* | It is dangerous to ignore SkRect::intersect's return value | robertphillips | 2015-01-07 |
* | update dox for bounds in supersampler | reed | 2014-10-15 |
* | interesct path bounds with clip bounds before initializing supersampler | reed | 2014-10-15 |
* | Let blitters be notified when they're done being used | krajcevski | 2014-07-21 |
* | Buffer four scanlines prior to blitting. We will eventually use this | krajcevski | 2014-07-16 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | 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 |
* | fix warnings on Mac in src/core | caryclark@google.com | 2012-06-06 |
* | don't define SK_USE_LEGACY_AA_COVERAGE, so that we can get the more exact | reed@google.com | 2012-05-09 |
* | invert sense of conditional EXACT_COVERAGE, renaming to LEGACY_AA_COVERAGE | reed@google.com | 2012-05-09 |
* | remove obsolete comments | reed@google.com | 2012-05-09 |
* | remove dead conditional | reed@google.com | 2012-05-09 |
* | Reinstate early out from antialiased path rendering if we anticipate | tomhudson@google.com | 2012-04-12 |
* | detect all masks, and don't use masksuperblitter with those | reed@google.com | 2012-03-12 |
* | handle checking for large bounds correctly when SkScalar is fixed | reed@google.com | 2012-02-28 |
* | since SkScalarCeil/Floor do not explicitly detect overflows from float->int, | reed@google.com | 2012-02-28 |
* | Disable check for large bounds in antipath | reed@google.com | 2012-02-27 |
* | Fix math in coverage_to_alpha() (renamed coverage_to_partial_alpha()), behind | tomhudson@google.com | 2012-02-23 |
* | always allocate (only) the width of the clip for the AA row, since it will | reed@google.com | 2012-02-23 |
* | inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid | reed@google.com | 2012-01-30 |
* | Fix off-by-one error in assertion; improve coverage_to_exact_alpha() | tomhudson@google.com | 2012-01-03 |
* | Bugfixes to antialiased blitting. | tomhudson@google.com | 2011-12-28 |
* | 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 |
* | add unittest for invariants for empty paths, still need to think about | reed@google.com | 2011-12-21 |
* | revert 2783 -- broke debug gm | reed@google.com | 2011-12-01 |
* | New function SkBlitter::blitAntiRect(); specifically accelerated for | tomhudson@google.com | 2011-12-01 |
* | Doxygen configuration file, documentation and minor cleanup on blitters. | tomhudson@google.com | 2011-12-01 |
* | match blitH computation for coverage in new blitRect for supersampler | reed@google.com | 2011-11-01 |
* | specialize blitRect in supersampler: | reed@google.com | 2011-10-31 |
* | call blitRect in our convex scanconverter (next: take advantage of that in our | reed@google.com | 2011-10-31 |
* | enable soft clipping (yikes) | reed@google.com | 2011-10-24 |
* | add rasterclip entrypoints for scan converting paths | reed@google.com | 2011-10-12 |
* | add force-rle parameter to help with aaclip testing | reed@google.com | 2011-10-03 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | check-point for unifying results between runs and mask backends for aa | reed@google.com | 2011-06-09 |
* | initialize fCurrY | reed@google.com | 2011-06-01 |
* | remember previous x-offset when we re-enter the runs array. speeds up paths | reed@google.com | 2011-05-31 |
* | remove dead code | reed@google.com | 2011-05-31 |
* | add testing defines to test different blitters for antialiasing (RLE and mask) | reed@google.com | 2011-04-11 |
* | Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanline | reed@google.com | 2011-03-02 |
* | Correctly handle SkPath::kInverseWinding_FillType | agl@chromium.org | 2010-12-06 |
* | explicitly pass bounds.top to the edgelist walker, so we don't leave any gaps | reed@android.com | 2010-02-22 |
* | fix cheap calc of edgelist size | reed@android.com | 2009-11-05 |