1. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  2. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  3. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  4. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  5. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  6. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  7. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  8. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  9. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  10. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 9 years ago
  11. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  12. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  13. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  14. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  15. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  16. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  17. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  18. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  19. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  20. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  21. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  22. 7fb83c8 When skia run bench cases to test performance, it will run constructors for all cases one by one, then getName to skip unnecessary cases according to command line parameters, so these constructors should be lightweight enough to avoid redundant computing. Unfortunately, some constructors contain intensive computing/rendering. They are very heavy, maybe much heavier than need-to-run bench case itself. And these redundant computation will be run every time you run bench, even you just test a single simple case. Moreover, it will mislead the real hotspot/bottleneck of the case itself. by commit-bot@chromium.org · 11 years ago
  23. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  24. 9318231 add benches for drawBitmapRectToRect with slight scale/translate by reed@google.com · 11 years ago
  25. 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
  26. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  27. b8b92ea add DEF_BENCH marco to make it easy to register new benches by reed@google.com · 12 years ago
  28. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. 3d407a1 add bench for drawBitmapRectToRect by reed@google.com · 12 years ago