aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTessellator.cpp
Commit message (Expand)AuthorAge
* 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
* GrTessellator AA: fix 1px wide paths.Gravatar Stephen White2017-05-08
* GrTessellator: fix for vertex coincident with enclosing edge.Gravatar Stephen White2017-05-04
* GrTessellator: speed up linearized quadratic Beziers.Gravatar Stephen White2017-03-28
* GrTessellator (AA): implement fast path for non-intersecting geometry.Gravatar Stephen White2017-03-13
* GrTessellator: convert contours to VertexLists.Gravatar Stephen White2017-03-07
* GrTessellator: Implement a fast path in poly emission.Gravatar Stephen White2017-03-03
* GrTessellator: add a null-check for a clusterfuzz test case.Gravatar Stephen White2017-03-03
* GrTessellator (AA): restore rounding in Line::intersect().Gravatar Stephen White2017-03-02
* GrTessellator: minor cleanups and speedups.Gravatar Stephen White2017-03-01
* GrTessellator: take sweep_gt out behind the woodshed.Gravatar Stephen White2017-02-28
* GrTessellator (AA): simplify boundary extraction.Gravatar Stephen White2017-02-23
* GrTessellator (AA): sorting and comparison performance improvements.Gravatar Stephen White2017-02-23
* GrTessellator: misc. cleanups and minor tweaks.Gravatar Stephen White2017-02-22
* GrTessellator (AA): implement fast path for removing non-boundary edges.Gravatar Stephen White2017-02-21
* GrTessellator (AA): Performance tweaks and cleanup.Gravatar Stephen White2017-02-17
* Revert "GrTessellator (AA): Performance tweaks and cleanup."Gravatar Ben Wagner2017-02-16
* GrTessellator (AA): Performance tweaks and cleanup.Gravatar Stephen White2017-02-16
* GrTessellator (AA): fix "Canvas Arcs" coverage artifact.Gravatar Stephen White2017-02-13
* Move GrTessellator from SkChunckAlloc to SkArenaAlloc.Gravatar Herb Derby2017-02-13
* GrTessellator (AA): improve antialiasing of thin shapes.Gravatar Stephen White2017-02-06
* GrTessellator (AA): Fix for missing fill artifacts.Gravatar Stephen White2017-02-03
* GrTessellator (AA): improve AA quality for near-overlapping paths.Gravatar Stephen White2017-01-30
* AA GrTessellator: fix bevelling of acute angles.Gravatar Stephen White2017-01-27
* GrTessellator: fix for disappearing thin path.Gravatar Stephen White2017-01-17
* GrTessellator: fix artifact with exactly-1-px-wide edges.Gravatar Stephen White2017-01-12
* GrTessellator: fix compile when LOGGING_ENABLED.Gravatar Stephen White2017-01-09
* Modify GrTessellator to use a VertexList where possible.Gravatar Stephen White2017-01-04
* Quality and performance fixes for AA tessellating path renderer.Gravatar Stephen White2017-01-03
* Revert "Quality and performance fixes for AA tessellating path renderer."Gravatar Stephan White2017-01-03
* Quality and performance fixes for AA tessellating path renderer.Gravatar Stephen White2017-01-03
* Remove SkAutoTDeleteArrayGravatar Ben Wagner2016-11-02
* GrTessellator: make inverse fill types more sane.Gravatar senorblanco2016-10-12
* fix vertex alpha calculation in GrTesselatorGravatar lsalzman2016-10-11
* GrTessellator: refactor Line out of Edge.Gravatar senorblanco2016-10-07
* Screenspace AA tessellated GPU path rendering.Gravatar senorblanco2016-08-31
* Revert of Screenspace AA tessellated path rendering. (patchset #37 id:730001 ...Gravatar senorblanco2016-08-31
* Screenspace AA tessellated GPU path rendering.Gravatar senorblanco2016-08-31