1. 2300318 Update benchmarks to use new filter factories by Michael Ludwig · 5 years ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  4. d1aedde Remove SkLinearGradient::kForce4fContext_PrivateFlag by Florin Malita · 7 years ago
  5. 4de1304 Add evenly spaced stops and unify gradient contexts by Herb Derby · 7 years ago
  6. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  7. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 8 years ago
  8. 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 8 years ago
  9. 15c3a0e Finish conversion to sk_sp<SkShader> by reed · 8 years ago
  10. 36693b5 Add 4f linear gradient benches by fmalita · 8 years ago
  11. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  12. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  13. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  14. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  15. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  16. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  17. a7f79b4 remove internal repeat count from gradient benches by bsalomon · 10 years ago
  18. f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
  19. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  20. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  21. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  22. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  23. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  24. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  25. 95f7926 Add conical special cases to GradientBench by commit-bot@chromium.org · 10 years ago
  26. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  27. 34150b4 Clear out SK_SCALAR_IS_FLOAT from SkRadialGradient, and merge the logic for radial_mirror and radial_repeat. by commit-bot@chromium.org · 11 years ago
  28. b120bd9 Make all gradient benchs use the same repeat count. by commit-bot@chromium.org · 11 years ago
  29. 3400f4b Add 3 color variant to gradient bench, include scale in name, add more benchs by commit-bot@chromium.org · 11 years ago
  30. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  31. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  32. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  33. 5396a04 Added a high-color (50 colors) gradient for each gradient type. by commit-bot@chromium.org · 11 years ago
  34. b686539 Added GM and Bench by commit-bot@chromium.org · 11 years ago
  35. 73349aa extend gradient_create bench to test opaque and alpha gradient ramps by reed@google.com · 11 years ago
  36. 58ba410 cleanup: use DEF_BENCH macro by reed@google.com · 11 years ago
  37. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. 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
  39. 258e0bf add bench for conical Gradient by reed@google.com · 12 years ago
  40. ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  41. 5ea050f Optimize software radial gradients (remove branches from the inner loop where by tomhudson@google.com · 13 years ago
  42. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  43. 1ca4f26 fix warning about SkPoint initialization by reed@google.com · 13 years ago
  44. 6d0c02c Fix Gradient2Bench colors so that Debug bench will run. by bungeman@google.com · 13 years ago
  45. 8ac7a0f add gradient_create bench, just to measure the time to create a new gradient by reed@google.com · 13 years ago
  46. 7241516 add tilemode options by reed@google.com · 13 years ago
  47. 80adceb rename radial to radial1, so I can distinguish it from radial2 in my by reed@google.com · 13 years ago
  48. 84e9c08 speed up 2-point-radial gradients by 9x, using float instead of fixed by reed@google.com · 13 years ago