aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTessellator.cpp
Commit message (Expand)AuthorAge
* GrTessellator: fix for collinear edge merging.Gravatar Stephen White2018-07-26
* GrTessellator: fix overlap outer boundary winding.Gravatar Stephen White2018-07-18
* GrTessellator: collinear edges during sanitize.Gravatar Stephen White2018-07-16
* GrTessellator: missing intersection rewind fix.Gravatar Stephen White2018-07-13
* GrTessellator: handle three consecutive collinear edges.Gravatar Stephen White2018-07-02
* Revert "GrTessellator: handle three consecutive collinear edges."Gravatar Mike Klein2018-06-29
* GrTessellator: handle three consecutive collinear edges.Gravatar Stephen White2018-06-29
* GrTessellator: handle collinear final vertex.Gravatar Stephen White2018-06-28
* GrTessellator: avoid split with zero primary and out-of-range secondary.Gravatar Stephen White2018-06-22
* Stop using SkTSwap.Gravatar Ben Wagner2018-06-19
* GrTessellator: rename intersection check args.Gravatar Stephen White2018-06-14
* GrTessellator: catch missing intersections.Gravatar Stephen White2018-06-08
* Add checks to make sure we don't overflow 32 bit int in GPU path renderers.Gravatar Greg Daniel2018-06-07
* GrTessellator: yet another out-of-range splitting fix.Gravatar Stephen White2018-06-06
* GrTessellator: fix for overlapping outer boundary edges in AA case.Gravatar Stephen White2018-06-05
* GrTessellator: fix winding merged to zero on split edge.Gravatar Stephen White2018-06-01
* GrTessellator: fix for ping-pong split fuzzer hang.Gravatar Stephen White2018-05-31
* Revert "GrTessellator: fix for ping-pong split fuzzer hang."Gravatar Ravi Mistry2018-05-29
* GrTessellator: fix for ping-pong split fuzzer hang.Gravatar Stephen White2018-05-29
* GrTessellator: remove collinear vertices.Gravatar Stephen White2018-05-25
* GrTessellator: fix crash on merging a dead edge.Gravatar Stephen White2018-05-22
* GrTessellator: remove 64K vertex limit.Gravatar Stephen White2018-05-22
* GrTessellator: fix for zombie edge fuzzer crash.Gravatar Stephen White2018-05-18
* Remove GR_TESSELLATOR_LEGACY_INVERSION_HANDLING (unused).Gravatar Stephen White2018-05-04
* GrTessellator: fix for points that become infinite on stroking.Gravatar Stephen White2018-04-03
* Reland "GrTessellator: hang fix."Gravatar Stephen White2018-03-29
* Revert "GrTessellator: hang fix."Gravatar Mike Klein2018-03-29
* GrTessellator: hang fix.Gravatar Stephen White2018-03-28
* ccpr: Tessellate fans for very large and/or simple pathsGravatar Chris Dalton2018-02-14
* Revert "ccpr: Tessellate fans for very large and/or simple paths"Gravatar Cary Clark2018-02-12
* ccpr: Tessellate fans for very large and/or simple pathsGravatar Chris Dalton2018-02-12
* GrTessellator: eliminate some redundant computation.Gravatar Stephen White2018-01-12
* GrTessellator: set a cap on quadratic linearization.Gravatar Stephen White2018-01-09
* GrTessellator: fix for assert on bevelling.Gravatar Stephen White2018-01-05
* GrTessellator: fix for points which become non-finite on AA stroking.Gravatar Stephen White2018-01-04
* GrTessellator: implement straight skeleton, phase 2.Gravatar Stephen White2017-12-21
* GrTessellator: refactor, cleanup, add logging.Gravatar Stephen White2017-12-18
* move parts of SkPoint to SkPointPrivGravatar Cary Clark2017-11-08
* GrTessellator: when sanitizing contours, remove non-finite points.Gravatar Stephen White2017-08-23
* Fix artifacts on tiny stroked paths scaled up a lot.Gravatar Stephen White2017-08-23
* Revert "GrTessellator: when sanitizing contours, remove non-finite points."Gravatar Robert Phillips2017-08-23
* Revert "Fix artifacts on tiny stroked paths scaled up a lot."Gravatar Robert Phillips2017-08-23
* Fix artifacts on tiny stroked paths scaled up a lot.Gravatar Stephen White2017-08-22
* GrTessellator: when sanitizing contours, remove non-finite points.Gravatar Stephen White2017-08-22
* GrTessellator: fix for collinear out-of-range intersections.Gravatar Stephen White2017-08-16
* GrTessellator: fix two NaN issues.Gravatar Stephen White2017-06-12
* GrTessellator: fix logging; fix test comment.Gravatar Stephen White2017-06-09
* GrTessellator: fix intersection above the first vertex.Gravatar Stephen White2017-06-08
* GrTessellator: implement out-of-range splitting and AEL rewinding.Gravatar Stephen White2017-06-07
* GrTessellator: fix for three edges becoming collinear after splitting.Gravatar Stephen White2017-05-25