1. ec79c39 GrTessellator: fix for zombie edge fuzzer crash. by Stephen White · 6 years ago
  2. d7e3eaa Remove GR_TESSELLATOR_LEGACY_INVERSION_HANDLING (unused). by Stephen White · 6 years ago
  3. ea49523 GrTessellator: fix for points that become infinite on stroking. by Stephen White · 6 years ago
  4. 20010e8 Reland "GrTessellator: hang fix." by Stephen White · 6 years ago
  5. f259030 Revert "GrTessellator: hang fix." by Mike Klein · 6 years ago
  6. 050c867 GrTessellator: hang fix. by Stephen White · 6 years ago
  7. 84403d7 ccpr: Tessellate fans for very large and/or simple paths by Chris Dalton · 7 years ago
  8. 82040a9 Revert "ccpr: Tessellate fans for very large and/or simple paths" by Cary Clark · 7 years ago
  9. 4138c97 ccpr: Tessellate fans for very large and/or simple paths by Chris Dalton · 7 years ago
  10. 4f34fca GrTessellator: eliminate some redundant computation. by Stephen White · 7 years ago
  11. e40c361 GrTessellator: set a cap on quadratic linearization. by Stephen White · 7 years ago
  12. f470b7e GrTessellator: fix for assert on bevelling. by Stephen White · 7 years ago
  13. 94b7e54 GrTessellator: fix for points which become non-finite on AA stroking. by Stephen White · 7 years ago
  14. e260c46 GrTessellator: implement straight skeleton, phase 2. by Stephen White · 7 years ago
  15. 95152e1 GrTessellator: refactor, cleanup, add logging. by Stephen White · 7 years ago
  16. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  17. 73e7f80 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  18. 2cee283 Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 7 years ago
  19. 9d90224 Revert "GrTessellator: when sanitizing contours, remove non-finite points." by Robert Phillips · 7 years ago
  20. 5141d21 Revert "Fix artifacts on tiny stroked paths scaled up a lot." by Robert Phillips · 7 years ago
  21. 267641a Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 7 years ago
  22. 620cc24 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  23. 3f5301b GrTessellator: fix for collinear out-of-range intersections. by Stephen White · 7 years ago
  24. e3a0be7 GrTessellator: fix two NaN issues. by Stephen White · 7 years ago
  25. 019f6c0 GrTessellator: fix logging; fix test comment. by Stephen White · 7 years ago
  26. 0cb3167 GrTessellator: fix intersection above the first vertex. by Stephen White · 7 years ago
  27. 3b5a3fa GrTessellator: implement out-of-range splitting and AEL rewinding. by Stephen White · 7 years ago
  28. 6eca90f GrTessellator: fix for three edges becoming collinear after splitting. by Stephen White · 7 years ago
  29. ff60b17 GrTessellator AA: fix 1px wide paths. by Stephen White · 7 years ago
  30. 64dbb89 GrTessellator: fix for vertex coincident with enclosing edge. by Stephen White · 7 years ago
  31. 36e4f06 GrTessellator: speed up linearized quadratic Beziers. by Stephen White · 7 years ago
  32. bda29c0 GrTessellator (AA): implement fast path for non-intersecting geometry. by Stephen White · 8 years ago
  33. 3a9aab9 GrTessellator: convert contours to VertexLists. by Stephen White · 8 years ago
  34. 651cbe9 GrTessellator: Implement a fast path in poly emission. by Stephen White · 8 years ago
  35. 90732fd GrTessellator: add a null-check for a clusterfuzz test case. by Stephen White · 8 years ago
  36. b56dedf GrTessellator (AA): restore rounding in Line::intersect(). by Stephen White · 8 years ago
  37. 6641212 GrTessellator: minor cleanups and speedups. by Stephen White · 8 years ago
  38. e30cf80 GrTessellator: take sweep_gt out behind the woodshed. by Stephen White · 8 years ago
  39. 5ad721e GrTessellator (AA): simplify boundary extraction. by Stephen White · 8 years ago
  40. 16a40cb GrTessellator (AA): sorting and comparison performance improvements. by Stephen White · 8 years ago
  41. 8a0bfc5 GrTessellator: misc. cleanups and minor tweaks. by Stephen White · 8 years ago
  42. 4978906 GrTessellator (AA): implement fast path for removing non-boundary edges. by Stephen White · 8 years ago
  43. 11f65e0 GrTessellator (AA): Performance tweaks and cleanup. by Stephen White · 8 years ago
  44. dab4811 Revert "GrTessellator (AA): Performance tweaks and cleanup." by Ben Wagner · 8 years ago
  45. e595bbf GrTessellator (AA): Performance tweaks and cleanup. by Stephen White · 8 years ago
  46. 5926f2d GrTessellator (AA): fix "Canvas Arcs" coverage artifact. by Stephen White · 8 years ago
  47. 5cdc9dd Move GrTessellator from SkChunckAlloc to SkArenaAlloc. by Herb Derby · 8 years ago
  48. 92eba8a GrTessellator (AA): improve antialiasing of thin shapes. by Stephen White · 8 years ago
  49. 48ded38 GrTessellator (AA): Fix for missing fill artifacts. by Stephen White · 8 years ago
  50. 56158ae GrTessellator (AA): improve AA quality for near-overlapping paths. by Stephen White · 8 years ago
  51. 86cc841 AA GrTessellator: fix bevelling of acute angles. by Stephen White · 8 years ago
  52. eaf0079 GrTessellator: fix for disappearing thin path. by Stephen White · 8 years ago
  53. e7a364d GrTessellator: fix artifact with exactly-1-px-wide edges. by Stephen White · 8 years ago
  54. 2e2cb9b GrTessellator: fix compile when LOGGING_ENABLED. by Stephen White · 8 years ago
  55. bf6137e Modify GrTessellator to use a VertexList where possible. by Stephen White · 8 years ago
  56. 2f4686f Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
  57. 021f927 Revert "Quality and performance fixes for AA tessellating path renderer." by Stephan White · 8 years ago
  58. d4b2155 Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
  59. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  60. 7ab96e9 GrTessellator: make inverse fill types more sane. by senorblanco · 8 years ago
  61. 8c8fcef fix vertex alpha calculation in GrTesselator by lsalzman · 8 years ago
  62. 49df8d1 GrTessellator: refactor Line out of Edge. by senorblanco · 8 years ago
  63. f57372d Screenspace AA tessellated GPU path rendering. by senorblanco · 8 years ago
  64. 682580f Revert of Screenspace AA tessellated path rendering. (patchset #37 id:730001 of https://codereview.chromium.org/1152733009/ ) by senorblanco · 8 years ago
  65. 9992bde Screenspace AA tessellated GPU path rendering. by senorblanco · 8 years ago
  66. 212c7c3 Tessellator: better fix for reused-edges issue. by senorblanco · 8 years ago
  67. 70f5251 Fix assert caused by floating point error in tessellating path renderer. by senorblanco · 8 years ago
  68. 99f942e Fix vertex count estimate in GrTessellator. by senorblanco · 8 years ago
  69. 93e3fff Fix for rare crash in Poly::addEdge(). by senorblanco · 8 years ago
  70. 531237e Tessellator: stop copying vertices into Polys and Monotones. by senorblanco · 8 years ago
  71. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  72. 6599eff GrTessellator: abstract vertex allocation into caller. by senorblanco · 9 years ago
  73. e6eaa32 Small GrTessellator refactor and cleanup. by senorblanco · 9 years ago
  74. e9709e8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  75. fb82437 Revert of Broke GrTessellatingPathRenderer's tessellator out into a separate file. (patchset #8 id:240001 of https://codereview.chromium.org/1557083002/ ) by caryclark · 9 years ago
  76. 8b05cb8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago