index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pathops
Commit message (
Expand
)
Author
Age
*
Consolidate SK_CRASH and sk_throw into SK_ABORT
djsollen
2016-01-29
*
Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800...
djsollen
2016-01-22
*
Consolidate SK_CRASH and sk_throw into SK_ABORT
djsollen
2016-01-22
*
only call scalar finite when necessary
caryclark
2015-12-16
*
path ops: check for deleted ends
caryclark
2015-12-14
*
ubsan shift fixes
caryclark
2015-12-09
*
fix coincident fuzzer
caryclark
2015-12-07
*
fix pathops coincidence fuzz bug
caryclark
2015-11-20
*
path ops: fix fuzz-found divide by zero
caryclark
2015-11-02
*
path ops; remove obsolete reduce
caryclark
2015-10-30
*
More conic-specific tests revealed a few conic-specific bugs. Because javascr...
caryclark
2015-10-30
*
Reland of path ops: fix conic weight and partial coincidence (patchset #1 id:...
caryclark
2015-10-22
*
Revert of path ops: fix conic weight and partial coincidence (patchset #5 id:...
caryclark
2015-10-21
*
The remaining 1m skp bugs are asserts that can be harmlessly
caryclark
2015-10-20
*
Enabling clip stack flattening exercises path ops.
caryclark
2015-10-16
*
remove unused fields from SkOpSegment
caryclark
2015-09-04
*
remove duplicate linked list adjustment
caryclark
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Remove include of stdlib.h from SkTypes.h.
bungeman
2015-08-26
*
fix pathops fuzz failures
caryclark
2015-08-18
*
Remove a couple zombie pathops files.
mtklein
2015-08-18
*
remove unused code
caryclark
2015-08-17
*
compute split conic endpoints exactly
caryclark
2015-07-28
*
fix path ops fuzz buster
caryclark
2015-07-23
*
fix pathops battle test
caryclark
2015-07-07
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-07
*
When three or more edges are coincident, the logic needs
caryclark
2015-07-06
*
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....
jvanverth
2015-07-02
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-01
*
don't fix winding for empty paths
caryclark
2015-06-29
*
initialize firstDir
caryclark
2015-06-17
*
SkPath::Direction serves two masters:
reed
2015-06-10
*
fix builder winding again
caryclark
2015-05-18
*
The path ops builder code needs to determine the winding of each contour adde...
caryclark
2015-05-18
*
fix path op builder
caryclark
2015-05-14
*
look for deleted pts when detecting line/curve coincident edges
caryclark
2015-05-14
*
deal more consistently with unsortable edges
caryclark
2015-05-13
*
Path ops formerly found the topmost unprocessed edge and determined its angle...
caryclark
2015-05-11
*
use pathops utils to improve precision of cubic chopping in scan converter
reed
2015-04-30
*
minor fixes to cubics code and overall alignment of how bounds and tops are c...
caryclark
2015-04-29
*
fix valgrind
caryclark
2015-04-27
*
fix multiple intersection logic
caryclark
2015-04-24
*
working on initial winding for cubics
caryclark
2015-04-23
*
fix valgrind uninitialized var error
caryclark
2015-04-21
*
Now, path ops natively intersect conics, quads, and cubics in any combination...
caryclark
2015-04-20
*
fix valgrind uninitialized issue
caryclark
2015-04-13
*
fix valgrind bug
caryclark
2015-04-06
*
add legacy pathop enums; fix uninitialized warning
caryclark
2015-03-26
*
cumulative pathops patch
caryclark
2015-03-26
[next]