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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-08
*
share derivative code with extrema logic, remove some dead code.
mike@reedtribe.org
2013-05-08
*
fix impl for conic derivative (tangent)
mike@reedtribe.org
2013-05-08
*
add (untested) tangent calc for conics
reed@google.com
2013-05-07
*
add routines to compute error between conic and quad
mike@reedtribe.org
2013-04-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-28
*
add computation for error in conic-as-quad
mike@reedtribe.org
2013-04-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-27
*
add comment for computing max-diff between conic and its bounding quad
reed@google.com
2013-04-26
*
rename SkRationalQuad to SkConic
mike@reedtribe.org
2013-04-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-17
*
add compute-bounds for conics
mike@reedtribe.org
2013-04-17
*
add extrema for conics
mike@reedtribe.org
2013-04-17
*
add comments for computing derivatives
reed@google.com
2013-04-16
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-16
*
fix release warning (unused debug variable)
reed@google.com
2013-04-15
*
add experimental chop-into-quads for conics
mike@reedtribe.org
2013-04-15
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-14
*
add special-case for chopping at exactly half for rational-quads (2-3x faster)
mike@reedtribe.org
2013-04-14
*
compute new weight in standard-form
mike@reedtribe.org
2013-04-13
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-13
*
incomplete impl for chopping rational quads (need to "normalize" so I can get
reed@google.com
2013-04-12
*
experimental start to arcs
reed@google.com
2013-04-12
*
remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT
reed@google.com
2013-02-22
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Reverse sense of convex-quad-fix compiler flag
robertphillips@google.com
2013-01-23
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-19
*
Place r5997 (make arcto's convex) behind a compiler flag to delay day of reck...
robertphillips@google.com
2012-10-19
*
Altered arcTo's canonical points to (usually) be convex
robertphillips@google.com
2012-10-18
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode.
tomhudson@google.com
2012-04-10
*
fix edgecase in chopcubic where we computed duplicate tvalues
reed@google.com
2012-02-29
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add test for SkConvertQuadToCubic
reed@google.com
2011-07-27
*
Added optional "ambiguous" outgoing argument to XRay queries so that
kbr@chromium.org
2010-07-07
*
handle NaN in curve choppers and edgeclipper
reed@android.com
2010-03-08
*
add SkXRay geometry routines
reed@android.com
2010-02-05
*
fix typos in cubic clipper
reed@android.com
2009-11-18
*
add quadclipping utility, plus sample test
reed@android.com
2009-11-17
*
http://code.google.com/p/skia/issues/detail?id=32
reed@android.com
2009-08-28
*
more tests (need more meat in there)
reed@android.com
2009-02-27
*
fix warnings
reed@android.com
2009-01-15
*
grab from latest android
reed@android.com
2008-12-17