| Commit message (Expand) | Author | Age |
* | Revert "Always enable Analytic AA for rects" | Yuqian Li | 2017-07-10 |
* | Always enable Analytic AA for rects | Yuqian Li | 2017-07-10 |
* | Combine duplicate code in preparing clipRgn for fill_path | Yuqian Li | 2017-06-12 |
* | Mark overridden destructors with 'override' and remove 'virtual' | Brian Salomon | 2017-03-22 |
* | Remove SK_SUPPORT_LEGACY_AAA flag as chromium now turns it off | Yuqian Li | 2017-03-08 |
* | Reland https://skia-review.googlesource.com/c/6091/ | Yuqian Li | 2017-01-13 |
* | Revert "Reland https://skia-review.googlesource.com/c/6091/" | Yuqian Li | 2017-01-13 |
* | Reland https://skia-review.googlesource.com/c/6091/ | Yuqian Li | 2017-01-12 |
* | Revert "Implement Analytic AA for General Paths (with Guard against Chrome)" | Yuqian Li | 2017-01-12 |
* | Implement Analytic AA for General Paths (with Guard against Chrome) | Yuqian Li | 2017-01-12 |
* | Simplify the signature of sk/aaa_fill_path | Yuqian Li | 2016-11-16 |
* | Make global use-analytic-AA bit threadsafe. | Mike Klein | 2016-10-04 |
* | Resubmit issue 2221103002 to fix the iOS build by declaring the flag in | liyuqian | 2016-10-04 |
* | Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of htt... | stephana | 2016-10-04 |
* | Implement AnalyticAA for convex shapes. | liyuqian | 2016-10-04 |
* | Remove some useless declarations | sylvestre.ledru | 2016-09-01 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | use left-shift macro to fix/avoid undefined behvarior warnings | reed | 2016-02-03 |
* | Another undefined shift caught by -fsanitize=shift. | mtklein | 2015-12-09 |
* | ubsan shift fixes | caryclark | 2015-12-09 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | 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 |