1. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  2. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  3. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  4. effcba4 Revert of replace SkFixedDiv impl with native 64bit math (patchset #2 id:20001 of https://codereview.chromium.org/1022543003/) by reed · 9 years ago
  5. 7c44ca9 replace SkFixedDiv impl with native 64bit math by reed · 9 years ago
  6. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  7. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  8. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  9. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  10. 11e5b97 Add sk_float_rsqrt with SSE + NEON fast paths. by commit-bot@chromium.org · 11 years ago
  11. 9cb5177 Fix asan build. Duh, don't return a stack address... by mtklein@google.com · 11 years ago
  12. 2c86fbb Add SkDivMod with a special case for ARM. by commit-bot@chromium.org · 11 years ago
  13. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  14. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  15. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  16. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  17. 36bb270 Revert of r10671 (Experiments on calculating reciprocal of square root) due to bots failures: by robertphillips@google.com · 11 years ago
  18. b3ecdc4 Experiments on calculating reciprocal of square root by commit-bot@chromium.org · 11 years ago
  19. 25a11e4 Add bench to test float to fixed conversion by djsollen@google.com · 11 years ago
  20. afb0e9c Remove unused NormalizeBench::fUsePortable field. by commit-bot@chromium.org · 11 years ago
  21. ecc9d28 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  22. 0889f68 add bench for SkPoint::normalize() by reed@google.com · 11 years ago
  23. 8152113 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  24. cb8dce2 up the inner-loop for clz bench, to get more stable results by reed@google.com · 11 years ago
  25. 0d7aac9 add bench for SkCLZ by reed@google.com · 11 years ago
  26. 553ad65 use DEF_BENCH macro by reed@google.com · 11 years ago
  27. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  28. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  29. 9dc2713 Let SkBenchmark classes specify that they do no rendering. by tomhudson@google.com · 12 years ago
  30. 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
  31. 19069a2 fix warnings on Mac in bench by caryclark@google.com · 12 years ago
  32. f3a8d8e apply 10.p+32 -> (float)(1 << 23) fix from MathTest here as well by reed@google.com · 12 years ago
  33. 7f19241 add bench for floor variants by reed@google.com · 12 years ago
  34. 6853e80 Addressed more Windows compiler complaint issues by robertphillips@google.com · 12 years ago
  35. 5ae777d rename sk_float_isNaN to sk_float_isnan to match related functions by reed@google.com · 13 years ago
  36. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  37. 0be5eb7 add bench for computing isfinite of 4 values (targeted for SkRect) by reed@google.com · 13 years ago
  38. ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  39. e05cc8e explicitly set opt level for mac-release delete obsolete FPS bench by reed@google.com · 13 years ago
  40. 9399cac Change no-op math bench to noOp. http://codereview.appspot.com/4962047/ by bungeman@google.com · 13 years ago
  41. ddc518b add by reed@google.com · 13 years ago