1. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  2. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  3. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  4. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  5. eb75c7d allow one zero length dash by caryclark · 8 years ago
  6. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  7. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  8. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  9. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  10. 1d24b8d Add matrix constructing helpers to SkMatrix by robertphillips · 9 years ago
  11. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  12. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  13. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  14. 05bb6f1 Add bench to measure drawing a dashed grid by egdaniel · 10 years ago
  15. ae4976c reduce total number of segments in giant-dash by commit-bot@chromium.org · 10 years ago
  16. 35c03fb Remove scaleToFit from DashPathEffect by commit-bot@chromium.org · 10 years ago
  17. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  18. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  19. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  20. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  21. 69feaca Fix Android bench bots for Xoom due to OOM errors. by djsollen@google.com · 11 years ago
  22. 5d7ca95 Fix gyp files to allow ninja to build 64 bit on Mac. by commit-bot@chromium.org · 11 years ago
  23. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  24. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  25. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 11 years ago
  26. c270baf change giantdashline test to use 4 intervals, to explicitly avoid the asPoints by reed@google.com · 11 years ago
  27. e5ceea9 update to emphasis the culling aspect of the test (making the line much longer, by reed@google.com · 11 years ago
  28. 996f64f add bench for giant dashed lines, to test future optimizations for culling by reed@google.com · 11 years ago
  29. a8f23c7 use DEF_BENCH for clarity by reed@google.com · 11 years ago
  30. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  31. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
  33. 73bb3be Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  34. 5125d84 add more cases to dashline: circle-vs-square, 0,1,2 stroke_width by reed@google.com · 12 years ago
  35. 31e9d64 add bench for drawline + dashing by reed@google.com · 12 years ago
  36. 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
  37. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  38. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  39. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  40. ea6f683 add makedash_ variants to measure applying the dash (not drawing it) by reed@google.com · 12 years ago
  41. a584aed perform quickReject in drawPoints (which is called by drawLine) just like we by reed@google.com · 12 years ago
  42. 4ad2275 add clipped case for dashing to exercise quickReject by reed@google.com · 12 years ago
  43. ef85e3c add experimental variant of dashing, where we explicitly draw rects by reed@google.com · 12 years ago
  44. 99a6ef4 add different stroke-widths to dash bench by mike@reedtribe.org · 12 years ago
  45. 4aa1a70 add initial bench for dashing (more work to do) by reed@google.com · 12 years ago