1. 0dacc67 When GrAAConvesTesselator was merging the first and last point of the array, it was deleting the last point without checking to see if any of the previous points shared the same index. This led to continuing to use the index of a deleted point and thus referencing memory past the end of the vertex array. by ethannicholas · 10 years ago
  2. bd5d7e7 Revert of Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #1 id:1 of https://codereview.chromium.org/1212833002/) by fmalita · 10 years ago
  3. 9730f4a Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #6 id:100001 of https://codereview.chromium.org/1180903006/) by reed · 10 years ago
  4. 2436f19 added stroking support to GrAALinearizingConvexPathRenderer by ethannicholas · 10 years ago
  5. 1a1b3ac Added GrAAFlatteningConvexPathRenderer. by ethannicholas · 10 years ago
  6. 364ad00 Fix for bisector computation bug in GrAAConvexTessellator by robertphillips · 10 years ago
  7. 84b0088 Add GrAAConvexTessellator class by robertphillips · 10 years ago