1. a81b626 Fix SkASSERT for convex paths with DAA by Yuqian Li · 7 years ago
  2. 5eb8fc5 No chop at y extrema for cubics by Yuqian Li · 7 years ago
  3. df60e36 New analytic AA scan converter using delta (I call it DAA for now) by Yuqian Li · 7 years ago
  4. 1c84088 Explicitly check edge count >= 2 in non-debug build by Yuqian Li · 7 years ago
  5. cd0a61e fix scan converter arena alloc by Cary Clark · 7 years ago
  6. 2b46f3e Revert "Use inline storage for SkEdgeBuilder." by Mike Klein · 8 years ago
  7. be32a43 Use inline storage for SkEdgeBuilder. by Herb Derby · 8 years ago
  8. 4b1b04d Use SkArenaAlloc in SkEdgeBuilder. by Herb Derby · 8 years ago
  9. 5baafa8 extend clipper for lines, for uniformity, and so curves can call itself with lines by Mike Reed · 8 years ago
  10. 451ceba Combine analytic edges with tolerance by liyuqian · 8 years ago
  11. 38911a7 Resubmit issue 2221103002 to fix the iOS build by declaring the flag in by liyuqian · 8 years ago
  12. d36baa7 Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of https://codereview.chromium.org/2221103002/ ) by stephana · 8 years ago
  13. 7795822 Implement AnalyticAA for convex shapes. by liyuqian · 8 years ago
  14. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  15. a7b1685 remove legacy flags by caryclark · 9 years ago
  16. afd25f7 combine vertical overlapping edges by caryclark · 9 years ago
  17. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  18. e053ca4 remove unused clip parameter to SkEdge::setClip by reed · 9 years ago
  19. 31223e0 cull edges that are to the right of the clip by reed · 10 years ago
  20. 01d3319 Faster edge re-sort by reed · 10 years ago
  21. 0692c5f Revert of Faster edge re-sort, drop trailing edges (patchset #2 id:20001 of https://codereview.chromium.org/907623002/) by reed · 10 years ago
  22. 2322115 Faster edge re-sort, drop trailing edges by reed · 10 years ago
  23. c319d07 Revert of faster edge re-sort, drop trailing edges (patchset #4 id:60001 of https://codereview.chromium.org/891613003/) by reed · 10 years ago
  24. 38f1c00 faster edge re-sort, drop trailing edges by reed · 10 years ago
  25. 3f4e045 fixes for conics by reed · 10 years ago
  26. 220f926 use conics by reed · 10 years ago
  27. a8c7f77 fix (some) 64bit warnings -- size_t -> int by commit-bot@chromium.org · 11 years ago
  28. 01efe13 remove leftover printf by reed@google.com · 11 years ago
  29. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  30. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  31. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  32. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  33. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  34. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  35. b6a2ba7 create inline version of setLine that assumes no clip. 10% faster for dashing gms by reed@google.com · 12 years ago
  36. c8d640b special-case edge-building for polygons (paths with only lines) by reed@google.com · 12 years ago
  37. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 12 years ago
  38. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  39. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  40. 909994f new scanconversion technique by reed@android.com · 15 years ago