aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathUtils.h
Commit message (Expand)AuthorAge
* 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