1. ae4976c reduce total number of segments in giant-dash by commit-bot@chromium.org · 10 years ago
  2. 35c03fb Remove scaleToFit from DashPathEffect by commit-bot@chromium.org · 10 years ago
  3. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  4. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  5. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  6. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  7. 69feaca Fix Android bench bots for Xoom due to OOM errors. by djsollen@google.com · 11 years ago
  8. 5d7ca95 Fix gyp files to allow ninja to build 64 bit on Mac. by commit-bot@chromium.org · 11 years ago
  9. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  10. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  11. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 11 years ago
  12. c270baf change giantdashline test to use 4 intervals, to explicitly avoid the asPoints by reed@google.com · 11 years ago
  13. e5ceea9 update to emphasis the culling aspect of the test (making the line much longer, by reed@google.com · 11 years ago
  14. 996f64f add bench for giant dashed lines, to test future optimizations for culling by reed@google.com · 11 years ago
  15. a8f23c7 use DEF_BENCH for clarity by reed@google.com · 11 years ago
  16. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  17. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
  19. 73bb3be Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 5125d84 add more cases to dashline: circle-vs-square, 0,1,2 stroke_width by reed@google.com · 12 years ago
  21. 31e9d64 add bench for drawline + dashing by reed@google.com · 12 years ago
  22. 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
  23. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  24. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  25. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  26. ea6f683 add makedash_ variants to measure applying the dash (not drawing it) by reed@google.com · 12 years ago
  27. a584aed perform quickReject in drawPoints (which is called by drawLine) just like we by reed@google.com · 12 years ago
  28. 4ad2275 add clipped case for dashing to exercise quickReject by reed@google.com · 12 years ago
  29. ef85e3c add experimental variant of dashing, where we explicitly draw rects by reed@google.com · 12 years ago
  30. 99a6ef4 add different stroke-widths to dash bench by mike@reedtribe.org · 12 years ago
  31. 4aa1a70 add initial bench for dashing (more work to do) by reed@google.com · 12 years ago