index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkGeometry.cpp
Commit message (
Expand
)
Author
Age
*
Pin max curvature solutions to 0..1
Chris Dalton
2018-07-25
*
use double to compute root to avoid overflow
Mike Reed
2018-06-21
*
Stop using SkTSwap.
Ben Wagner
2018-06-19
*
allow divide-by-zero in conics
Mike Reed
2018-05-24
*
ccpr: Normalize the cubic inflection function instead of its roots
Chris Dalton
2018-04-16
*
handle conic underflow calc
Mike Reed
2018-02-24
*
switch to double in conic split on infinities
Cary Clark
2018-02-02
*
Harden SkClassifyCubic
Chris Dalton
2017-11-09
*
move parts of SkPoint to SkPointPriv
Cary Clark
2017-11-08
*
Fix undefined behavior in normalize_t_s
Chris Dalton
2017-10-31
*
convert mapHomogeneousPoints to SkPoint3
Cary Clark
2017-10-18
*
Remove trailing whitespace.
Ben Wagner
2017-10-09
*
Remove tolerance form SkClassifyCubic
Chris Dalton
2017-09-28
*
If a conic contains any infinite points, abort chopping to quads.
Stephen White
2017-08-17
*
Fix SkClassifyCubic for near-quadratics
Chris Dalton
2017-07-14
*
Decrease the tolerance for classifying degenerate cubics
Chris Dalton
2017-06-29
*
Convert SkClassifyCubic to double precision
Chris Dalton
2017-06-12
*
Improve cubic KLM accuracy
Chris Dalton
2017-06-09
*
Improve accuracy of cubic classification
Chris Dalton
2017-04-14
*
Add tolerance to quadratic and linear cubic detection
csmartdalton
2017-03-09
*
Remove SK_SUPPORT_LEGACY_EVAL_CUBIC-guarded code
Florin Malita
2017-01-05
*
allow conic chop to fail
caryclark
2016-09-26
*
Reland of ix for conic fuzz (patchset #1 id:1 of https://codereview.chromium....
caryclark
2016-09-22
*
Revert of fix for conic fuzz (patchset #3 id:40001 of https://codereview.chro...
caryclark
2016-09-22
*
fix for conic fuzz
caryclark
2016-09-22
*
compare degenerates with tolerance
caryclark
2016-09-06
*
avoid generating degenerate conic from arc
caryclark
2016-08-26
*
fix conic path fuzz
caryclark
2016-08-23
*
handle large conic weights
reed
2016-07-13
*
pin before calling acos
caryclark
2016-05-27
*
SkNx: kth<...>() -> [...]
mtklein
2016-02-21
*
SkNx Load/store: take any pointer.
mtklein
2016-01-31
*
move more geometry to simd
caryclark
2016-01-26
*
remove legacy defines
caryclark
2016-01-25
*
replace arcto quads with a conic
caryclark
2016-01-20
*
fix circular dashing
caryclark
2016-01-19
*
Add comment for using infinite check in quad root
caryclark
2016-01-05
*
give up on quad root if infinite
caryclark
2016-01-05
*
replace older/slower/scaler version of conic evalAt
reed
2016-01-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Reland of ix zero-length tangent (patchset #1 id:1 of https://codereview.chro...
caryclark
2015-08-25
*
Revert of fix zero-length tangent (patchset #2 id:20001 of https://codereview...
caryclark
2015-08-25
*
fix zero-length tangent
caryclark
2015-08-25
*
Remove overly-promiscuous SkNx syntax sugar.
mtklein
2015-06-10
*
handle large conic strokes better
caryclark
2015-05-19
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
remove near one check for arcs
caryclark
2015-05-11
*
use pathops utils to improve precision of cubic chopping in scan converter
reed
2015-04-30
[next]