2016-09-14 |
caryclark | compare degenerates with tolerance |
blob | commitdiff | raw |
2016-08-23 |
caryclark | fix conic path fuzz |
blob | commitdiff | raw | diff to current |
2016-08-17 |
reed | move private test for sect_with_horizontal into unittests |
blob | commitdiff | raw | diff to current |
2016-08-02 |
bungeman | Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. |
blob | commitdiff | raw | diff to current |
2016-07-24 |
bsalomon | Fix misdetection of rectangles in SkPath::IsSimpleClose... |
blob | commitdiff | raw | diff to current |
2016-07-20 |
reed | re-chop if we fail on a big-bad-cubic |
blob | commitdiff | raw | diff to current |
2016-07-13 |
reed | handle large conic weights |
blob | commitdiff | raw | diff to current |
2016-06-08 |
halcanary | SkLeanWindows.h: #include "Windows.h" fewer places |
blob | commitdiff | raw | diff to current |
2016-06-01 |
mbarbella | Add a test to ensure that a case where SkCubicClipper... |
blob | commitdiff | raw | diff to current |
2016-06-01 |
bsalomon | Add SkPathPriv::IsSimpleClosedRect |
blob | commitdiff | raw | diff to current |
2016-05-31 |
bsalomon | Fix bug where SkPath will convert an arc to an oval... |
blob | commitdiff | raw | diff to current |
2016-05-27 |
bsalomon | Make SkPath::isOval() and SkPath::isRRect return the... |
blob | commitdiff | raw | diff to current |
2016-03-24 |
reed | switch surface to sk_sp |
blob | commitdiff | raw | diff to current |
2016-02-18 |
caryclark | add interp path |
blob | commitdiff | raw | diff to current |
2016-01-20 |
fs | Add SkPath::isLastContourClosed() |
blob | commitdiff | raw | diff to current |
2016-01-05 |
caryclark | fix nexus player |
blob | commitdiff | raw | diff to current |
2016-01-05 |
caryclark | give up on quad root if infinite |
blob | commitdiff | raw | diff to current |
2015-12-18 |
caryclark | fix bugs in path contains |
blob | commitdiff | raw | diff to current |
2015-12-17 |
fs | Use the unswapped end point y for early out case in... |
blob | commitdiff | raw | diff to current |
2015-12-14 |
caryclark | If a point is on a path edge, it's in the path, at... |
blob | commitdiff | raw | diff to current |
2015-11-07 |
halcanary | Comments Style: s/skbug.com/bug.skia.org/ |
blob | commitdiff | raw | diff to current |
2015-09-15 |
halcanary | Forward declare SkStrokeRec in SkPathEffect |
blob | commitdiff | raw | diff to current |
2015-08-27 |
halcanary | Style Change: NULL->nullptr |
blob | commitdiff | raw | diff to current |
2015-08-26 |
halcanary | Style Change: SkNEW->new; SkDELETE->delete |
blob | commitdiff | raw | diff to current |
2015-08-04 |
senorblanco | Implement caching of filled paths in the tessellated... |
blob | commitdiff | raw | diff to current |
2015-08-04 |
mtklein | Revert "Implement caching of filled paths in the tessel... |
blob | commitdiff | raw | diff to current |
2015-08-03 |
senorblanco | Implement caching of filled paths in the tessellated... |
blob | commitdiff | raw | diff to current |
2015-07-29 |
reed | rewrite path.getBounds test to work-around compiler bug |
blob | commitdiff | raw | diff to current |
2015-07-28 |
reed | change getBounds to return 0000 iff there are zero... |
blob | commitdiff | raw | diff to current |
2015-07-14 |
caryclark | Very tiny paths are subsumed by the Convexicator |
blob | commitdiff | raw | diff to current |
2015-06-10 |
reed | SkPath::Direction serves two masters: |
blob | commitdiff | raw | diff to current |
2015-05-28 |
reed | simplify RawIter - don't return a pt in kClose |
blob | commitdiff | raw | diff to current |
2015-04-08 |
caryclark | change isNestedRect to isNestedFillRect |
blob | commitdiff | raw | diff to current |
2015-03-02 |
caryclark | add double precision convex test |
blob | commitdiff | raw | diff to current |
2015-03-02 |
caryclark | treat backwards quads as not convex |
blob | commitdiff | raw | diff to current |
2015-02-23 |
robertphillips | Reset conicWeights in SkPath::consumeDegenerateSegments... |
blob | commitdiff | raw | diff to current |
2015-02-17 |
djsollen | Fix broken build due to updated #define |
blob | commitdiff | raw | diff to current |
2015-02-17 |
djsollen | Remove android specific srcPath from SkPath |
blob | commitdiff | raw | diff to current |
2015-02-10 |
reed | check for nonfinites in rrects |
blob | commitdiff | raw | diff to current |
2015-02-09 |
reed | use conics for arcTo |
blob | commitdiff | raw | diff to current |
2015-01-21 |
reed | remove dead SkPersp macros |
blob | commitdiff | raw | diff to current |
2015-01-05 |
robertphillips | Remove SkPath::asRect |
blob | commitdiff | raw | diff to current |
2015-01-05 |
robertphillips | Cleanup isRect variants |
blob | commitdiff | raw | diff to current |
2014-12-29 |
robertphillips | Fix bound returned by SkPath::isRect when the path... |
blob | commitdiff | raw | diff to current |
2014-12-17 |
reed | use conics |
blob | commitdiff | raw | diff to current |
2014-12-15 |
reed | Fix rrects that are large enough that we lose/gain... |
blob | commitdiff | raw | diff to current |
2014-12-12 |
bsalomon | Even more win64 warning fixes |
blob | commitdiff | raw | diff to current |
2014-12-10 |
reed | Remove canvas::NewRaster, and rename surface::NewRaster... |
blob | commitdiff | raw | diff to current |
2014-12-09 |
reed | Revert of remove (dumb) canvas::NewRaster, and rename... |
blob | commitdiff | raw | diff to current |
2014-12-09 |
reed | remove (dumb) canvas::NewRaster, and rename surface... |
blob | commitdiff | raw | diff to current |
2014-12-08 |
caryclark | add convexity logic and tests for scalar max, Inf,... |
blob | commitdiff | raw | diff to current |
2014-11-17 |
robertphillips | Fix yet another convexicator issue |
blob | commitdiff | raw | diff to current |
2014-11-14 |
mtklein | Don't pass null to memcmp. |
blob | commitdiff | raw | diff to current |
2014-10-23 |
caryclark | add float equivalent in dumpHex output as comment |
blob | commitdiff | raw | diff to current |
2014-09-16 |
robertphillips | Fix convexicator bug |
blob | commitdiff | raw | diff to current |
2014-09-15 |
caryclark | add dumpHex() option to SkPath |
blob | commitdiff | raw | diff to current |
2014-09-05 |
bsalomon | "NULL !=" = NULL |
blob | commitdiff | raw | diff to current |
2014-08-28 |
bsalomon | Add dirty_after_edit to SkPath::moveTo. Add commented... |
blob | commitdiff | raw | diff to current |
2014-08-26 |
piotaixr | Fallback to moveTo when unable to find the first tangen... |
blob | commitdiff | raw | diff to current |
2014-06-24 |
caryclark | add path dump test |
blob | commitdiff | raw | diff to current |
2014-05-22 |
commit-bot@chromiu... | In convexity checker don't advance last vector when... |
blob | commitdiff | raw | diff to current |
2014-05-05 |
commit-bot@chromiu... | add rounding-using-doubles methods on SkScalar and... |
blob | commitdiff | raw | diff to current |
2014-02-12 |
skia.committer@gma... | Sanitizing source files in Housekeeper-Nightly |
blob | commitdiff | raw | diff to current |
2014-02-11 |
commit-bot@chromiu... | Adding new 'extend' mode to SkPath::addPath |
blob | commitdiff | raw | diff to current |
2014-02-11 |
commit-bot@chromiu... | fix minor error between kStroke_PathAsRect and kFill_Pa... |
blob | commitdiff | raw | diff to current |
2014-01-25 |
commit-bot@chromiu... | add alternative to isRect named asRect |
blob | commitdiff | raw | diff to current |
2014-01-24 |
tfarina@chromium.org | Cleanup: Sanitize the order of includes under tests/ |
blob | commitdiff | raw | diff to current |
2014-01-15 |
commit-bot@chromiu... | change isRect to return true for 3-sided rectangular... |
blob | commitdiff | raw | diff to current |
2014-01-14 |
commit-bot@chromiu... | Move macros from TestClassDef.h to Test.h |
blob | commitdiff | raw | diff to current |
2014-01-14 |
commit-bot@chromiu... | Convert SkWriter32 to use an SkTDArray for its internal... |
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-12-13 |
robertphillips@goo... | Improved SkPathRef interface security |
blob | commitdiff | raw | diff to current |
2013-12-12 |
robertphillips@goo... | Move segment mask from SkPath to SkPathRef |
blob | commitdiff | raw | diff to current |
2013-12-12 |
tfarina@chromium.org | Use DEFINE_TESTCLASS_SHORT macro in tests. |
blob | commitdiff | raw | diff to current |
2013-12-04 |
skia.committer@gma... | Sanitizing source files in Housekeeper-Nightly |
blob | commitdiff | raw | diff to current |
2013-12-03 |
robertphillips@goo... | Fix for SkPathRef::CreateTransformedCopy bug |
blob | commitdiff | raw | diff to current |
2013-12-03 |
robertphillips@goo... | Move fIsOval from SkPath to SkPathRef |
blob | commitdiff | raw | diff to current |
2013-12-03 |
robertphillips@goo... | Revert of r12450 (Move fIsOval from SkPath to SkPathRef) |
blob | commitdiff | raw | diff to current |
2013-12-02 |
robertphillips@goo... | Move fIsOval from SkPath to SkPathRef |
blob | commitdiff | raw | diff to current |
2013-11-25 |
commit-bot@chromiu... | remove SkFloatToScalar macro |
blob | commitdiff | raw | diff to current |
2013-11-14 |
commit-bot@chromiu... | increase coverage of SkPath.cpp, remove unused code |
blob | commitdiff | raw | diff to current |
2013-11-08 |
commit-bot@chromiu... | use quads for mixed radius rrects |
blob | commitdiff | raw | diff to current |
2013-11-05 |
commit-bot@chromiu... | Checking structure sizes before reading them from memor... |
blob | commitdiff | raw | diff to current |
2013-11-04 |
reed@google.com | Revert "Checking structure sizes before reading them... |
blob | commitdiff | raw | diff to current |
2013-11-04 |
sugoi@google.com | Checking structure sizes before reading them from memor... |
blob | commitdiff | raw | diff to current |
2013-11-04 |
epoger@google.com | Revert r12114 due to https://code.google.com/p/skia... |
blob | commitdiff | raw | diff to current |
2013-11-04 |
sugoi@google.com | Checking structure sizes before reading them from memor... |
blob | commitdiff | raw | diff to current |
2013-10-31 |
reed@google.com | Revert "Revert "add SK_ATTR_DEPRECATED -- will need... |
blob | commitdiff | raw | diff to current |
2013-10-31 |
reed@google.com | Revert "add SK_ATTR_DEPRECATED -- will need to disable... |
blob | commitdiff | raw | diff to current |
2013-10-31 |
reed@google.com | add SK_ATTR_DEPRECATED -- will need to disable for... |
blob | commitdiff | raw | diff to current |
2013-10-30 |
commit-bot@chromiu... | Use SkPathRef gen id for SkPath::getGenerationID |
blob | commitdiff | raw | diff to current |
2013-10-16 |
reed@google.com | add disabled tests, in pref for experimental isRect... |
blob | commitdiff | raw | diff to current |
2013-10-16 |
skia.committer@gma... | Sanitizing source files in Housekeeper-Nightly |
blob | commitdiff | raw | diff to current |
2013-10-15 |
reed@google.com | account for inverse-paths when we prealloc storage... |
blob | commitdiff | raw | diff to current |
2013-10-15 |
reed@google.com | meant to DISABLE this test |
blob | commitdiff | raw | diff to current |
2013-10-15 |
reed@google.com | add test for https://code.google.com/p/skia/issues... |
blob | commitdiff | raw | diff to current |
2013-09-25 |
bungeman@google.com | Refactor PathTest.cpp test_isNestedRects and test_isRect. |
blob | commitdiff | raw | diff to current |
2013-09-20 |
reed@google.com | promote SkImage::AlphaType to SkAlphaType |
blob | commitdiff | raw | diff to current |
2013-09-09 |
commit-bot@chromiu... | Change old PRG to be SkLCGRandom; change new one to... |
blob | commitdiff | raw | diff to current |
2013-08-22 |
mtklein@google.com | My clang now doesn't complain about !"foo". |
blob | commitdiff | raw | diff to current |
next |