1. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  2. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  3. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  4. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  5. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  6. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  7. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  8. 8152113 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  9. af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 11 years ago
  10. 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 11 years ago
  11. ab38e56 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  12. 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 11 years ago
  13. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  14. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 11 years ago
  15. 0cf7b82 use DEF_BENCH macro by mike@reedtribe.org · 11 years ago
  16. e2bfd8b The oval path bench tests used to draw a circle, but I changed them to an oval by jvanverth@google.com · 12 years ago
  17. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  18. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  19. 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
  20. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
  22. c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
  23. b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
  24. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  25. f6fc3fc Add new bench to exercise SkPath::arcTo (arbroundrect) by robertphillips@google.com · 12 years ago
  26. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  27. 83187a2 Make all random path benchs non-rendering by robertphillips@google.com · 12 years ago
  28. 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
  29. 17bb458 Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle by robertphillips@google.com · 12 years ago
  30. b5e4703 Reduce number of paths created by benchs by bsalomon@google.com · 12 years ago
  31. 6d552ee Reduce allocations in RandomPathBench by bsalomon@google.com · 12 years ago
  32. 62e4190 Reduce path_copy iteration count, hopefully allows nexus s bot to complete without OOM. by bsalomon@google.com · 12 years ago
  33. 30e6d2c Adds a bunch of benchmarks around creating, transforming, testing path equality, by bsalomon@google.com · 12 years ago
  34. 1647a19 add circle benchmark by bsalomon@google.com · 12 years ago
  35. e50f736 Add a wide stroked line path benchmark to bench. It uses the same stroke width by senorblanco@chromium.org · 13 years ago
  36. ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  37. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  38. 6e8d335 New benchmark to create many random quadratic paths. by tomhudson@google.com · 13 years ago
  39. d34658a add benchmark for path filling by reed@google.com · 13 years ago