index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrTessellator.cpp
Commit message (
Expand
)
Author
Age
*
GrTessellator: eliminate some redundant computation.
Stephen White
2018-01-12
*
GrTessellator: set a cap on quadratic linearization.
Stephen White
2018-01-09
*
GrTessellator: fix for assert on bevelling.
Stephen White
2018-01-05
*
GrTessellator: fix for points which become non-finite on AA stroking.
Stephen White
2018-01-04
*
GrTessellator: implement straight skeleton, phase 2.
Stephen White
2017-12-21
*
GrTessellator: refactor, cleanup, add logging.
Stephen White
2017-12-18
*
move parts of SkPoint to SkPointPriv
Cary Clark
2017-11-08
*
GrTessellator: when sanitizing contours, remove non-finite points.
Stephen White
2017-08-23
*
Fix artifacts on tiny stroked paths scaled up a lot.
Stephen White
2017-08-23
*
Revert "GrTessellator: when sanitizing contours, remove non-finite points."
Robert Phillips
2017-08-23
*
Revert "Fix artifacts on tiny stroked paths scaled up a lot."
Robert Phillips
2017-08-23
*
Fix artifacts on tiny stroked paths scaled up a lot.
Stephen White
2017-08-22
*
GrTessellator: when sanitizing contours, remove non-finite points.
Stephen White
2017-08-22
*
GrTessellator: fix for collinear out-of-range intersections.
Stephen White
2017-08-16
*
GrTessellator: fix two NaN issues.
Stephen White
2017-06-12
*
GrTessellator: fix logging; fix test comment.
Stephen White
2017-06-09
*
GrTessellator: fix intersection above the first vertex.
Stephen White
2017-06-08
*
GrTessellator: implement out-of-range splitting and AEL rewinding.
Stephen White
2017-06-07
*
GrTessellator: fix for three edges becoming collinear after splitting.
Stephen White
2017-05-25
*
GrTessellator AA: fix 1px wide paths.
Stephen White
2017-05-08
*
GrTessellator: fix for vertex coincident with enclosing edge.
Stephen White
2017-05-04
*
GrTessellator: speed up linearized quadratic Beziers.
Stephen White
2017-03-28
*
GrTessellator (AA): implement fast path for non-intersecting geometry.
Stephen White
2017-03-13
*
GrTessellator: convert contours to VertexLists.
Stephen White
2017-03-07
*
GrTessellator: Implement a fast path in poly emission.
Stephen White
2017-03-03
*
GrTessellator: add a null-check for a clusterfuzz test case.
Stephen White
2017-03-03
*
GrTessellator (AA): restore rounding in Line::intersect().
Stephen White
2017-03-02
*
GrTessellator: minor cleanups and speedups.
Stephen White
2017-03-01
*
GrTessellator: take sweep_gt out behind the woodshed.
Stephen White
2017-02-28
*
GrTessellator (AA): simplify boundary extraction.
Stephen White
2017-02-23
*
GrTessellator (AA): sorting and comparison performance improvements.
Stephen White
2017-02-23
*
GrTessellator: misc. cleanups and minor tweaks.
Stephen White
2017-02-22
*
GrTessellator (AA): implement fast path for removing non-boundary edges.
Stephen White
2017-02-21
*
GrTessellator (AA): Performance tweaks and cleanup.
Stephen White
2017-02-17
*
Revert "GrTessellator (AA): Performance tweaks and cleanup."
Ben Wagner
2017-02-16
*
GrTessellator (AA): Performance tweaks and cleanup.
Stephen White
2017-02-16
*
GrTessellator (AA): fix "Canvas Arcs" coverage artifact.
Stephen White
2017-02-13
*
Move GrTessellator from SkChunckAlloc to SkArenaAlloc.
Herb Derby
2017-02-13
*
GrTessellator (AA): improve antialiasing of thin shapes.
Stephen White
2017-02-06
*
GrTessellator (AA): Fix for missing fill artifacts.
Stephen White
2017-02-03
*
GrTessellator (AA): improve AA quality for near-overlapping paths.
Stephen White
2017-01-30
*
AA GrTessellator: fix bevelling of acute angles.
Stephen White
2017-01-27
*
GrTessellator: fix for disappearing thin path.
Stephen White
2017-01-17
*
GrTessellator: fix artifact with exactly-1-px-wide edges.
Stephen White
2017-01-12
*
GrTessellator: fix compile when LOGGING_ENABLED.
Stephen White
2017-01-09
*
Modify GrTessellator to use a VertexList where possible.
Stephen White
2017-01-04
*
Quality and performance fixes for AA tessellating path renderer.
Stephen White
2017-01-03
*
Revert "Quality and performance fixes for AA tessellating path renderer."
Stephan White
2017-01-03
*
Quality and performance fixes for AA tessellating path renderer.
Stephen White
2017-01-03
*
Remove SkAutoTDeleteArray
Ben Wagner
2016-11-02
[next]