1. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  2. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  3. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  4. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  5. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  6. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  7. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  8. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  9. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  10. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  11. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  12. 4b413c8 remove SkFloatToScalar macro 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. b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  16. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  17. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  18. 0a1c387 Remove the non-separable blur because it is no longer used. by commit-bot@chromium.org · 11 years ago
  19. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  20. d454ec1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  21. a99a92c Complete the implementation of the faster blur; now supports all blur styles and matches the boxfilter approximation visually. Also change the interpretation of the blur radius to be sigma/2; need to add SK_IGNORE_BLUR_RADIUS_CORRECTNESS to chromium GYP to avoid immediate layout test failures over there. by humper@google.com · 11 years ago
  22. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 11 years ago
  23. 33cdbde Fix leaks in blurrect benchs and gm. by bsalomon@google.com · 12 years ago
  24. 732fbee speculative change to speedup blurrect bench for large radius, to see if the bots are timing out by mike@reedtribe.org · 12 years ago
  25. cb88d32 fix warnings (float to int), and convert to skia-style by reed@google.com · 12 years ago
  26. 8ae714b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  27. 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago