1. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  2. 95581bb Allow caps on hairlines for gpu dashed lines by Greg Daniel · 7 years ago
  3. 5fb3056 Fix gpu dashing for case when circle dashes are large enough to overlap by Greg Daniel · 7 years ago
  4. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  5. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  6. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  7. 6dc14aa adjust gm bounds for better content fit by reed · 8 years ago
  8. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  9. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  10. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  11. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  12. eb75c7d allow one zero length dash by caryclark · 8 years ago
  13. 6f0749c Revert of allow one zero length dash (patchset #8 id:140001 of https://codereview.chromium.org/1805963002/ ) by bungeman · 8 years ago
  14. 5e1a248 allow one zero length dash by caryclark · 8 years ago
  15. 1aaadbd make sausages rounder and portable by caryclark · 8 years ago
  16. d7ea92f pass cap to dash text by caryclark · 8 years ago
  17. 70e6d60 add new tests by caryclark · 8 years ago
  18. f97aa74 fix large dashed paths by caryclark · 9 years ago
  19. c00389e Fix gpu dashing for case where all intervals are 0. by egdaniel · 9 years ago
  20. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  21. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  22. 1c40292 remove unused GM flags by mtklein · 9 years ago
  23. cf5d9c9 Spin off GM::runAsBench() from flags. by mtklein · 9 years ago
  24. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  25. 21402e3 Bug fix for cull_line in SkDashPathEffect. by egdaniel · 10 years ago
  26. 9f2251c Crop the fast path dashed lines to the cull rect by robertphillips · 10 years ago
  27. e61c411 Use vertex attributes for dash effect in gpu by egdaniel · 10 years ago
  28. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  29. 71db882 Real fix for Widnows build errors for GrDashingEffect by commit-bot@chromium.org · 10 years ago
  30. 628ed0b Add Dashing gpu effect for simple dashed lines by commit-bot@chromium.org · 10 years ago
  31. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  32. 35c03fb Remove scaleToFit from DashPathEffect by commit-bot@chromium.org · 10 years ago
  33. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  34. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  35. b62ce70 Fix minor memory leaks by robertphillips@google.com · 11 years ago
  36. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  37. 5c4d558 dashing asPoints could draw excessively long first dash by robertphillips@google.com · 12 years ago
  38. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  39. 73b140a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. 8c685c5 Expand dashing3 GM to include additional dashing cases by robertphillips@google.com · 12 years ago
  41. 629ab54 Added dashing fast path by robertphillips@google.com · 12 years ago
  42. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  43. de1837b remove bogus nearlyzero checks by reed@google.com · 12 years ago
  44. 21384df add dashing2 gm to exercise dashing on curves and polygons by reed@google.com · 12 years ago
  45. 35a81df add gm for dashing variations by reed@google.com · 12 years ago