aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGeometry.cpp
Commit message (Expand)AuthorAge
* Remove overly-promiscuous SkNx syntax sugar.Gravatar mtklein2015-06-10
* handle large conic strokes betterGravatar caryclark2015-05-19
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* remove near one check for arcsGravatar caryclark2015-05-11
* use pathops utils to improve precision of cubic chopping in scan converterGravatar reed2015-04-30
* remove older version of cubic->coeffGravatar reed2015-04-15
* Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://c...Gravatar reed2015-04-15
* Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of...Gravatar reed2015-04-15
* Speeup hairline curves (quads and cubics)Gravatar reed2015-04-15
* Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T>Gravatar mtklein2015-03-30
* impl SkConvertQuadToCubic w/ Sk2sGravatar reed2015-03-26
* use new faster/vector impl for chopping conicsGravatar reed2015-03-26
* remove slower scalar code in favor of vectorsGravatar reed2015-03-26
* SkChopCubicAt2 using Sk2s -- 2x fasterGravatar reed2015-03-24
* cleanup using constructorsGravatar reed2015-03-20
* use Sk2s for conicsGravatar reed2015-03-20
* use Sk2s for EvalQuadTangent and ChopQuadAtGravatar reed2015-03-20
* Try out operator overloads for Sk2x.Gravatar mtklein2015-03-19
* Port to real Sk2f.Gravatar mtklein2015-03-19
* alt SkEvalQuadAt that returns its answer, using Sk2fGravatar reed2015-03-19
* remove unused SkXRay functionsGravatar reed2015-03-18
* Remove SK_SUPPORT_LEGACY_CONIC_COMPUTE_QUAD_POW2Gravatar fmalita2015-02-17
* interpret conic tolerance correctly -- big rebaselineGravatar reed2015-02-12
* Use conics for round joins and capsGravatar reed2015-02-10
* use conics for arcToGravatar reed2015-02-09
* use conicsGravatar reed2014-12-17
* Extract cubic classification from gpu into geometryGravatar caryclark2014-12-12
* Add more debugging for newly failing assert (DM on Xoom bots).Gravatar Mike Klein2014-09-12
* Stub for conic section max curvatureGravatar commit-bot@chromium.org2014-02-21
* update for coding style, remove explicit floatsGravatar commit-bot@chromium.org2014-02-21
* That's confusing. Make it clear we're working with 3 points == 9 scalars.Gravatar commit-bot@chromium.org2014-01-28
* remove remaining references to Sk64 (obsolete)Gravatar reed@google.com2014-01-13
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOA...Gravatar reed@google.com2013-12-16
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Construct round rects with perpendicular tangents.Gravatar commit-bot@chromium.org2013-11-01
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-28
* This CL effectively reverts:Gravatar robertphillips@google.com2013-09-27
* Add implicit hairline conic rendering to GPUGravatar egdaniel@google.com2013-07-12
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-10
* GM (and fix) for drawArc capping issueGravatar robertphillips@google.com2013-07-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-08
* share derivative code with extrema logic, remove some dead code.Gravatar mike@reedtribe.org2013-05-08
* fix impl for conic derivative (tangent)Gravatar mike@reedtribe.org2013-05-08
* add (untested) tangent calc for conicsGravatar reed@google.com2013-05-07
* add routines to compute error between conic and quadGravatar mike@reedtribe.org2013-04-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-28
* add computation for error in conic-as-quadGravatar mike@reedtribe.org2013-04-27