aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathUtils.h
Commit message (Expand)AuthorAge
* Add GrPathUtils::calcCubicInverseTransposePowerBasisMatrixGravatar Chris Dalton2017-08-28
* Add a GrCCPRGeometry fileGravatar Chris Dalton2017-08-28
* CCPR: Process quadratic flat edges without soft msaaGravatar Chris Dalton2017-08-07
* Handle too many (or too large) paths in GrDefaultPathRendererGravatar Brian Osman2017-06-20
* Convert SkClassifyCubic to double precisionGravatar Chris Dalton2017-06-12
* Improve cubic KLM accuracyGravatar Chris Dalton2017-06-09
* Revert "Handle too many (or too large) paths in GrDefaultPathRenderer"Gravatar Brian Osman2017-06-09
* Handle too many (or too large) paths in GrDefaultPathRendererGravatar Brian Osman2017-06-09
* Revert "Handle too many (or too large) paths in GrDefaultPathRenderer"Gravatar Brian Osman2017-06-07
* Handle too many (or too large) paths in GrDefaultPathRendererGravatar Brian Osman2017-06-07
* Pre-clamp path toleranceGravatar Brian Osman2017-05-09
* Find cubic KLM functionals directlyGravatar csmartdalton2017-03-23
* Generaly Fixes to gpu bezier codeGravatar Greg Daniel2017-03-14
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Modify interface to GrPathUtils::convertCubicToQuadsGravatar bsalomon2016-02-16
* Make onPrepareDraws constGravatar joshualitt2015-11-30
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* SkPath::Direction serves two masters:Gravatar reed2015-06-10
* Improve the curve tessellation subdivision of the path renderers.Gravatar senorblanco2015-04-22
* Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)Gravatar robertphillips2014-06-02
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Move gpu conic calculations to GrPathUtilsGravatar commit-bot@chromium.org2013-08-20
* Add direct bezier cubic support for GPU shadersGravatar commit-bot@chromium.org2013-08-20
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Preserve convex control point polygon in cubic->quadratic approximationGravatar bsalomon@google.com2012-07-10
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* Allow compiler to optimize applying quadratic UV matrix to vertsGravatar bsalomon@google.com2012-03-15
* Add convex path renderer (disabled)Gravatar bsalomon@google.com2012-01-17
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12