1. 2880df2 Revert "Revert "Merge remote-tracking branch 'goog/master-skia' into goog/master"" by Tom Hudson · 9 years ago
  2. f783422 Revert "Merge remote-tracking branch 'goog/master-skia' into goog/master" by Tom Hudson · 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. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  6. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  7. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 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. bfd5bff Simplify SkBBH::insert API by mtklein · 9 years ago
  10. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 9 years ago
  11. a06a953 Prune SkRTree by mtklein · 10 years ago
  12. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  13. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  14. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  15. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  16. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  17. b2db443 Rename benchmark classes, hopefully less confusing to valgrid? by commit-bot@chromium.org · 10 years ago
  18. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  19. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  20. 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
  21. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  22. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  23. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  24. e0c170f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  25. 0d60db6 Add missing .outs by sglez@google.com · 11 years ago
  26. 3e3cdad Fix rtree bench by sglez@google.com · 11 years ago
  27. 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 11 years ago
  28. 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
  29. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  30. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  31. 9dc2713 Let SkBenchmark classes specify that they do no rendering. by tomhudson@google.com · 12 years ago
  32. 4813458 Make BBoxHierarchy ref-counted, fix leak in RTreeTest. by rileya@google.com · 12 years ago
  33. 07a05d5 Fixed memory leak in RTreeBench by robertphillips@google.com · 12 years ago
  34. 61348d1 Fix rtree bench name bug. Unreviewed. by rileya@google.com · 12 years ago
  35. 6c77816 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  36. 981b33a Add R-Tree bench. Review URL: https://codereview.appspot.com/6497086 by rileya@google.com · 12 years ago