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
*
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
*
remove older version of cubic->coeff
reed
2015-04-15
*
Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://c...
reed
2015-04-15
*
Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of...
reed
2015-04-15
*
Speeup hairline curves (quads and cubics)
reed
2015-04-15
*
Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T>
mtklein
2015-03-30
*
impl SkConvertQuadToCubic w/ Sk2s
reed
2015-03-26
*
use new faster/vector impl for chopping conics
reed
2015-03-26
*
remove slower scalar code in favor of vectors
reed
2015-03-26
*
SkChopCubicAt2 using Sk2s -- 2x faster
reed
2015-03-24
*
cleanup using constructors
reed
2015-03-20
*
use Sk2s for conics
reed
2015-03-20
*
use Sk2s for EvalQuadTangent and ChopQuadAt
reed
2015-03-20
*
Try out operator overloads for Sk2x.
mtklein
2015-03-19
*
Port to real Sk2f.
mtklein
2015-03-19
*
alt SkEvalQuadAt that returns its answer, using Sk2f
reed
2015-03-19
*
remove unused SkXRay functions
reed
2015-03-18
*
Remove SK_SUPPORT_LEGACY_CONIC_COMPUTE_QUAD_POW2
fmalita
2015-02-17
*
interpret conic tolerance correctly -- big rebaseline
reed
2015-02-12
*
Use conics for round joins and caps
reed
2015-02-10
[next]