1. bc161d6 Valgrind is not a fan of uninitialized Src pixels. by mtklein · 9 years ago
  2. a36c710 add explicit bench for raw bitmapscaler by reed · 9 years ago
  3. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  4. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  5. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  6. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  7. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  8. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  9. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  10. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  11. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  12. 1b28f6f Adding this call simulates seeing a *different* bitmap every time we scale, which changes the code path (places much heavier load on constructing a new filter). This better emulates the kind of environment most embedders see us in, where they try to cache a scaled bitmap rather than frequently rescaling it. by commit-bot@chromium.org · 10 years ago
  13. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  14. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  15. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  16. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  17. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  18. 523521c reenable the scale benchmark, and only bench actual canvas draw commands by humper@google.com · 11 years ago
  19. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  20. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  21. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  22. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago