aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScan_AntiPath.cpp
Commit message (Expand)AuthorAge
* Unify DAA and AAA usage decisionGravatar Yuqian Li2017-07-27
* New analytic AA scan converter using delta (I call it DAA for now)Gravatar Yuqian Li2017-07-25
* Remove SK_SUPPORT_LEGACY_RECT flagGravatar Yuqian Li2017-07-14
* Always enable Analytic AA for rectsGravatar Yuqian Li2017-07-12
* Revert "Always enable Analytic AA for rects"Gravatar Yuqian Li2017-07-10
* Always enable Analytic AA for rectsGravatar Yuqian Li2017-07-10
* Combine duplicate code in preparing clipRgn for fill_pathGravatar Yuqian Li2017-06-12
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* Remove SK_SUPPORT_LEGACY_AAA flag as chromium now turns it offGravatar Yuqian Li2017-03-08
* Reland https://skia-review.googlesource.com/c/6091/Gravatar Yuqian Li2017-01-13
* Revert "Reland https://skia-review.googlesource.com/c/6091/"Gravatar Yuqian Li2017-01-13
* Reland https://skia-review.googlesource.com/c/6091/Gravatar Yuqian Li2017-01-12
* Revert "Implement Analytic AA for General Paths (with Guard against Chrome)"Gravatar Yuqian Li2017-01-12
* Implement Analytic AA for General Paths (with Guard against Chrome)Gravatar Yuqian Li2017-01-12
* Simplify the signature of sk/aaa_fill_pathGravatar Yuqian Li2016-11-16
* Make global use-analytic-AA bit threadsafe.Gravatar Mike Klein2016-10-04
* Resubmit issue 2221103002 to fix the iOS build by declaring the flag inGravatar liyuqian2016-10-04
* Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of htt...Gravatar stephana2016-10-04
* Implement AnalyticAA for convex shapes.Gravatar liyuqian2016-10-04
* Remove some useless declarationsGravatar sylvestre.ledru2016-09-01
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* use left-shift macro to fix/avoid undefined behvarior warningsGravatar reed2016-02-03
* Another undefined shift caught by -fsanitize=shift.Gravatar mtklein2015-12-09
* ubsan shift fixesGravatar caryclark2015-12-09
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Remove SK_USE_LEGACY_AA_COVERAGE guarded code.Gravatar bungeman2015-02-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* It is dangerous to ignore SkRect::intersect's return valueGravatar robertphillips2015-01-07
* Revert of It is dangerous to ignore SkRect::intersect's return value (patchse...Gravatar robertphillips2015-01-07
* It is dangerous to ignore SkRect::intersect's return valueGravatar robertphillips2015-01-07
* update dox for bounds in supersamplerGravatar reed2014-10-15
* interesct path bounds with clip bounds before initializing supersamplerGravatar reed2014-10-15
* Let blitters be notified when they're done being usedGravatar krajcevski2014-07-21
* Buffer four scanlines prior to blitting. We will eventually use thisGravatar krajcevski2014-07-16
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* fix warnings on Mac in src/coreGravatar caryclark@google.com2012-06-06
* don't define SK_USE_LEGACY_AA_COVERAGE, so that we can get the more exactGravatar reed@google.com2012-05-09
* invert sense of conditional EXACT_COVERAGE, renaming to LEGACY_AA_COVERAGEGravatar reed@google.com2012-05-09
* remove obsolete commentsGravatar reed@google.com2012-05-09
* remove dead conditionalGravatar reed@google.com2012-05-09
* Reinstate early out from antialiased path rendering if we anticipateGravatar tomhudson@google.com2012-04-12
* detect all masks, and don't use masksuperblitter with thoseGravatar reed@google.com2012-03-12
* handle checking for large bounds correctly when SkScalar is fixedGravatar reed@google.com2012-02-28
* since SkScalarCeil/Floor do not explicitly detect overflows from float->int,Gravatar reed@google.com2012-02-28
* Disable check for large bounds in antipathGravatar reed@google.com2012-02-27
* Fix math in coverage_to_alpha() (renamed coverage_to_partial_alpha()), behindGravatar tomhudson@google.com2012-02-23
* always allocate (only) the width of the clip for the AA row, since it willGravatar reed@google.com2012-02-23