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
*
Stop using SkTSwap.
Ben Wagner
2018-06-19
*
GrTessellator: rename intersection check args.
Stephen White
2018-06-14
*
GrTessellator: catch missing intersections.
Stephen White
2018-06-08
*
Add checks to make sure we don't overflow 32 bit int in GPU path renderers.
Greg Daniel
2018-06-07
*
GrTessellator: yet another out-of-range splitting fix.
Stephen White
2018-06-06
*
GrTessellator: fix for overlapping outer boundary edges in AA case.
Stephen White
2018-06-05
*
GrTessellator: fix winding merged to zero on split edge.
Stephen White
2018-06-01
*
GrTessellator: fix for ping-pong split fuzzer hang.
Stephen White
2018-05-31
*
Revert "GrTessellator: fix for ping-pong split fuzzer hang."
Ravi Mistry
2018-05-29
*
GrTessellator: fix for ping-pong split fuzzer hang.
Stephen White
2018-05-29
*
GrTessellator: remove collinear vertices.
Stephen White
2018-05-25
*
GrTessellator: fix crash on merging a dead edge.
Stephen White
2018-05-22
*
GrTessellator: remove 64K vertex limit.
Stephen White
2018-05-22
*
GrTessellator: fix for zombie edge fuzzer crash.
Stephen White
2018-05-18
*
Remove GR_TESSELLATOR_LEGACY_INVERSION_HANDLING (unused).
Stephen White
2018-05-04
*
GrTessellator: fix for points that become infinite on stroking.
Stephen White
2018-04-03
*
Reland "GrTessellator: hang fix."
Stephen White
2018-03-29
*
Revert "GrTessellator: hang fix."
Mike Klein
2018-03-29
*
GrTessellator: hang fix.
Stephen White
2018-03-28
*
ccpr: Tessellate fans for very large and/or simple paths
Chris Dalton
2018-02-14
*
Revert "ccpr: Tessellate fans for very large and/or simple paths"
Cary Clark
2018-02-12
*
ccpr: Tessellate fans for very large and/or simple paths
Chris Dalton
2018-02-12
*
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
[next]