aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTessellator.cpp
Commit message (Expand)AuthorAge
...
* 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
* Tessellator: better fix for reused-edges issue.Gravatar senorblanco2016-08-18
* Fix assert caused by floating point error in tessellating path renderer.Gravatar senorblanco2016-08-17
* Fix vertex count estimate in GrTessellator.Gravatar senorblanco2016-07-13
* Fix for rare crash in Poly::addEdge().Gravatar senorblanco2016-06-07
* Tessellator: stop copying vertices into Polys and Monotones.Gravatar senorblanco2016-06-02
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* GrTessellator: abstract vertex allocation into caller.Gravatar senorblanco2016-03-10
* Small GrTessellator refactor and cleanup.Gravatar senorblanco2016-03-08
* Broke GrTessellatingPathRenderer's tessellator out into a separate file.Gravatar ethannicholas2016-01-07
* Revert of Broke GrTessellatingPathRenderer's tessellator out into a separate ...Gravatar caryclark2016-01-07
* Broke GrTessellatingPathRenderer's tessellator out into a separate file.Gravatar ethannicholas2016-01-06