History log of /external/skia/src/gpu/batches/GrAAConvexTessellator.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1bcbc8f8c0747691496d779055675bc47ca65c86 08-Jan-2016 ethannicholas <ethannicholas@google.com> Fixed an assertion error in GrAAConvexTessellator. While adding a new point, it would check that the new point was not a duplicate of the previous point. It would then drop the previous point if it was in the middle of a straight line, and proceed to add the new point.

Unfortunately, floating point precision issues mean that sometimes, after dropping the previous point, we'd end up with the newly-added point as a duplicate of the new previous point, tripping an assertion failure.

BUG=skia:4732
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1557903002

Review URL: https://codereview.chromium.org/1557903002
/external/skia/src/gpu/batches/GrAAConvexTessellator.cpp
44c3128bd892d32f797810d93ef1ed392e0b902d 03-Sep-2015 robertphillips <robertphillips@google.com> Clean up some lint complaints

BUG=skia:4287

Review URL: https://codereview.chromium.org/1327943003
/external/skia/src/gpu/batches/GrAAConvexTessellator.cpp
6335a729769b06f0d6a1450c7c02e03f95bbb049 01-Sep-2015 joshualitt <joshualitt@chromium.org> Move PathRenderers to batches folder

BUG=skia:

Review URL: https://codereview.chromium.org/1306143005
/external/skia/src/gpu/batches/GrAAConvexTessellator.cpp