Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
3b2fb981ab8d011077eb6de7eec5fe1f590906b3
/
src
/
gpu
/
GrAAConvexTessellator.cpp
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
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
9730f4a
Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #6 id:100001 of https://codereview.chromium.org/1180903006/)
by reed
· 10 years ago
2436f19
added stroking support to GrAALinearizingConvexPathRenderer
by ethannicholas
· 10 years ago
1a1b3ac
Added GrAAFlatteningConvexPathRenderer.
by ethannicholas
· 10 years ago
364ad00
Fix for bisector computation bug in GrAAConvexTessellator
by robertphillips
· 10 years ago
84b0088
Add GrAAConvexTessellator class
by robertphillips
· 10 years ago