aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrShape.h
Commit message (Expand)AuthorAge
* trim #include <new> from SkPostConfig.hGravatar Mike Klein2018-06-11
* Make the SkPathRef GenIDChangeListener ref countedGravatar Chris Dalton2018-06-08
* Revert "Reland "Revert "Add arcs as a specialized geometry to GrShape."""Gravatar Brian Salomon2018-04-26
* Reland "Revert "Add arcs as a specialized geometry to GrShape.""Gravatar Brian Salomon2018-04-25
* Revert "Revert "Add arcs as a specialized geometry to GrShape.""Gravatar Brian Salomon2018-04-25
* Revert "Add arcs as a specialized geometry to GrShape."Gravatar Mike Klein2018-04-24
* Add arcs as a specialized geometry to GrShape.Gravatar Brian Salomon2018-04-23
* Make GrShape lazily initialize an original path for gen id change listenersGravatar Brian Salomon2018-01-03
* Make GrShape recognize horizontal/vertical dashed lines with 0 off intervals ...Gravatar Brian Salomon2017-12-21
* Make GrRenderTargetContext::drawPath() use GrShape to identify simplerGravatar Brian Salomon2017-12-20
* Sever fOriginalPath connection whenever a GrShape becomes a simple typeGravatar Brian Osman2017-10-04
* Invalidate path VBs when paths are destroyedGravatar Brian Osman2017-09-26
* Add methods for converting GrShape to filled styleGravatar Brian Salomon2017-09-01
* Revert "Revert "Add a GrShape::Type value for an inverted empty path""Gravatar Brian Salomon2017-08-31
* Revert "Add a GrShape::Type value for an inverted empty path"Gravatar Brian Salomon2017-08-31
* Add a GrShape::Type value for an inverted empty pathGravatar Brian Salomon2017-08-31
* Make GrShape compute keys for short paths from path data instead of using the...Gravatar bsalomon2016-09-21
* Make lines a special case in GrShapeGravatar bsalomon2016-06-28
* Revert of Make lines a special case in GrShape (patchset #5 id:120001 of http...Gravatar bsalomon2016-06-28
* Make lines a special case in GrShapeGravatar bsalomon2016-06-28
* Use a union inside GrShape to hold geometryGravatar bsalomon2016-06-27
* Add some more getters to GrShape.Gravatar bsalomon2016-06-23
* Canonicalize path fill types for stroked paths in GrShape.Gravatar bsalomon2016-06-23
* Apply canonicalizations to path GrShapes.Gravatar bsalomon2016-06-21
* Some simplifications of GrShape reductions/canonicalizationsGravatar bsalomon2016-06-20
* Fix GrShape to preserve inverseness of rrects for strokes but not dashes.Gravatar bsalomon2016-06-14
* Add control over whether lines are special cased in SkDashPath. Disable when ...Gravatar bsalomon2016-06-13
* Make GrShape capable of representing inverse filled rrects.Gravatar bsalomon2016-06-10
* Get segment masks from GrShape.Gravatar bsalomon2016-06-07
* Make GrShape track the winding direction and starting point for rrect types.Gravatar bsalomon2016-06-06
* Add bounds to GrShapeGravatar bsalomon2016-05-13
* Add isEmpty() query to GrShape and improve comments.Gravatar bsalomon2016-05-11
* Incorporate scale into GrStyle and GrShapeGravatar bsalomon2016-05-09
* Make cap only affect the keys of GrShapes that are possibly-openGravatar bsalomon2016-05-04
* Expand GrStyle's interface.Gravatar bsalomon2016-05-04
* Detect empty (r)rects in GrShape.Gravatar bsalomon2016-04-28
* Add support for building GrShape from SkPath and more testsGravatar bsalomon2016-04-27
* Add initial implementation of GrShape and GrStyle classes and testsGravatar bsalomon2016-04-26
* Revert of Add initial implementation of GrShape and GrStyle classes and tests...Gravatar bsalomon2016-04-26
* Add initial implementation of GrShape and GrStyle classes and testsGravatar bsalomon2016-04-26
* Revert of Add initial implementation of GrShape and GrStyle classes and tests...Gravatar robertphillips2016-04-26
* Add initial implementation of GrShape and GrStyle classes and testsGravatar bsalomon2016-04-25