1. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  2. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  3. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  4. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  5. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  6. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  7. 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
  8. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  9. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  10. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  11. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  12. 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
  13. 523521c reenable the scale benchmark, and only bench actual canvas draw commands by humper@google.com · 11 years ago
  14. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  15. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  16. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  17. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago